Change included package for python 3.10

This commit is contained in:
Keannu Bernasol 2023-07-26 00:42:53 +08:00
parent 83b817ec35
commit 4b82ffbbc2
2 changed files with 1 additions and 1 deletions

View file

@ -13,7 +13,7 @@ whitenoise = "*"
djangochannelsrestframework = "*"
daphne = "*"
psycopg2 = "*"
gdal = {path = "./packages/GDAL-3.4.3-cp311-cp311-win_amd64.whl"}
gdal = "*"
django-leaflet = "*"
django-extra-fields = "*"
drf-spectacular = "*"