fix: remove various repo files that leaked into the sdist of the package by jenstroeger · Pull Request #948 · jenstroeger/python-package-template
| actions = [ | |
| "commitizen ==4.5.0", | |
| "twine ==6.1.0", | |
| ] | |
| dev = [ | |
| "flit >=3.2.0,<4.0.0", | |
| "mypy >=1.0.0,<1.15", | |
| "pip-audit >=2.4.4,<3.0.0", | |
| "pylint >=3.0.0,<3.4.0", | |
| "perflint >=0.8.0,<1.0.0", | |
| "cyclonedx-bom >=4.0.0,<5.0.0", | |
| ] | |
| docs = [ | |
| "sphinx >=5.1.1,<9.0.0", | |
| "sphinx-markdown-builder >=0.6.4,<1.0.0", | |
| ] | |
| hooks = [ | |
| "pre-commit >=3.0.0,<4.1.0", | |
| ] | |
| # Note that the `custom_exit_code` and `env` plugins may currently be unmaintained. | |
| test = [ | |
| "faker ==37.1.0", | |
| "hypothesis >=6.21.0,<6.130.9", | |
| "pytest >=7.2.0,<9.0.0", | |
| "pytest-cases ==3.8.6", | |
| "pytest-custom_exit_code ==0.3.0", | |
| "pytest-cov ==6.1.0", | |
| "pytest-doctestplus ==1.3.0", | |
| "pytest-env ==1.1.5", | |
| ] |