chore: add mod_wsgi, flask-cors packages

This commit is contained in:
Cat Flynn 2025-04-28 20:07:21 +01:00
parent aea2b4d12e
commit a3f445216d
2 changed files with 20 additions and 1 deletions

View File

@ -6,6 +6,8 @@ name = "pypi"
[packages] [packages]
google-genai = "*" google-genai = "*"
flask = "*" flask = "*"
mod-wsgi = "*"
flask-cors = "*"
[dev-packages] [dev-packages]

19
srv/Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{ {
"_meta": { "_meta": {
"hash": { "hash": {
"sha256": "461650a397ab00f13d76760013c26954425fd4e53e629a38b9c54ae73a8d4ef0" "sha256": "508dd3c122f5577fd75ff7c4ed0924650f245ec376c90bd89c918e86adab87a2"
}, },
"pipfile-spec": 6, "pipfile-spec": 6,
"requires": { "requires": {
@ -179,6 +179,15 @@
"markers": "python_version >= '3.9'", "markers": "python_version >= '3.9'",
"version": "==3.1.0" "version": "==3.1.0"
}, },
"flask-cors": {
"hashes": [
"sha256:6ccb38d16d6b72bbc156c1c3f192bc435bfcc3c2bc864b2df1eb9b2d97b2403c",
"sha256:fa5cb364ead54bbf401a26dbf03030c6b18fb2fcaf70408096a572b409586b0c"
],
"index": "pypi",
"markers": "python_version >= '3.9' and python_version < '4.0'",
"version": "==5.0.1"
},
"google-auth": { "google-auth": {
"hashes": [ "hashes": [
"sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2", "sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2",
@ -319,6 +328,14 @@
"markers": "python_version >= '3.9'", "markers": "python_version >= '3.9'",
"version": "==3.0.2" "version": "==3.0.2"
}, },
"mod-wsgi": {
"hashes": [
"sha256:6fe5557c3ef25c184c2c994905fe52be1c06ae5c46235ecafe558e84789e2159"
],
"index": "pypi",
"markers": "python_version >= '3.8'",
"version": "==5.0.2"
},
"pyasn1": { "pyasn1": {
"hashes": [ "hashes": [
"sha256:0d632f46f2ba09143da3a8afe9e33fb6f92fa2320ab7e886e2d0f7672af84629", "sha256:0d632f46f2ba09143da3a8afe9e33fb6f92fa2320ab7e886e2d0f7672af84629",