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