-
Notifications
You must be signed in to change notification settings - Fork 0
/
pyproject.toml
33 lines (30 loc) · 971 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
[tool.poetry]
name = "ef-tdms-backend"
version = "1.8.2"
description = "Eurofurence Telecommunication Device Management System"
authors = ["Niels Gandraß <[email protected]>"]
license = "MIT"
readme = "README.md"
homepage = "https://github.com/eurofurence/ef-telecommunication-device-management-system"
repository = "https://github.com/eurofurence/ef-telecommunication-device-management-system.git"
[tool.poetry.dependencies]
python = "^3.11"
Django = "^5.1.0"
djangorestframework = "^3.15.0"
whitenoise = "^6.5.0"
psycopg-binary = "^3.1.10"
django-environ = "^0.11.2"
argon2-cffi = "^23.1.0"
django-polymorphic = "^3.1.0"
drf-spectacular = "^0.27.0"
django-cors-headers = "^4.2.0"
djangorestframework-simplejwt = "^5.3.0"
django-rest-polymorphic = "^0.1.10"
django-currentuser = "^0.8.0"
daphne = "^4.1.2"
drf-writable-nested = "^0.7.0"
requests = "^2.32.3"
django-filter = "^24.3"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"