Init project structure
This commit is contained in:
@@ -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",
|
||||
]
|
||||
Reference in New Issue
Block a user