mirror of https://github.com/docker/docker-py.git
Separated test dependencies from runtime dependencies
This commit is contained in:
parent
6d78986cc3
commit
2d56149831
|
@ -1,4 +1,3 @@
|
|||
mock==1.0.1
|
||||
requests==2.2.1
|
||||
six>=1.3.0
|
||||
websocket-client==0.11.0
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
mock==1.0.1
|
||||
requests==2.2.1
|
||||
six>=1.3.0
|
||||
websocket-client==0.11.0
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
mock==1.0.1
|
Loading…
Reference in New Issue