Skip to content

Commit 3207f44

Browse files
committed
Add setuptools as a dev dependency
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.
1 parent 86927bf commit 3207f44

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

requirements/dev.txt

+1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ pytest-cov>=2.4.0
55
pylint>=1.7.2
66
black>=20.8b0
77
bandit>=1.6.2
8+
setuptools
89

910
# Test requirements
1011
pytest>=3.0.7

0 commit comments

Comments
 (0)