-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpyproject.toml
More file actions
33 lines (31 loc) · 912 Bytes
/
pyproject.toml
File metadata and controls
33 lines (31 loc) · 912 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
[project]
name = "src"
version = "1.0.0"
description = ""
authors = [
{ name = "Dario", email = "dario@mail.com" }
]
readme = "README.md"
requires-python = ">=3.12,<3.15"
dependencies = [
"django-environ (>=0.12.0,<0.13.0)",
"b2sdk (>=2.10.1,<3.0.0)",
"bugsnag (>=4.8.0,<5.0.0)",
"django (>=5.2.8,<6.0.0)",
"django-allauth[socialaccount] (>=65.13.1,<66.0.0)",
"gunicorn (>=23.0.0,<24.0.0)",
"celery[redis] (>=5.5.3,<6.0.0)",
"slack-sdk (>=3.39.0,<4.0.0)",
"django-celery-beat (>=2.8.1,<3.0.0)",
"mysqlclient (>=2.2.7,<3.0.0)",
"stripe (>=14.1.0,<15.0.0)",
"faker (>=39.0.0,<40.0.0)",
"python-telegram-bot (>=22.5,<23.0)",
"pillow (>=12.0.0,<13.0.0)",
"peft (>=0.18.1,<0.19.0)",
"torch (>=2.9.1,<3.0.0)",
"transformers (>=4.57.5,<5.0.0)",
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"