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 de4cbfd commit 1af017dCopy full SHA for 1af017d
setup.py
@@ -3,7 +3,7 @@
3
with open('README.md') as readme_file:
4
readme = readme_file.read()
5
6
-requirements = ['jsonschema[format_nongpl]==3.2.0', 'pyyaml>=5.4.1', 'requests>=2.18', 'jsonmerge>=1.8.0']
+requirements = ['jsonschema[format_nongpl]==3.2.0', 'pyyaml>=5.4.1', 'requests>=2.18', 'urllib3<2', 'jsonmerge>=1.8.0']
7
8
setup(
9
name='alertlogic-sdk-definitions',
0 commit comments