]> git.pld-linux.org Git - packages/python-docker.git/blame - unpin-requirements.patch
up to 3.6.0
[packages/python-docker.git] / unpin-requirements.patch
CommitLineData
f0fbb51c
JP
1--- docker-3.6.0.orig/requirements.txt 2018-12-01 15:19:00.028975519 +0100
2+++ docker-3.6.0/requirements.txt 2018-12-01 15:20:55.230646876 +0100
3@@ -1,21 +1,21 @@
4-appdirs==1.4.3
5-asn1crypto==0.22.0
6-backports.ssl-match-hostname==3.5.0.1
7-cffi==1.10.0
8-cryptography==1.9; python_version == '3.3'
9-cryptography==2.3; python_version > '3.3'
10-docker-pycreds==0.3.0
11-enum34==1.1.6
12-idna==2.5
13-ipaddress==1.0.18
14-packaging==16.8
15-paramiko==2.4.2
16-pycparser==2.17
17-pyOpenSSL==18.0.0
18-pyparsing==2.2.0
19-pypiwin32==219; sys_platform == 'win32' and python_version < '3.6'
20-pypiwin32==223; sys_platform == 'win32' and python_version >= '3.6'
21-requests==2.20.0
22-six==1.10.0
23-websocket-client==0.40.0
24-urllib3==1.21.1; python_version == '3.3'
25\ No newline at end of file
26+appdirs>=1.4.3
27+asn1crypto>=0.22.0
28+backports.ssl-match-hostname>=3.5.0.1
29+cffi>=1.10.0
30+cryptography>=1.9; python_version == '3.3'
31+cryptography>=2.3; python_version > '3.3'
32+docker-pycreds>=0.3.0
33+enum34>=1.1.6
34+idna>=2.5
35+ipaddress>=1.0.18
36+packaging>=16.8
37+paramiko>=2.4.2
38+pycparser>=2.17
39+pyOpenSSL>=18.0.0
40+pyparsing>=2.2.0
41+pypiwin32>=219; sys_platform == 'win32' and python_version < '3.6'
42+pypiwin32>=223; sys_platform == 'win32' and python_version >= '3.6'
43+requests>=2.20.0
44+six>=1.10.0
45+websocket-client>=0.40.0
46+urllib3>=1.21.1; python_version == '3.3'
47\ No newline at end of file
This page took 0.116651 seconds and 4 git commands to generate.