Skip to content

Commit 3c5c342

Browse files
committed
Add setuptools to setup_requires and as hard dependency
1 parent 5cc7915 commit 3c5c342

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

requirements.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,4 @@ pytest-runner
99
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)