Skip to content

Commit 2b69846

Browse files
committed
vercel json & requiremnts
1 parent 48ddd7c commit 2b69846

File tree

2 files changed

+29
-0
lines changed

2 files changed

+29
-0
lines changed

requirements.txt

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
blinker==1.6.2
2+
cachetools==5.3.0
3+
certifi==2023.5.7
4+
charset-normalizer==3.1.0
5+
click==8.1.3
6+
colorama==0.4.6
7+
Flask==2.3.2
8+
idna==3.4
9+
importlib-metadata==6.6.0
10+
itsdangerous==2.1.2
11+
Jinja2==3.1.2
12+
MarkupSafe==2.1.2
13+
urllib3==2.0.2
14+
Werkzeug==2.3.4
15+
zipp==3.15.0

vercel.json

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
{"version": 2,
2+
"builds": [
3+
{
4+
"src": "app.py",
5+
"use": "@vercel/python"
6+
}
7+
],
8+
"routes": [
9+
{
10+
"src": "/(.*)",
11+
"dest": "/app.py"
12+
}
13+
]
14+
}

0 commit comments

Comments
 (0)