]> git.pld-linux.org Git - packages/python-docker.git/blob - unpin-requirements.patch
up to 4.3.1
[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,18 +1,18 @@
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 -pywin32==227; sys_platform == 'win32'
18 -requests==2.20.0
19 -six==1.10.0
20 -urllib3==1.24.3
21 -websocket-client==0.56.0
22 +appdirs>=1.4.3
23 +asn1crypto>=0.22.0
24 +backports.ssl-match-hostname>=3.5.0.1
25 +cffi>=1.10.0
26 +cryptography>=2.3
27 +enum34>=1.1.6
28 +idna>=2.5
29 +ipaddress>=1.0.18
30 +packaging>=16.8
31 +paramiko>=2.4.2
32 +pycparser>=2.17
33 +pyOpenSSL>=18.0.0
34 +pyparsing>=2.2.0
35 +pywin32>=227; sys_platform == 'win32'
36 +requests>=2.20.0
37 +six>=1.10.0
38 +urllib3>=1.24.3
39 +websocket-client>=0.56.0
This page took 0.081911 seconds and 3 git commands to generate.