Files
test_task_crm/pyproject.toml
T
Artem Kashaev 1b673988b5
Test / test (push) Successful in 12s
Test / test (pull_request) Successful in 11s
feat: add unit tests for organization endpoints and update dependencies
2025-11-27 15:04:35 +05:00

26 lines
516 B
TOML

[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",
"aiosqlite>=0.20.0",
]