asyncpg<0.32.0,>=0.30.0
pydantic<3.0.0,>=2.7.1
pydantic-settings<3.0.0,>=2.0.0

[dashboard]
fastapi>=0.100.0
uvicorn>=0.20.0

[dev]
pytest>=7.4.0
pytest-asyncio>=0.21.0
pytest-cov>=4.0.0
httpx>=0.24.0
black==25.1.0
flake8==7.1.0
isort==6.0.1
mypy>=1.0.0
pre-commit>=3.4.0
croniter>=1.4.0
aiohttp>=3.8.0
aiosqlite>=0.19.0
structlog>=22.0.0
cryptography>=3.4.0

[full]
elephantq[dashboard,logging,monitoring,scheduling,sqlite,webhooks]

[logging]
structlog>=22.0.0

[monitoring]
prometheus-client>=0.15.0
psutil>=5.9.0

[scheduling]
croniter>=1.4.0

[sqlite]
aiosqlite>=0.19.0

[webhooks]
aiohttp>=3.8.0
cryptography>=3.4.0
