Skip to content

Commit

Permalink
fix requirements.txt
Browse files Browse the repository at this point in the history
  • Loading branch information
wu-clan committed Sep 28, 2024
1 parent 30bb5d4 commit 3e4de24
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions backend/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ annotated-types==0.7.0
anyio==4.4.0
asgi-correlation-id==4.3.3
asgiref==3.8.1
async-timeout==4.0.3; python_full_version <= "3.11.2"
async-timeout==4.0.3; python_full_version < "3.11.3"
asyncmy==0.2.9
attrs==24.2.0
bcrypt==4.0.1
Expand Down Expand Up @@ -88,8 +88,8 @@ python-jose==3.3.0
python-multipart==0.0.9
pytz==2024.1
pyyaml==6.0.2
redis==5.0.1
redis[hiredis]==5.0.1
redis==5.1.0
redis[hiredis]==5.1.0
rich==13.8.0
rsa==4.9
ruff==0.6.4
Expand Down

0 comments on commit 3e4de24

Please sign in to comment.