mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2025-06-28 16:25:44 +08:00
Fixed mismatches in python versions
This commit is contained in:
parent
e9d4090713
commit
4697bee70f
3 changed files with 13 additions and 5 deletions
3
Pipfile
3
Pipfile
|
@ -16,8 +16,9 @@ psycopg2 = "*"
|
|||
django-leaflet = "*"
|
||||
django-extra-fields = "*"
|
||||
drf-spectacular = {extras = ["sidecar"], version = "*"}
|
||||
gdal = {path = "./packages/GDAL-3.4.3-cp311-cp311-win_amd64.whl"}
|
||||
|
||||
[dev-packages]
|
||||
|
||||
[requires]
|
||||
python_version = "3.10"
|
||||
python_version = "3.11"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue