moved deps (#3379)
This commit is contained in:
parent
337cd33042
commit
8f08100a30
2 changed files with 618 additions and 556 deletions
1170
machine-learning/poetry.lock
generated
1170
machine-learning/poetry.lock
generated
File diff suppressed because it is too large
Load diff
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue