-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
34 lines (30 loc) · 760 Bytes
/
pyproject.toml
File metadata and controls
34 lines (30 loc) · 760 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 = "tedis"
version = "0.1.0"
description = ""
authors = ["Lokrip <165576212+Lokrip@users.noreply.github.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
django = "^5.1.4"
djangorestframework = "^3.15.2"
django-countries = "^7.6.1"
django-split-settings = "^1.3.2"
pyyaml = "^6.0.2"
pillow = "^11.1.0"
django-cors-headers = "^4.6.0"
django-mptt = "^0.16.0"
djangorestframework-simplejwt = "^5.4.0"
psycopg2 = "^2.9.10"
django-debug-toolbar = "^5.0.1"
celery = "^5.4.0"
redis = "^5.2.1"
flower = "^2.0.1"
drf-yasg = "^1.21.9"
django-cleanup = "^9.0.0"
django-filter = "^25.1"
[tool.poetry.group.dev.dependencies]
colorlog = "^6.9.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"