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.
40 lines
895 B
Text
40 lines
895 B
Text
# This is a compilation of requirements installed on salt-jenkins git.salt state run
|
|
#apache-libcloud==2.0.0
|
|
boto3>=1.13.5
|
|
boto>=2.46.0
|
|
dmidecode
|
|
dnspython
|
|
# We require docker < 3.0.0 because after that they also start locking their pywin32 requirement, actually
|
|
# pypiwin32, which after version 223 it just makes pywin32 a dep and installs nothing else
|
|
docker<3.0.0
|
|
jmespath
|
|
jsonschema
|
|
keyring==5.7.1
|
|
kubernetes<4.0
|
|
mock>=3.0.5; python_version < '3.6'
|
|
more-itertools==5.0.0
|
|
moto<=1.3.7
|
|
patch
|
|
pygit2<=0.28.2; python_version < '3.8'
|
|
pygit2>=1.2.0; python_version >= '3.8'
|
|
python-etcd>0.4.2
|
|
msgpack-python >= 0.4.2, != 0.5.5
|
|
pyopenssl
|
|
python-gnupg
|
|
pyvmomi
|
|
rfc3987
|
|
salttesting==2017.6.1
|
|
sed
|
|
setproctitle
|
|
strict_rfc3339
|
|
supervisor==3.3.5; python_version < '3'
|
|
timelib
|
|
toml
|
|
virtualenv
|
|
wmi==1.4.9
|
|
|
|
# Available template libraries that can be used
|
|
Genshi
|
|
Cheetah3==3.1.0
|
|
Mako
|
|
wempy; python_version <'3'
|