Spaces:
Sleeping
Sleeping
File size: 629 Bytes
0120b6c 02898ce 0120b6c | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 | [project]
name = "task-api"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"alembic>=1.17.2",
"fastapi>=0.124.4",
"bcrypt>=4.0.0",
"psycopg2-binary>=2.9.11",
"pydantic-settings>=2.12.0",
"pydantic[email]>=2.12.5",
"python-jose[cryptography]>=3.5.0",
"python-multipart>=0.0.20",
"sqlmodel>=0.0.27",
"uvicorn>=0.38.0",
"openai>=1.57.4",
"pylsp-mypy>=0.6.9",
"fastmcp>=2.14.1",
"dapr>=1.13.0",
]
[dependency-groups]
dev = [
"httpx>=0.28.1",
"pytest>=9.0.2",
"pytest-asyncio>=1.3.0",
]
|