-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
39 lines (36 loc) · 989 Bytes
/
Copy pathpyproject.toml
File metadata and controls
39 lines (36 loc) · 989 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
38
39
[tool.poetry]
name = "cinderbackend"
version = "0.1.0"
description = ""
authors = ["Toan Phung <toan.phung@proteo.info>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
django = "^5.1.4"
django-cors-headers = "^4.3.1"
pandas = "^2.2.2"
django-filter = "^24.2"
psycopg2-binary = "^2.9.9"
channels = "^4.1.0"
channels-redis = {extras = ["cryptography"], version = "^4.2.0"}
uvicorn = {extras = ["standard"], version = "^0.34.0"}
websockets = "^14.2"
whitenoise = "^6.6.0"
requests = "^2.32.3"
httpx = "^0.28.1"
djangorestframework = "^3.15.1"
django-rq = "^3.0.0"
drf-chunked-upload = "^0.6.0"
django-redis = "^5.4.0"
django-dbbackup = "^4.1.0"
gunicorn = "^23.0.0"
curtainutils = "^0.1.21"
pronto = "^2.5.8"
sdrf-pipelines = "^0.0.31"
uvicorn-worker = "^0.3.0"
django-allauth = "^65.3.1"
fido2 = "^2.0.0"
djangorestframework-simplejwt = "^5.4.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"