-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
38 lines (35 loc) · 858 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 = "todo-list"
version = "0.1.0"
description = "Simple todo list app for learning angular"
authors = ["Fakhriddin <[email protected]>"]
package-mode = false
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
asgiref = "3.8.1"
attrs = "23.2.0"
django = "5.0.7"
djangorestframework = "3.15.2"
djangorestframework-simplejwt = "5.3.1"
drf-spectacular = "0.27.2"
inflection = "0.5.1"
jsonschema = "4.23.0"
jsonschema-specifications = "2023.12.1"
pyjwt = "2.8.0"
pyyaml = "6.0.1"
referencing = "0.35.1"
rpds-py = "0.19.0"
sqlparse = "0.5.1"
uritemplate = "4.1.1"
pillow = "^10.4.0"
python-dotenv = "^1.0.1"
ruff = "^0.5.4"
black = "^24.4.2"
pre-commit = "^4.1.0"
psycopg2 = "^2.9.10"
psycopg2-binary = "^2.9.10"
django-channels = "^0.7.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"