From a3f445216d1b20cf88d76c58e0cc6ececf3e52de Mon Sep 17 00:00:00 2001 From: Cat Flynn Date: Mon, 28 Apr 2025 20:07:21 +0100 Subject: [PATCH] chore: add mod_wsgi, flask-cors packages --- srv/Pipfile | 2 ++ srv/Pipfile.lock | 19 ++++++++++++++++++- 2 files changed, 20 insertions(+), 1 deletion(-) diff --git a/srv/Pipfile b/srv/Pipfile index e17ec32..72082df 100644 --- a/srv/Pipfile +++ b/srv/Pipfile @@ -6,6 +6,8 @@ name = "pypi" [packages] google-genai = "*" flask = "*" +mod-wsgi = "*" +flask-cors = "*" [dev-packages] diff --git a/srv/Pipfile.lock b/srv/Pipfile.lock index d606039..ee9339e 100644 --- a/srv/Pipfile.lock +++ b/srv/Pipfile.lock @@ -1,7 +1,7 @@ { "_meta": { "hash": { - "sha256": "461650a397ab00f13d76760013c26954425fd4e53e629a38b9c54ae73a8d4ef0" + "sha256": "508dd3c122f5577fd75ff7c4ed0924650f245ec376c90bd89c918e86adab87a2" }, "pipfile-spec": 6, "requires": { @@ -179,6 +179,15 @@ "markers": "python_version >= '3.9'", "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": { "hashes": [ "sha256:0150b6711e97fb9f52fe599f55648950cc4540015565d8fbb31be2ad6e1548a2", @@ -319,6 +328,14 @@ "markers": "python_version >= '3.9'", "version": "==3.0.2" }, + "mod-wsgi": { + "hashes": [ + "sha256:6fe5557c3ef25c184c2c994905fe52be1c06ae5c46235ecafe558e84789e2159" + ], + "index": "pypi", + "markers": "python_version >= '3.8'", + "version": "==5.0.2" + }, "pyasn1": { "hashes": [ "sha256:0d632f46f2ba09143da3a8afe9e33fb6f92fa2320ab7e886e2d0f7672af84629",