Skip to content

Commit c4bc007

Browse files
committed
Remove sphinx from requirements.txt and add setuptools to setup_requires
1 parent 5cc7915 commit c4bc007

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ stone >= 2
66
ply
77
pytest
88
pytest-runner
9-
sphinx
9+
# sphinx
1010
twine
1111
wheel
12+
setuptools

setup.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,7 @@
3434
# Pin pytest-runner to 5.2.0, since 5.3.0 uses `find_namespaces` directive, not supported in
3535
# Python 2.7
3636
'pytest-runner == 5.2.0',
37+
'setuptools'
3738
]
3839

3940
# WARNING: This imposes limitations on test/requirements.txt such that the

0 commit comments

Comments
 (0)