mirror of https://github.com/docker/docker-py.git
"six" dependency fixed to greater-or-equal
This commit is contained in:
parent
ef009e114a
commit
9787c004e5
|
@ -1,4 +1,4 @@
|
|||
mock==1.0.1
|
||||
requests==1.2.3
|
||||
six==1.3.0
|
||||
six>=1.3.0
|
||||
websocket-client==0.11.0
|
||||
|
|
Loading…
Reference in New Issue