Skip to content

Commit 86d0f65

Browse files
committed
build-added-vercel
1 parent f859ff0 commit 86d0f65

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

requirements.txt

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1-
Flask==3.0.3
1+
Flask<=3.0.3
22
google-generativeai
3-
python-dotenv
3+
python-dotenv
4+
Werkzeug<=3.0.3

vercel.json

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
{
2-
"rewrites": [
3-
{ "source": "/(.*)", "destination": "run" }
2+
"version": 2,
3+
"builds": [
4+
{ "src": "run.py", "use": "@vercel/python" }
5+
],
6+
"routes": [
7+
{ "src": "/(.*)", "dest": "./run.py" }
48
]
5-
}
9+
}

0 commit comments

Comments
 (0)