moved deps (#3379)

This commit is contained in:
Mert 2023-07-22 16:04:52 -04:00 committed by GitHub
parent 337cd33042
commit 8f08100a30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 618 additions and 556 deletions

File diff suppressed because it is too large Load Diff

View File

@ -22,8 +22,6 @@ fastapi = "^0.95.2"
uvicorn = {extras = ["standard"], version = "^0.22.0"}
pydantic = "^1.10.8"
aiocache = "^0.12.1"
pytest-cov = "^4.1.0"
ruff = "^0.0.272"
[tool.poetry.group.dev.dependencies]
mypy = "^1.3.0"
@ -33,6 +31,8 @@ locust = "^2.15.1"
gunicorn = "^20.1.0"
httpx = "^0.24.1"
pytest-asyncio = "^0.21.0"
pytest-cov = "^4.1.0"
ruff = "^0.0.272"
[[tool.poetry.source]]
name = "pytorch-cpu"