]> git.pld-linux.org Git - packages/python-docker.git/blob - unpin-requirements.patch
- python2 note
[packages/python-docker.git] / unpin-requirements.patch
1 --- docker-4.4.4/requirements.txt.orig  2023-10-30 22:13:39.841045573 +0100
2 +++ docker-4.4.4/requirements.txt       2023-10-30 22:15:12.930541264 +0100
3 @@ -1,18 +1,5 @@
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.2
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 +paramiko>=2.4.2
23 +requests>=2.20.0
24 +six>=1.10.0
25 +urllib3>=1.24.3
26 +websocket-client>=0.56.0
This page took 0.116146 seconds and 3 git commands to generate.