-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpyproject.toml
58 lines (52 loc) · 1.57 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
54
55
56
57
58
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.poetry]
name = "pandora"
version = "1.0.0"
description = "Website for Inter-Actief Pandora."
authors = ["Pandora Committee <[email protected]>"]
maintainers = ["Pandora Committee <[email protected]>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/Inter-Actief/pandora"
repository = "https://github.com/Inter-Actief/pandora"
keywords = ["pandora"]
classifiers = [
"Development Status :: 5 - Production/Stable",
"Environment :: Web Environment",
"Framework :: Django",
"License :: OSI Approved :: MIT License",
"Private :: Do Not Upload",
"Programming Language :: Python",
"Programming Language :: Python :: 3"
]
[tool.poetry.dependencies]
python = "^3.10"
asgiref = "^3.8.1"
beautifulsoup4 = "^4.13.1"
channels = "^4.1.0"
channels-redis = "^4.2.0"
croniter = "^2.0.5"
django = "^5.1.5"
django-allauth = {extras = ["openid", "socialaccount"], version = "^0.62.1"}
django-allow-cidr = "^0.7.1"
django-bootstrap5 = "^24.2"
django-cors-headers = "^4.3.1"
django-filter = "^24.2"
django-import-export = "^4.3.5"
django-qr-code = "^4.0.1"
django-request-cache = "^1.4.0"
gunicorn = "^23.0.0"
mysqlclient = "^2.2.7"
pillow = "^11.1.0"
python-dotenv = "^1.0.1"
pytz = "^2025.1"
sentry-sdk = "^2.20.0"
uvicorn = {extras = ["standard"], version = "^0.34.0"}
uvicorn-worker = "^0.3.0"
[tool.poetry.group.dev.dependencies]
daphne = "^4.0.0"
django-debug-toolbar = "^5.0.1"
django-extensions = "^3.2.1"
pygraphviz = { version = "^1.12", platform = "linux" }