-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpyproject.toml
39 lines (36 loc) · 909 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
[tool.poetry]
name = "drawing-competition-backend"
version = "0.1.0"
description = ""
authors = ["fan9704 <[email protected]>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.12"
django = "^4.2.0"
djangorestframework = "^3.14.0"
drf-yasg = "^1.21.7"
python-dotenv = "^1.0.1"
django-cors-headers = "^4.3.1"
setuptools = "^69.2.0"
requests = "^2.31.0"
psycopg = {extras = ["binary"], version = "^3.1.18"}
paho-mqtt = "^2.1.0"
django-celery-beat = "^2.6.0"
django-seed = "^0.3.1"
pillow = "^10.3.0"
djangorestframework-simplejwt = "^5.3.1"
tk = "^0.1.0"
Pillow-PIL = "^0.1dev"
scikit-image = "^0.23.2"
numpy = "^1.26.4"
opencv-python = "^4.10.0"
sentence-transformers = "^3.0.1"
ImageHash = "^4.3.1"
django-extensions = "^3.2.3"
pyopenssl = "^24.1.0"
werkzeug = "^3.0.3"
gunicorn = "^22.0.0"
psutil = "^6.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"