We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d533f36 commit 7388301Copy full SHA for 7388301
setup.py
@@ -99,8 +99,8 @@ def get_version(version_file):
99
# when attempting to reinstall this package, since then setuptools cannot
100
# be imported. This is precisely what happens during idempotence testing
101
# of cisagov/ansible-role-pca-gophish-composition, so we must insist that
102
- # only setuptools<71 is installed.
103
- install_requires=["docopt", "gophish", "setuptools<71"],
+ # only setuptools<77 is installed.
+ install_requires=["docopt", "gophish", "setuptools<77"],
104
extras_require={
105
# IMPORTANT: Keep type hinting-related dependencies of the dev section
106
# in sync with the mypy pre-commit hook configuration (see
0 commit comments