mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update Python and Deps
This commit is contained in:
parent
fba146ced4
commit
523316f0d7
3 changed files with 22 additions and 22 deletions
|
@ -60,7 +60,7 @@ Function Get-Settings {
|
|||
# Filenames for 64 bit Windows
|
||||
$64bitPrograms = @{
|
||||
"PyCrypto2" = "pycrypto-2.6.1-cp27-none-win_amd64.whl"
|
||||
"Python2" = "python-2.7.12.amd64.msi"
|
||||
"Python2" = "python-2.7.13.amd64.msi"
|
||||
"PyYAML2" = "PyYAML-3.11.win-amd64-py2.7.exe"
|
||||
"Python3" = "python-3.5.3-amd64.exe"
|
||||
"PyWin323" = "pywin32-220.1-cp35-cp35m-win_amd64.whl"
|
||||
|
@ -70,7 +70,7 @@ Function Get-Settings {
|
|||
# Filenames for 32 bit Windows
|
||||
$32bitPrograms = @{
|
||||
"PyCrypto2" = "pycrypto-2.6.1-cp27-none-win32.whl"
|
||||
"Python2" = "python-2.7.12.msi"
|
||||
"Python2" = "python-2.7.13.msi"
|
||||
"PyYAML2" = "PyYAML-3.11.win32-py2.7.exe"
|
||||
"Python3" = "python-3.5.3.exe"
|
||||
"PyWin323" = "pywin32-220.1-cp35-cp35m-win32.whl"
|
||||
|
|
|
@ -1,36 +1,36 @@
|
|||
backports-abc==0.4
|
||||
backports-abc==0.5
|
||||
backports.ssl-match-hostname==3.5.0.1
|
||||
certifi
|
||||
cffi==1.10.0
|
||||
CherryPy==7.1.0
|
||||
CherryPy==10.2.1
|
||||
cryptography==1.8.1
|
||||
enum34==1.1.6
|
||||
futures==3.0.5
|
||||
futures==3.1.1
|
||||
gitdb==0.6.4
|
||||
GitPython==2.0.8
|
||||
GitPython==2.1.3
|
||||
idna==2.5
|
||||
ioflo==1.5.5
|
||||
ioflo==1.6.7
|
||||
ioloop==0.1a0
|
||||
ipaddress==1.0.18
|
||||
Jinja2==2.9.4
|
||||
libnacl==1.4.5
|
||||
Mako==1.0.4
|
||||
MarkupSafe==0.23
|
||||
Jinja2==2.9.6
|
||||
libnacl==1.5.0
|
||||
Mako==1.0.6
|
||||
MarkupSafe==1.0
|
||||
msgpack-python==0.4.8
|
||||
psutil==4.3.0
|
||||
pyasn1==0.1.9
|
||||
psutil==5.2.2
|
||||
pyasn1==0.2.3
|
||||
pycparser==2.17
|
||||
pycurl==7.43.0
|
||||
PyMySQL==0.7.6
|
||||
pyOpenSSL==16.2.0
|
||||
python-dateutil==2.5.3
|
||||
python-gnupg==0.3.8
|
||||
pyzmq==16.0.1
|
||||
requests==2.10.0
|
||||
PyMySQL==0.7.11
|
||||
pyOpenSSL==17.0.0
|
||||
python-dateutil==2.6.0
|
||||
python-gnupg==0.4.0
|
||||
pyzmq==16.0.2
|
||||
requests==2.13.0
|
||||
singledispatch==3.4.0.3
|
||||
six==1.10.0
|
||||
smmap==0.9.0
|
||||
timelib==0.2.4
|
||||
tornado==4.4.1
|
||||
wheel==0.29.0
|
||||
tornado==4.5.1
|
||||
wheel==0.30.0a0
|
||||
WMI==1.4.9
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
pip==9.0.1
|
||||
setuptools==34.3.1
|
||||
setuptools==35.0.2
|
Loading…
Add table
Reference in a new issue