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

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

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

[test]
django
pytest
pytest-cov
pytest-django
pytest-rst
