Skip to content

Commit

Permalink
Update requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
wickedyoda committed Aug 15, 2024
1 parent d969231 commit 146cf53
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ click==8.1.6
databases==0.6.2
dnspython==2.3.0
docker==6.1.2
# docker-compose==2.20.0
# docker-compose==2.20.0 (wrong version cant deploy)
email-validator==1.3.1
fastapi==0.103.1
# fastapi-jwt-auth==0.6.1
# fastapi-jwt-auth==0.6.1 (wrong version cant deploy)
fastapi-jwt-auth==0.5.0
gunicorn==20.1.0
h11==0.14.0
Expand All @@ -22,7 +22,8 @@ idna==3.4
python-jose==3.3.0
makefun==1.15.0
mysqlclient==2.2.0
passlib==1.8.1
passlib==1.7.4
# passlib==1.8.1 (wrong version cant deploy)
psycopg2-binary==2.9.7
pycparser==2.21
pydantic==2.0.2
Expand Down

0 comments on commit 146cf53

Please sign in to comment.