mirror of
https://github.com/lemeow125/StudE-Backend.git
synced 2024-11-17 06:19:24 +08:00
Updated pip
This commit is contained in:
parent
4a96774ba8
commit
4990d8e7a1
2 changed files with 10 additions and 1 deletions
1
Pipfile
1
Pipfile
|
@ -17,6 +17,7 @@ django-leaflet = "*"
|
||||||
django-extra-fields = "*"
|
django-extra-fields = "*"
|
||||||
drf-spectacular = {extras = ["sidecar"], version = "*"}
|
drf-spectacular = {extras = ["sidecar"], version = "*"}
|
||||||
gdal = {path = "./packages/GDAL-3.4.3-cp311-cp311-win_amd64.whl"}
|
gdal = {path = "./packages/GDAL-3.4.3-cp311-cp311-win_amd64.whl"}
|
||||||
|
pip = "*"
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
|
|
||||||
|
|
10
Pipfile.lock
generated
10
Pipfile.lock
generated
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "b44f5667ccfa3143777521215b9fff2820e9dcd3c1d9bf4759184769d7142472"
|
"sha256": "45d32c3a910f100917d41735bda5081fc095aeee98f9a672317e9218a0e3cde3"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {
|
"requires": {
|
||||||
|
@ -466,6 +466,14 @@
|
||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"version": "==10.0.0"
|
"version": "==10.0.0"
|
||||||
},
|
},
|
||||||
|
"pip": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:7ccf472345f20d35bdc9d1841ff5f313260c2c33fe417f48c30ac46cccabf5be",
|
||||||
|
"sha256:fb0bd5435b3200c602b5bf61d2d43c2f13c02e29c1707567ae7fbc514eb9faf2"
|
||||||
|
],
|
||||||
|
"index": "pypi",
|
||||||
|
"version": "==23.2.1"
|
||||||
|
},
|
||||||
"psycopg2": {
|
"psycopg2": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:11aca705ec888e4f4cea97289a0bf0f22a067a32614f6ef64fcf7b8bfbc53744",
|
"sha256:11aca705ec888e4f4cea97289a0bf0f22a067a32614f6ef64fcf7b8bfbc53744",
|
||||||
|
|
Loading…
Reference in a new issue