Skip to content

Commit

Permalink
Move uvicorn to the tests dependencies (#50)
Browse files Browse the repository at this point in the history
Fixes #25

Co-authored-by: Michael Berdyshev <[email protected]>
  • Loading branch information
mberdyshev and Michael Berdyshev authored Dec 5, 2024
1 parent 307c149 commit 1b19728
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
1 change: 0 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
fastapi>=0.78.0,<1
packaging>=20.4
pydantic>=1.9.1
uvicorn>=0.17.6,<1
websockets>=10.3
tenacity>=8.0.1,<9
3 changes: 2 additions & 1 deletion tests/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
pytest
pytest-asyncio
pytest-asyncio
uvicorn>=0.17.6,<1

0 comments on commit 1b19728

Please sign in to comment.