diff --git a/poetry.lock b/poetry.lock index f569fb81..eee15523 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1403,4 +1403,4 @@ standard = ["colorama (>=0.4)", "httptools (>=0.5.0)", "python-dotenv (>=0.13)", [metadata] lock-version = "2.0" python-versions = "^3.10" -content-hash = "dfbff5ba84c76cc958b1f23b5ac5442c2d82e15b73c358f25405caaceec78c74" +content-hash = "6eda33ce66dd0fdd04ece94bec9fee9b5c54292e38b28ad0f0e60cd31c429d95" diff --git a/pyproject.toml b/pyproject.toml index 7bf44a4d..d1432fe1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,15 +23,14 @@ sqlalchemy-utils = "~0.41.1" uvicorn = "~0.23.2" fastapi-pagination = "^0.12.12" fastapi-filter = "^1.0.0" -pytest = "^7.4.3" -pytest-cov = "^4.1.0" -httpx = "^0.25.1" [tool.poetry.group.dev.dependencies] pytest = "^7.4.3" black = "^23.11.0" flake8 = "^6.1.0" isort = "^5.12.0" +pytest-cov = "^4.1.0" +httpx = "^0.25.1" [build-system] requires = ["poetry-core"]