mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00

While testing running the test suite under Py3.7 on windows we hit an issue installing botocore at the version it was at. With this newer version of boto3 which also pulls in a newer version of botocore we got past the issue.
38 lines
790 B
Text
38 lines
790 B
Text
# This is a compilation of requirements installed on salt-jenkins git.salt state run
|
|
boto3>=1.13.5
|
|
boto>=2.46.0
|
|
clustershell
|
|
croniter>=0.3.0,!=0.3.22
|
|
dnspython
|
|
docker
|
|
futures>=2.0; python_version < '3.0'
|
|
jmespath
|
|
jsonschema
|
|
junos-eznc==2.4.0
|
|
jxmlease
|
|
keyring==5.7.1
|
|
kubernetes<4.0
|
|
mock>=3.0.5; python_version < '3.6'
|
|
more-itertools==5.0.0
|
|
moto
|
|
# XXX: Temporarily do not install pylxd.
|
|
# pylxd(or likely ws4py) will cause the test suite to hang at the finish line under runtests.py
|
|
# pylxd>=2.2.5
|
|
pyopenssl
|
|
python-etcd>0.4.2
|
|
pyvmomi
|
|
rfc3987
|
|
salttesting==2017.6.1
|
|
strict_rfc3339
|
|
supervisor==3.3.5; python_version < '3'
|
|
toml
|
|
virtualenv==20.0.10
|
|
watchdog
|
|
yamlordereddictloader
|
|
vcert~=0.7.0
|
|
|
|
# Available template libraries that can be used
|
|
Genshi
|
|
Cheetah3==3.1.0
|
|
Mako
|
|
wempy; python_version <'3'
|