mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2024-11-17 06:19:24 +08:00
24 lines
431 B
TOML
24 lines
431 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 = "*"
|
|
drf-yasg = "*"
|
|
|
|
[dev-packages]
|
|
|
|
[requires]
|
|
python_version = "3.10"
|