
[all]
coverage>=7.0
pytest>=7.0
sphinx>=6.0
sphinx-rtd-theme>=1.2
fastapi>=0.100
uvicorn[standard]>=0.23
ipython>=8.0
jupyter>=1.0

[api]
fastapi>=0.100
uvicorn[standard]>=0.23

[docs]
sphinx>=6.0
sphinx-rtd-theme>=1.2

[jupyter]
ipython>=8.0
jupyter>=1.0

[test]
coverage>=7.0
pytest>=7.0
