]> git.pld-linux.org Git - packages/python-docker.git/blob - unpin-requirements.patch
ecd4355628cc361256d85d2f68c9e3df6688bf95
[packages/python-docker.git] / unpin-requirements.patch
1 --- docker-4.2.1/requirements.txt.orig  2020-06-03 17:19:49.047177232 +0200
2 +++ docker-4.2.1/requirements.txt       2020-06-03 17:21:15.051474069 +0200
3 @@ -1,19 +1,19 @@
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==2.3
9 -enum34==1.1.6
10 -idna==2.5
11 -ipaddress==1.0.18
12 -packaging==16.8
13 -paramiko==2.4.2
14 -pycparser==2.17
15 -pyOpenSSL==18.0.0
16 -pyparsing==2.2.0
17 -pypiwin32==219; sys_platform == 'win32' and python_version < '3.6'
18 -pypiwin32==223; sys_platform == 'win32' and python_version >= '3.6'
19 -requests==2.20.0
20 -six==1.10.0
21 -urllib3==1.24.3
22 -websocket-client==0.56.0
23 +appdirs>=1.4.3
24 +asn1crypto>=0.22.0
25 +backports.ssl-match-hostname>=3.5.0.1
26 +cffi>=1.10.0
27 +cryptography>=2.3
28 +enum34>=1.1.6
29 +idna>=2.5
30 +ipaddress>=1.0.18
31 +packaging>=16.8
32 +paramiko>=2.4.2
33 +pycparser>=2.17
34 +pyOpenSSL>=18.0.0
35 +pyparsing>=2.2.0
36 +pypiwin32>=219; sys_platform == 'win32' and python_version < '3.6'
37 +pypiwin32>=223; sys_platform == 'win32' and python_version >= '3.6'
38 +requests>=2.20.0
39 +six>=1.10.0
40 +urllib3>=1.24.3
41 +websocket-client>=0.56.0
This page took 0.047795 seconds and 2 git commands to generate.