This commit is contained in:
alydev 2024-05-09 17:04:32 +10:00
parent 66806fbad4
commit 47eb1c84ac
No known key found for this signature in database
GPG key ID: F4D2C7A426DDA1BD
2 changed files with 20 additions and 2 deletions

View file

@ -5,8 +5,9 @@ verify_ssl = true
[packages]
asgiref = "==3.8.1"
Django = "==5.0.6"
sqlparse = "==0.5.0"
gunicorn = "*"
django = "*"
[requires]
python_version = "3.12"

19
Pipfile.lock generated
View file

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "b006fc089adda5d46b40d88e139a3ebfd9359521042d42c817fc9764b8550a03"
"sha256": "329ea0c3d5d704dd19dfef270400f65d4294fab10256abd78a429c77eff95da4"
},
"pipfile-spec": 6,
"requires": {
@ -34,6 +34,23 @@
"markers": "python_version >= '3.10'",
"version": "==5.0.6"
},
"gunicorn": {
"hashes": [
"sha256:350679f91b24062c86e386e198a15438d53a7a8207235a78ba1b53df4c4378d9",
"sha256:4a0b436239ff76fb33f11c07a16482c521a7e09c1ce3cc293c2330afe01bec63"
],
"index": "pypi",
"markers": "python_version >= '3.7'",
"version": "==22.0.0"
},
"packaging": {
"hashes": [
"sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5",
"sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9"
],
"markers": "python_version >= '3.7'",
"version": "==24.0"
},
"sqlparse": {
"hashes": [
"sha256:714d0a4932c059d16189f58ef5411ec2287a4360f17cdd0edd2d09d4c5087c93",