Spaces:
Sleeping
Sleeping
| [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", | |
| ] | |