Skip to content

Commit

Permalink
Add setuptools to setup_requires and as hard dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
foarsitter committed Nov 21, 2023
1 parent 5cc7915 commit 3c5c342
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ pytest-runner
sphinx
twine
wheel
setuptools
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@
# Pin pytest-runner to 5.2.0, since 5.3.0 uses `find_namespaces` directive, not supported in
# Python 2.7
'pytest-runner == 5.2.0',
'setuptools'
]

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

0 comments on commit 3c5c342

Please sign in to comment.