Files
aerbim-ht-monitor/backend/Pipfile
2025-07-24 14:42:49 +03:00

20 lines
290 B
TOML

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