We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0e0a996 commit cf59b06Copy full SHA for cf59b06
pyproject.toml
@@ -64,7 +64,6 @@ test = [
64
'pytest >= 6.2.5',
65
'pytest-cov >= 2.6.0',
66
'pytest-rerunfailures >= 10.3',
67
- 'rundoc >= 0.4.3',
68
'tomli >= 2.0.0',
69
]
70
dev = [
@@ -94,7 +93,7 @@ dev = [
94
93
'ruff >= 0.3.2, <1',
95
96
# distribute on PyPI
97
- 'twine >= 1.10.0, <4',
+ 'twine >= 1.10.0',
98
'wheel >= 0.30.0',
99
100
# Advanced testing
@@ -108,6 +107,7 @@ dev = [
108
107
'boto3 >= 1.37.18, <1.38',
109
'docutils >= 0.21.2, <0.22'
110
+readme = ['rundoc>=0.4.3,<0.5',]
111
112
[tool.isort]
113
line_length = 99
0 commit comments