pyyaml>=6.0.0

[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
psycopg2-binary>=2.9.0
pymongo>=4.6.0
simpleeval>=0.9.0
mkdocs-material>=9.5.0
mkdocstrings[python]>=0.24.0

[dev]
pystator[api,ui,worker]
pytest>=7.0.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0
hypothesis>=6.0.0
ruff>=0.9.0
mypy>=1.0.0
pre-commit>=3.0.0
build>=0.10.0
twine>=4.0.0
types-PyYAML>=6.0.0
jupyterlab>=4.0.0
ipykernel>=6.0.0

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

[worker]
alembic>=1.13.0
sqlalchemy>=2.0.0
redis>=5.0.0
celery>=5.3.0
psycopg2-binary>=2.9.0
