numpy
fastapi

[all]
packaging-demo[colors,dev]

[colors]
rich

[dev]
packaging-demo[release,static-code-qa,test]

[release]
build
twine

[static-code-qa]
pre-commit

[test]
pytest
pytest-cov
