Skip to content

Commit

Permalink
don't restrict uvicorn version
Browse files Browse the repository at this point in the history
  • Loading branch information
asafc committed Sep 4, 2022
1 parent 49b8dfc commit 30fbd1e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 2 additions & 1 deletion requirements-dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ pytest-asyncio
requests
twine
wheel
loguru
loguru
uvicorn
3 changes: 1 addition & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
fastapi-websocket-rpc>=0.1.22,<1
permit-broadcaster[redis,postgres,kafka]>=0.2.0,<1
pydantic>=1.9.1,<2
websockets>=10.3,<11
uvicorn>=0.17,<0.18
websockets>=10.3,<11

0 comments on commit 30fbd1e

Please sign in to comment.