-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
54 lines (50 loc) · 1.3 KB
/
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
43
44
45
46
47
48
49
50
51
52
53
[tool.poetry]
name = "mathefragen-de"
version = "0.1.0"
description = ""
authors = [
"Christian Meter <christian@schnaq.com>",
"Timo Stark <timo.stark@myses.de>"
]
readme = "README.md"
packages = [{ include = "mathefragen" }]
[tool.poetry.dependencies]
python = "^3.12"
Markdown = "^2.6.11"
boto3 = "^1.36.21"
cloudinary = "^1.41.0"
cryptography = "^44.0.0"
django-admin-sortable2 = "^2.2.4"
django-appconf = "^1.0.6"
django-compressor = "^4.5.1"
django-environ = "^0.11.2"
django-extensions = "^3.2.3"
django-hashers-passlib = { git = "https://github.com/mathiasertl/django-hashers-passlib.git" }
django-ipware = "^7.0.1"
django-markdownify = "^0.9.5"
django-redis-sessions = "^0.6.2"
django-storages = "^1.14.4"
django-user-agents = "^0.4.0"
django = "^5.1"
djangorestframework-simplejwt = "^5.3.1"
djangorestframework = "^3.15.1"
drf-spectacular = "^0.27.2"
drf-spectacular-sidecar = "^2024.7.1"
google-cloud-vision = "^3.7.4"
html2markdown = "^0.1.7"
ordereddict = "^1.1"
paypal-checkout-serversdk = "^1.0.3"
piexif = "^1.1.3"
Pillow = "^10.3.0"
psycopg2-binary = "^2.9.9"
pyfcm = "^2.0.7"
pytz = "^2024.2"
rcssmin = "^1.1.2"
requests = "^2.32.3"
uwsgi = "^2.0.28"
websocket-client = "^1.8.0"
zipp = "^3.21.0"
gunicorn = "^23.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"