Merge pull request #1181 from docker/credstore-support
Add credentials store support
Showing
... | @@ -2,4 +2,5 @@ requests==2.5.3 | ... | @@ -2,4 +2,5 @@ requests==2.5.3 |
six>=1.4.0 | six>=1.4.0 | ||
websocket-client==0.32.0 | websocket-client==0.32.0 | ||
backports.ssl_match_hostname>=3.5 ; python_version < '3.5' | backports.ssl_match_hostname>=3.5 ; python_version < '3.5' | ||
ipaddress==1.0.16 ; python_version < '3.3' | ipaddress==1.0.16 ; python_version < '3.3' | ||
\ No newline at end of file | docker-pycreds==0.2.0 | ||
\ No newline at end of file |
Please
register
or
sign in
to comment