Files
aerbim-ht-monitor/backend/Pipfile
2025-08-29 14:44:26 +03:00

24 lines
375 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 = "*"
[dev-packages]
[requires]
python_version = "3.12"