fastapi>=0.104.0
uvicorn[standard]>=0.24.0
pydantic>=2.4.0
sqlalchemy>=2.0.0
alembic>=1.12.0
asyncpg>=0.29.0
redis>=5.0.0
python-jose[cryptography]>=3.3.0
passlib[bcrypt]>=1.7.4
python-multipart>=0.0.6
httpx>=0.25.0
aiohttp>=3.8.0
openai>=1.3.0
anthropic>=0.7.0
ollama>=0.1.0
celery>=5.3.0
prometheus-client>=0.19.0
structlog>=23.2.0
sentry-sdk[fastapi]>=1.38.0
emails>=0.6
jinja2>=3.1.0
python-dotenv>=1.0.0
click>=8.1.0
typer>=0.9.0
rich>=13.6.0
PyGithub>=1.59.0
stripe>=7.0.0
python-magic>=0.4.27
Pillow>=10.0.0
python-dateutil>=2.8.2
pytz>=2023.3
marshmallow>=3.20.0
jsonschema>=4.19.0

[all]
taskprovision[dev,docs,monitoring,test]

[dev]
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
pytest-mock>=3.12.0
pytest-xdist>=3.3.0
black>=23.9.0
isort>=5.12.0
flake8>=6.1.0
mypy>=1.6.0
bandit>=1.7.5
safety>=2.3.0
pre-commit>=3.5.0
ipython>=8.16.0
ipdb>=0.13.13
watchdog>=3.0.0

[docs]
mkdocs>=1.5.0
mkdocs-material>=9.4.0
mkdocstrings[python]>=0.24.0
mkdocs-awesome-pages-plugin>=2.9.0

[monitoring]
prometheus-client>=0.19.0
sentry-sdk[fastapi]>=1.38.0
py-spy>=0.3.14
memory-profiler>=0.61.0

[test]
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
httpx>=0.25.0
fakeredis>=2.20.0
