
[all]
fake.py[dev,docs,test]

[dev]
black
detect-secrets
doc8
ipython
isort
mypy
pip-tools
ruff
twine

[docs]
sphinx<6.0
sphinx-rtd-theme>=1.3.0

[test]
pytest
pytest-cov
