Skip to content

Commit

Permalink
Requests 2.12.2 breaks docker-py
Browse files Browse the repository at this point in the history
See docker/docker-py#1321

Also, sh 1.12.2 fixes the UnsupportedOperation regression of 1.12.
  • Loading branch information
George V. Reilly committed Dec 1, 2016
1 parent e4c0dd7 commit cc8c7e3
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 @@ -15,8 +15,8 @@
'docker-py',
'psutil',
'pyyaml',
'requests',
'sh<1.12',
'requests!=2.12.2',
'sh>=1.12.2',
'six',
],
setup_requires=[
Expand Down

0 comments on commit cc8c7e3

Please sign in to comment.