Skip to content

Commit

Permalink
Revert "Remove restriction for requests version, update docker-py req…
Browse files Browse the repository at this point in the history
…uirement"

This reverts commit 81a32a2.

Signed-off-by: Aanand Prasad <aanand.prasad@gmail.com>
  • Loading branch information
aanand committed Mar 23, 2015
1 parent 16495c5 commit f4ef2c0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
PyYAML==3.10
docker-py==1.1.0
docker-py==1.0.0
dockerpty==0.3.2
docopt==0.6.1
requests==2.5.3
requests==2.2.1
six==1.7.3
texttable==0.8.2
websocket-client==0.11.0
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ def find_version(*file_paths):
install_requires = [
'docopt >= 0.6.1, < 0.7',
'PyYAML >= 3.10, < 4',
'requests >= 2.5.0, < 2.6',
'requests >= 2.2.1, < 2.5.0',
'texttable >= 0.8.1, < 0.9',
'websocket-client >= 0.11.0, < 1.0',
'docker-py >= 1.1.0, < 1.2',
'docker-py >= 1.0.0, < 1.1.0',
'dockerpty >= 0.3.2, < 0.4',
'six >= 1.3.0, < 2',
]
Expand Down

0 comments on commit f4ef2c0

Please sign in to comment.