StudE-Backend/Pipfile

23 lines
416 B
TOML

[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
djangorestframework = "*"
python-dotenv = "*"
djoser = "*"
pillow = "*"
whitenoise = "*"
djangochannelsrestframework = "*"
daphne = "*"
psycopg2 = "*"
gdal = {path = "./packages/GDAL-3.4.3-cp311-cp311-win_amd64.whl"}
django-leaflet = "*"
django-extra-fields = "*"
[dev-packages]
[requires]
python_version = "3.10"