Skip to content

Commit

Permalink
python version
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcardoso committed Jul 27, 2024
1 parent 20f8c05 commit 62687e6
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,4 +12,5 @@ matplotlib = "*"
python-dotenv = "=0.21.0"

[requires]
python_version = "3.9"
python_version = "3.9"
python_full_version = "3.9.13"
14 changes: 14 additions & 0 deletions vercel.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"builds": [
{
"src": "api/index.py",
"use": "@vercel/python"
}
],
"routes": [
{
"src": "(.*)",
"dest": "api/index.py"
}
]
}

0 comments on commit 62687e6

Please sign in to comment.