-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
42 lines (39 loc) · 953 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
39
40
41
42
[tool.poetry]
name = "etlas api"
version = "0.1.0"
description = ""
authors = ["Your Name <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.10"
django = "^4.1.7"
django-environ = "^0.10.0"
djangorestframework = "^3.14.0"
drf-yasg = "^1.21.5"
pillow = "^9.5.0"
django-storages = "^1.13.2"
boto3 = "^1.26.94"
django-extensions = "^3.2.1"
b2sdk = "^1.20.0"
celery = "^5.2.7"
redis = "^4.5.3"
django-celery-results = "^2.5.0"
djangorestframework-simplejwt = "^5.2.2"
django-cors-headers = "^3.14.0"
google-api-python-client = "^2.86.0"
facebook-sdk = "^3.1.0"
python-twitter = "^3.5"
django-model-utils = "^4.3.1"
whitenoise = "^6.4.0"
uvicorn = "^0.22.0"
tzdata = "^2023.3"
roboflow = "^1.0.9"
numpy = "^1.24.3"
opencv-python = "^4.7.0.72"
psycopg2-binary = "^2.9.6"
django-celery-beat = "^2.5.0"
stripe = "^5.4.0"
setuptools = "^68.2.2"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"