-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
38 lines (35 loc) · 904 Bytes
/
pyproject.toml
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
38
[tool.poetry]
name = "hw24_1"
version = "0.1.0"
description = ""
authors = ["Eduard Slobodyanik <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
black = "^24.10.0"
isort = "^5.13.2"
django = "4.2.2"
crispy-bootstrap4 = "^2024.10"
django-phonenumber-field = "^8.0.0"
phonenumbers = "^8.13.48"
python-dotenv = "^1.0.1"
redis = "^5.2.0"
psycopg2-binary = "^2.9.10"
pillow = "^11.0.0"
djangorestframework = "^3.15.2"
django-filter = "^24.3"
djangorestframework-simplejwt = "^5.3.1"
ipython = "^8.29.0"
coverage = "^7.6.4"
stripe = "^11.2.0"
forex-python = "^1.8"
celery = "^5.4.0"
django-celery-beat = "^2.7.0"
djangorestframework-camel-case = "^1.4.2"
drf-spectacular = {extras = ["redoc"], version = "^0.27.2"}
gunicorn = "^23.0.0"
django-redis = "^5.4.0"
flake8 = "^7.1.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"