Skip to content

Commit

Permalink
fix: jwt error
Browse files Browse the repository at this point in the history
??
  • Loading branch information
seelengxd committed Sep 19, 2024
1 parent 9add4fd commit 18be10b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions backend/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,14 @@ dependencies = [
"fastapi[standard]>=0.115.0",
"sqlalchemy>=2.0.35",
"passlib>=1.7.4",
"jwt>=1.3.1",
"python-dotenv",
"setuptools",
"wheel",
"psycopg2>=2.9.9",
"pyjwt>=2.9.0",
"email-validator>=2.2.0",
"bcrypt>=4.2.0",
"jwt>=1.3.1",
"pyjwt>=2.9.0",
]

[build-system]
Expand Down

0 comments on commit 18be10b

Please sign in to comment.