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 48ddd7c commit 2b69846Copy full SHA for 2b69846
requirements.txt
@@ -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
@@ -0,0 +1,14 @@
+{"version": 2,
+ "builds": [
+ {
+ "src": "app.py",
+ "use": "@vercel/python"
+ }
+ ],
+ "routes": [
+ "src": "/(.*)",
+ "dest": "/app.py"
+ ]
0 commit comments