click>=8.1.0
requests>=2.31.0
python-dotenv>=1.0.0
rich>=13.7.0

[all]
devset[data,dev,web]

[data]
numpy>=1.26.0
pandas>=2.2.0
matplotlib>=3.8.0
jupyter>=1.0.0
openpyxl>=3.1.0

[dev]
pytest>=8.0.0
black>=24.0.0
ruff>=0.4.0
mypy>=1.9.0
ipython>=8.20.0

[web]
fastapi>=0.110.0
uvicorn[standard]>=0.29.0
httpx>=0.27.0
pydantic>=2.6.0
