Skip to content

Commit

Permalink
*
Browse files Browse the repository at this point in the history
  • Loading branch information
s3bu7i committed Feb 18, 2024
1 parent a20cc73 commit 6b767ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ wcwidth==0.2.13
wheel==0.42.0
zipp==3.17.0
psycopg2-binary==2.9.9
Django==3.2.9
Django
2 changes: 1 addition & 1 deletion vercel.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
{
"src": "demo/wsgi.py",
"use": "@vercel/python",
"config": { "maxLambdaSize": "15mb", "runtime": "python3.*" }
"config": { "maxLambdaSize": "15mb", "runtime": "python3.12.1" }
},
{
"src": "build_files.sh",
Expand Down

0 comments on commit 6b767ab

Please sign in to comment.