StudE-Backend/Pipfile

25 lines
383 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 = "*"
gdal = "*"
django-leaflet = "*"
django-extra-fields = "*"
drf-spectacular = "*"
2023-06-26 18:58:20 +08:00
[dev-packages]
[requires]
python_version = "3.10"