todo-backend / pyproject.toml
ibad363's picture
todo-backend
a291087
raw
history blame contribute delete
683 Bytes
[project]
name = "backend"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"alembic>=1.17.2",
"email-validator>=2.3.0",
"fastapi>=0.128.0",
"httpx>=0.28.1",
"pwdlib[argon2]>=0.3.0",
"pydantic-settings>=2.12.0",
"pytest>=9.0.2",
"pytest-asyncio>=1.3.0",
"pytest-cov>=6.0.0",
"python-jose[cryptography]>=3.5.0",
"python-multipart>=0.0.21",
"slowapi>=0.1.9",
"sqlmodel>=0.0.31",
"uvicorn[standard]>=0.40.0",
"openai-agents>=0.1.0",
"mcp>=0.1.0",
"fastmcp>=0.4.1",
]
[tool.pytest.ini_options]
asyncio_default_fixture_loop_scope = "function"