Init project structure

This commit is contained in:
k1nq
2025-11-22 13:56:45 +05:00
parent ad0025be28
commit 74330b292f
25 changed files with 1343 additions and 1 deletions
+22
View File
@@ -0,0 +1,22 @@
[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.30.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",
]