Skip to content

Commit 1b19728

Browse files
mberdyshevMichael Berdyshev
andauthored
Move uvicorn to the tests dependencies (#50)
Fixes #25 Co-authored-by: Michael Berdyshev <mikhail.dev@heado.ru>
1 parent 307c149 commit 1b19728

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
fastapi>=0.78.0,<1
22
packaging>=20.4
33
pydantic>=1.9.1
4-
uvicorn>=0.17.6,<1
54
websockets>=10.3
65
tenacity>=8.0.1,<9

tests/requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
11
pytest
2-
pytest-asyncio
2+
pytest-asyncio
3+
uvicorn>=0.17.6,<1

0 commit comments

Comments
 (0)