diff --git a/backend/Pipfile b/backend/Pipfile index 91cc3fe..87229f1 100644 --- a/backend/Pipfile +++ b/backend/Pipfile @@ -41,4 +41,4 @@ boto3 = "*" django-storages = "*" [requires] -python_version = "3" +python_version = "3.10" diff --git a/backend/Pipfile.lock b/backend/Pipfile.lock index abf641a..80ac9c3 100644 --- a/backend/Pipfile.lock +++ b/backend/Pipfile.lock @@ -1,11 +1,11 @@ { "_meta": { "hash": { - "sha256": "f8c5a56cd52c414de10d67229ed95205dfe2d599d3bf990050eafa107b4f4af6" + "sha256": "fcf1730399a84095c870509733370e0cadb33a1973500361d93d82207b858fe2" }, "pipfile-spec": 6, "requires": { - "python_version": "3" + "python_version": "3.10" }, "sources": [ { @@ -106,7 +106,7 @@ "sha256:fc37e9aef10a696a5a4474802930079ccfc14d9f9c10b4662169671ff034b7df", "sha256:fdee8405931b0615220e5ddf8cd7edd8592c606a8e4ca2a00704883c396e4479" ], - "markers": "python_version >= '3.6'", + "markers": "python_full_version >= '3.6.0'", "version": "==3.8.6" }, "aiohttp-retry": { @@ -154,7 +154,7 @@ "sha256:492bbc69dca35d12daac71c4db1bfff0c876c00ef4a2ffacce226d4638eb72da", "sha256:bd2520ca0d9d7d12694a53d44ac482d181b4ec1888909b035a3dbf40d0f57d4a" ], - "markers": "python_version >= '3.6'", + "markers": "python_full_version >= '3.6.0'", "version": "==4.12.2" }, "boto3": { @@ -178,7 +178,7 @@ "sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082", "sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9" ], - "markers": "python_version >= '3.6'", + "markers": "python_full_version >= '3.6.0'", "version": "==2023.7.22" }, "cffi": { @@ -728,7 +728,7 @@ "sha256:8139f29aac13e25d502680e9e19963e83f16838d48a0d71c287fe40e7067fbca", "sha256:9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918" ], - "markers": "python_version >= '3.6'", + "markers": "python_full_version >= '3.6.0'", "version": "==3.2.2" }, "packaging": { @@ -996,7 +996,7 @@ "sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84", "sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e" ], - "markers": "python_version >= '3.7'", + "markers": "python_full_version >= '3.6.0'", "version": "==2.0.7" }, "uwsgi": {