Skip to content

Commit

Permalink
Add setuptools as a dev dependency
Browse files Browse the repository at this point in the history
It is necessary for building the package when running the integration tests,
but more recent Python versions no longer include it by default:
python/cpython#101039.
  • Loading branch information
Tenzer committed Oct 10, 2024
1 parent 86927bf commit 3207f44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions requirements/dev.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ pytest-cov>=2.4.0
pylint>=1.7.2
black>=20.8b0
bandit>=1.6.2
setuptools

# Test requirements
pytest>=3.0.7
Expand Down

0 comments on commit 3207f44

Please sign in to comment.