mirror of
https://github.com/docker/compose.git
synced 2025-07-21 12:44:54 +02:00
Upgrade Windows dependency (#7537)
Signed-off-by: Ofek Lev <ofekmeister@gmail.com>
This commit is contained in:
parent
3e31f80977
commit
7b5be97c45
@ -12,10 +12,9 @@ idna==2.10
|
|||||||
ipaddress==1.0.23
|
ipaddress==1.0.23
|
||||||
jsonschema==3.2.0
|
jsonschema==3.2.0
|
||||||
paramiko==2.7.1
|
paramiko==2.7.1
|
||||||
pypiwin32==219; sys_platform == 'win32' and python_version < '3.6'
|
|
||||||
pypiwin32==223; sys_platform == 'win32' and python_version >= '3.6'
|
|
||||||
PySocks==1.7.1
|
PySocks==1.7.1
|
||||||
python-dotenv==0.14.0
|
python-dotenv==0.14.0
|
||||||
|
pywin32==227; sys_platform == 'win32'
|
||||||
PyYAML==5.3.1
|
PyYAML==5.3.1
|
||||||
requests==2.24.0
|
requests==2.24.0
|
||||||
texttable==1.6.2
|
texttable==1.6.2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user