fastapi>=0.104.0
sse-starlette>=2.0.0
redis[asyncio]>=5.0.0
pydantic>=2.0.0
pydantic-settings>=2.0.0
python-dotenv>=1.0.0

[all]
fastapi-sse-events[dev,server]

[dev]
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.1.0
httpx>=0.25.0
ruff>=0.1.0
mypy>=1.7.0
types-redis>=4.6.0

[server]
uvicorn[standard]>=0.24.0
