StudE-Backend/Pipfile

26 lines
482 B
Text
Raw Normal View History

2023-06-26 18:58:20 +08:00
[[source]]
url = "https://pypi.org/simple"
verify_ssl = true
name = "pypi"
[packages]
django = "*"
djangorestframework = "*"
python-dotenv = "*"
2023-06-26 19:10:04 +08:00
djoser = "*"
pillow = "*"
2023-06-26 22:10:29 +08:00
whitenoise = "*"
djangochannelsrestframework = "*"
2023-07-09 17:30:00 +08:00
daphne = "*"
psycopg2 = "*"
django-leaflet = "*"
django-extra-fields = "*"
drf-spectacular = {extras = ["sidecar"], version = "*"}
2023-07-28 18:41:18 +08:00
gdal = {path = "./packages/GDAL-3.4.3-cp311-cp311-win_amd64.whl"}
2023-08-17 13:49:03 +08:00
pip = "*"
2023-06-26 18:58:20 +08:00
[dev-packages]
[requires]
2023-07-28 18:41:18 +08:00
python_version = "3.11"