pyyaml>=6.0.0

[all]
pystator[api,db,postgres,recipes,ui,validation,worker]

[api]
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
pydantic>=2.0.0
pydantic-settings>=2.0.0
python-multipart>=0.0.6
PyJWT>=2.8.0
httpx>=0.24.0
alembic>=1.13.0
sqlalchemy>=2.0.0

[db]
alembic>=1.13.0
sqlalchemy>=2.0.0

[dev]
pystator[all]
pytest>=7.0.0
pytest-asyncio>=0.23.0
pytest-cov>=4.0.0
hypothesis>=6.0.0
black==26.1.0
isort==5.13.2
ruff>=0.4.0
mypy>=1.0.0
pre-commit>=3.0.0
build>=1.0.0
twine>=5.0.0
types-PyYAML>=6.0.0
jupyterlab>=4.0.0

[postgres]
psycopg2-binary>=2.9.0

[recipes]
simpleeval>=0.9.0
httpx>=0.24.0

[ui]
fastapi>=0.104.0
uvicorn[standard]>=0.24.0
httpx>=0.24.0
aiofiles>=23.0.0

[validation]
pydantic>=2.0.0

[worker]
alembic>=1.13.0
sqlalchemy>=2.0.0
redis>=5.0.0
celery>=5.3.0
