diff --git a/pyproject.toml b/pyproject.toml index 9d1a937..63bf394 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -50,7 +50,6 @@ test = [ 'pytest-cov>=2.6.0', 'pytest-rerunfailures>=10.3,<15', 'jupyter>=1.0.0,<2', - 'rundoc>=0.4.3,<0.5', 'pytest-runner >= 2.11.1', 'tomli>=2.0.0,<3', ] @@ -60,7 +59,7 @@ dev = [ # general 'setuptools<70', 'build>=1.0.0,<2', - 'bump-my-version>=0.18.3,<1', + 'bump-my-version>=0.18.3', 'pip>=9.0.1', 'watchdog>=1.0.1,<5', @@ -68,7 +67,7 @@ dev = [ 'ruff>=0.3.2,<1', # distribute on PyPI - 'twine>=1.10.0,<4', + 'twine>=1.10.0', 'wheel>=0.30.0', # Advanced testing @@ -78,6 +77,7 @@ dev = [ # Invoking test commands 'invoke' ] +readme = ['rundoc>=0.4.3,<0.5',] [tool.setuptools] include-package-data = true