mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update dependencies in req.txt for Windows
This commit is contained in:
parent
5533e9ee96
commit
3edfef31c1
1 changed files with 26 additions and 26 deletions
|
@ -1,40 +1,40 @@
|
|||
backports-abc==0.5
|
||||
backports.ssl-match-hostname==3.5.0.1
|
||||
backports.ssl-match-hostname==3.7.0.1
|
||||
certifi
|
||||
cffi==1.10.0
|
||||
CherryPy==10.2.1
|
||||
cryptography==2.1.4
|
||||
cffi==1.11.5
|
||||
CherryPy==18.1.0
|
||||
cryptography==2.4.2
|
||||
enum34==1.1.6
|
||||
futures==3.1.1
|
||||
futures==3.2.0; python_version == '2.7'
|
||||
gitdb==0.6.4
|
||||
GitPython==2.1.3
|
||||
idna==2.5
|
||||
GitPython==2.1.11
|
||||
idna==2.8
|
||||
ioloop==0.1a0
|
||||
ipaddress==1.0.18
|
||||
Jinja2==2.9.6
|
||||
ipaddress==1.0.22
|
||||
Jinja2==2.10
|
||||
libnacl==1.6.1 # required by the nacl module
|
||||
lxml==3.7.3
|
||||
Mako==1.0.6
|
||||
MarkupSafe==1.0
|
||||
msgpack-python==0.4.8
|
||||
psutil==5.2.2
|
||||
pyasn1==0.2.3
|
||||
pycparser==2.17
|
||||
lxml==4.3.0
|
||||
Mako==1.0.7
|
||||
MarkupSafe==1.1.0
|
||||
msgpack-python==0.5.6
|
||||
psutil==5.4.8
|
||||
pyasn1==0.4.5
|
||||
pycparser==2.19
|
||||
pycrypto==2.6.1
|
||||
pycurl==7.43.0
|
||||
PyMySQL==0.7.11
|
||||
pyOpenSSL==17.5.0
|
||||
pycurl==7.43.0.2
|
||||
PyMySQL==0.9.3
|
||||
pyOpenSSL==18.0.0
|
||||
#python-certifi-win32==1.2
|
||||
python-dateutil==2.6.1
|
||||
python-gnupg==0.4.1
|
||||
python-dateutil==2.7.5
|
||||
python-gnupg==0.4.3
|
||||
pythonnet==2.3.0
|
||||
pywin32==223
|
||||
PyYAML==3.12
|
||||
pyzmq==16.0.3
|
||||
pywin32==224
|
||||
PyYAML==3.13
|
||||
pyzmq==17.1.2
|
||||
requests==2.21.0
|
||||
singledispatch==3.4.0.3
|
||||
smmap==0.9.0
|
||||
timelib==0.2.4
|
||||
tornado==4.5.1
|
||||
wheel==0.30.0a0
|
||||
tornado==4.5.3
|
||||
wheel==0.32.3
|
||||
WMI==1.4.9
|
||||
|
|
Loading…
Add table
Reference in a new issue