1 parent 9eff9d1 commit b1db030Copy full SHA for b1db030
3 files changed
‎.gitignore‎
@@ -1,3 +1,5 @@
1
__pycache__
2
*.pyc
3
*.pyo
4
+.vercel
5
+.env*.local
‎.python-version‎
@@ -0,0 +1 @@
+3.13
‎vercel.json‎
@@ -1,16 +1,10 @@
{
+ "$schema": "https://openapi.vercel.sh/vercel.json",
"version": 2,
"buildCommand": "pip install -r requirements.txt",
"env": {
6
"PYTHONUNBUFFERED": "1"
7
},
- "functions": {
8
- "api/index.py": {
9
- "runtime": "python3.12",
10
- "memory": 3008,
11
- "maxDuration": 60
12
- }
13
- },
14
"routes": [
15
16
"src": "/(.*)",
0 commit comments