We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f859ff0 commit 86d0f65Copy full SHA for 86d0f65
requirements.txt
@@ -1,3 +1,4 @@
1
-Flask==3.0.3
+Flask<=3.0.3
2
google-generativeai
3
-python-dotenv
+python-dotenv
4
+Werkzeug<=3.0.3
vercel.json
@@ -1,5 +1,9 @@
{
- "rewrites": [
- { "source": "/(.*)", "destination": "run" }
+ "version": 2,
+ "builds": [
+ { "src": "run.py", "use": "@vercel/python" }
5
+ ],
6
+ "routes": [
7
+ { "src": "/(.*)", "dest": "./run.py" }
8
]
-}
9
+}
0 commit comments