mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Revert changes to req and req_win
This commit is contained in:
parent
98dc0e970c
commit
30b9c32356
2 changed files with 15 additions and 16 deletions
|
@ -2,26 +2,26 @@
|
|||
backports-abc==0.5; python_version < '3.0'
|
||||
backports.ssl-match-hostname==3.7.0.1
|
||||
certifi
|
||||
cffi==1.13.2
|
||||
CherryPy==17.4.2
|
||||
cryptography==2.8
|
||||
cffi==1.12.2
|
||||
CherryPy==17.4.1
|
||||
cryptography==2.6.1
|
||||
enum34==1.1.6
|
||||
futures==3.3.0 ; python_version < "3.0"
|
||||
futures==3.2.0 ; python_version < "3.0"
|
||||
gitdb==0.6.4
|
||||
GitPython==2.1.14
|
||||
GitPython==2.1.10
|
||||
idna==2.8
|
||||
ioloop==0.1a0
|
||||
ipaddress==1.0.23
|
||||
jinja2==2.10.3
|
||||
libnacl==1.7.1
|
||||
lxml==4.4.2
|
||||
Mako==1.1.1
|
||||
ipaddress==1.0.22
|
||||
jinja2==2.10.1
|
||||
libnacl==1.6.1
|
||||
lxml==4.3.0
|
||||
Mako==1.0.7
|
||||
markupsafe==1.1.1
|
||||
msgpack-python==0.5.6
|
||||
psutil==5.6.7
|
||||
pyasn1==0.4.8
|
||||
psutil==5.6.1
|
||||
pyasn1==0.4.5
|
||||
pycparser==2.19
|
||||
pycryptodomex==3.9.4
|
||||
pycryptodomex==3.8.1
|
||||
pycurl==7.43.0.2
|
||||
pymssql==2.1.4
|
||||
PyMySQL==0.9.3
|
||||
|
@ -37,4 +37,4 @@ singledispatch==3.4.0.3; python_version < '3.4'
|
|||
smmap==0.9.0
|
||||
timelib==0.2.4
|
||||
watchdog==0.9.0
|
||||
wheel==0.33.6
|
||||
wheel==0.33.4
|
||||
|
|
|
@ -1,3 +1,2 @@
|
|||
pythonnet==2.4.0
|
||||
pywin32==227
|
||||
pywin32==224
|
||||
WMI==1.4.9
|
||||
|
|
Loading…
Add table
Reference in a new issue