Skip to content

Commit

Permalink
Merge pull request #23 from siemens/fix/setup-same-six-requirement
Browse files Browse the repository at this point in the history
fix(setup): use same six requirement as sentry
  • Loading branch information
bufferoverflow authored Oct 7, 2020
2 parents c089004 + ab2fde2 commit a8cca40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
with open("README.rst") as readme_file:
readme = readme_file.read()

install_requires = ["requests<3.0.0", "six>=1.15.0"]
install_requires = ["requests<3.0.0", "six<1.12.0,>=1.11.0"]

tests_require = [
"flake8<3.6.0,>=3.5.0",
Expand Down

0 comments on commit a8cca40

Please sign in to comment.