diff --git a/backend-app/pyproject.toml b/backend-app/pyproject.toml index 2b7b9724..d1dd0e3b 100644 --- a/backend-app/pyproject.toml +++ b/backend-app/pyproject.toml @@ -17,16 +17,6 @@ python-jose = "^3.3.0" pandas = "^2.2.2" psycopg2 = "^2.9.9" -[tool.poetry.dev-dependencies] -python = "^3.12" -uvicorn = "^0.30.3" -fastapi = "^0.111.1" -sqlalchemy = "^2.0.31" -passlib = "^1.7.4" -cryptography = "^43.0.0" -python-jose = "^3.3.0" -pandas = "^2.2.2" - [tool.poetry.group.dev.dependencies] pytest = "^8.3.2" black = "^24.4.2"