Skip to content

Commit ef19825

Browse files
fix(vercel): add PyJWT to Python deployment dependencies
1 parent 23f3864 commit ef19825

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

api/requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ pymongo
55
werkzeug==3.0.6
66
python-dotenv==1.1.1
77
certifi
8+
PyJWT==2.9.0

pyproject.toml

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,15 @@
11
[project]
2-
name = ""
2+
name = "min-demo"
33
version = "0.1.0"
44
dependencies = [
5+
"flask==2.3.3",
6+
"flask-restx==1.1.0",
7+
"flask_cors",
8+
"pymongo",
9+
"werkzeug==3.0.6",
10+
"python-dotenv==1.1.1",
11+
"certifi",
12+
"PyJWT==2.9.0",
513
]
614
requires-python = ">=3.8"
715
authors = [

0 commit comments

Comments
 (0)