-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
37 lines (33 loc) · 822 Bytes
/
pyproject.toml
File metadata and controls
37 lines (33 loc) · 822 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[tool.poetry]
name = "edu"
version = "0.1.0"
description = ""
authors = ["Your Name <you@example.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
django = "^4.2.6"
python-dotenv = "^1.0.0"
psycopg2-binary = "^2.9.9"
pillow = "^10.1.0"
django-storages = "^1.14.2"
boto3 = "^1.28.73"
djangorestframework = "^3.14.0"
celery = "^5.3.5"
rabbitmq-server = "^0.0.1"
redis = "^5.0.1"
model-bakery = "^1.17.0"
drf-nested-routers = "^0.93.4"
django-debug-toolbar = "^4.2.0"
drf-yasg = "^1.21.7"
setuptools = "^68.2.2"
reportlab = "^4.0.7"
gunicorn = "^21.2.0"
sentry-sdk = {extras = ["django"], version = "^1.35.0"}
[tool.poetry.group.dev.dependencies]
pytest = "^7.4.3"
pytest-django = "^4.7.0"
model-bakery = "^1.17.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"