[project] name = "test-task-crm" version = "0.1.0" description = "Add your description here" readme = "README.md" requires-python = ">=3.14" dependencies = [ "alembic>=1.17.2", "asyncpg>=0.31.0", "fastapi[standard]>=0.121.3", "passlib[bcrypt]>=1.7.4", "pyjwt>=2.9.0", "pydantic-settings>=2.12.0", "sqlalchemy>=2.0.44", ] [dependency-groups] dev = [ "isort>=7.0.0", "mypy>=1.18.2", "ruff>=0.14.6", "pytest>=8.3.3", "pytest-asyncio>=0.25.0", ]