add pytest lib as explicit project dependency

This commit is contained in:
Jakub Miazek
2024-03-20 13:29:43 +01:00
parent f0ce1e6550
commit c0380029cb
3 changed files with 3 additions and 21 deletions

View File

@@ -16,8 +16,8 @@ uvicorn = { version = "0.29.0", extras = ["standard"]}
asyncpg = "0.29.0"
alembic = "1.13.1"
httpx = "0.27.0"
pytest = "^8.1.1"
pytest-cov = "4.1.0"
pytest-asyncio = "0.23.6"
uvloop = "0.19.0"
httptools = "0.6.1"
rich = "13.7.1"