Files
aerbim-ht-monitor/backend/Pipfile
2025-10-07 15:24:22 +03:00

26 lines
404 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
djangorestframework = "*"
django-cors-headers = "*"
psycopg2-binary = "*"
dotenv = "*"
pytest = "*"
pytest-django = "*"
djangorestframework-simplejwt = "*"
pycodestyle = "*"
requests = "*"
pyjwt = "*"
drf-spectacular = "*"
pillow = "*"
reportlab = "*"
[dev-packages]
[requires]
python_version = "3.12"