-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (32 loc) · 795 Bytes
/
Copy pathpyproject.toml
File metadata and controls
34 lines (32 loc) · 795 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
[tool.poetry]
name = "drf-project"
version = "0.1.0"
description = ""
authors = ["Dmitry_Bezgubov <dmitrij-bezgubov@yandex.ru>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
django = "^5.1.7"
psycopg2-binary = "^2.9.10"
pillow = "^11.1.0"
djangorestframework = "^3.15.2"
dotenv = "^0.9.9"
black = "^25.1.0"
isort = "^6.0.1"
flake8 = "^7.1.2"
djangorestframework-simplejwt = "^5.5.0"
coverage = "^7.8.0"
drf-yasg = "^1.21.10"
forex-python = "^1.8"
requires = "^0.10.5"
ipython = "^9.1.0"
celery = "^5.5.1"
redis = "^5.2.1"
django-celery-beat = "^2.7.0"
#django-filter = {git = "https://github.com/carltongibson/django-filter.git"}
django-filter = "^23.3"
stripe = "^6.0"
gevent = "^25.4.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"