Update deps for 3.3 & 3.7 support
Signed-off-by: Joffrey F <joffrey@docker.com>
Showing
... | ... | @@ -2,7 +2,8 @@ appdirs==1.4.3 |
asn1crypto==0.22.0 | ||
backports.ssl-match-hostname==3.5.0.1 | ||
cffi==1.10.0 | ||
cryptography==1.9 | ||
cryptography==1.9; python_version == '3.3' | ||
cryptography==2.3; python_version > '3.3' | ||
docker-pycreds==0.3.0 | ||
enum34==1.1.6 | ||
idna==2.5 | ||
... | ... | @@ -12,7 +13,8 @@ pycparser==2.17 |
pyOpenSSL==17.0.0 | ||
pyparsing==2.2.0 | ||
pypiwin32==219; sys_platform == 'win32' and python_version < '3.6' | ||
pypiwin32==220; sys_platform == 'win32' and python_version >= '3.6' | ||
pypiwin32==223; sys_platform == 'win32' and python_version >= '3.6' | ||
requests==2.14.2 | ||
six==1.10.0 | ||
websocket-client==0.40.0 | ||
urllib3==1.21.1; python_version == '3.3' | ||
\ No newline at end of file |
coverage==3.7.1 | ||
flake8==3.4.1 | ||
mock==1.0.1 | ||
pytest==2.9.1 | ||
pytest==2.9.1; python_version == '3.3' | ||
pytest==3.6.3; python_version > '3.3' | ||
pytest-cov==2.1.0 | ||
pytest-timeout==1.2.1 |
Please
register
or
sign in
to comment