Skip to content

Commit

Permalink
Merge 70ea59b into b772584
Browse files Browse the repository at this point in the history
  • Loading branch information
ntarocco committed Jun 18, 2018
2 parents b772584 + 70ea59b commit db6deec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@
# requests has hard version range dependency on idna
# Every time idna and urllib3 are updated, installation breaks because
# elasticsearch and requests dependencies are not resolved properly.
'urllib3<1.23,>=1.21.1', # from elasticsearch and requests
'idna>=2.5,<2.8', # from requests
'urllib3<1.24,>=1.21.1', # from elasticsearch and requests
'idna>=2.5,<2.8', # from requests
]

packages = find_packages()
Expand Down

0 comments on commit db6deec

Please sign in to comment.