salt/requirements/tests.txt

42 lines
1.0 KiB
Plaintext
Raw Normal View History

2018-06-05 23:57:22 +00:00
-r zeromq.txt
-r dev.txt
-r pytest.txt
apache-libcloud>=1.0.0
boto>=2.32.1
boto3>=1.2.1
moto>=0.3.6
docker; sys.platform != 'win32'
docker==2.7.0; sys.platform == 'win32'
virtualenv
setuptools>=30
2018-06-05 23:57:22 +00:00
six>=1.10.0
timelib
coverage
keyring==5.7.1
python-gnupg
python-etcd==0.4.2
GitPython
supervisor; python_version < '3'
kubernetes<4.0
2018-06-05 23:57:22 +00:00
psutil
pyvmomi
setproctitle
cherrypy>=3.2.2,<18.0.0; python_version < '3.5' and sys.platform != 'win32' and sys.platform != 'darwin'
cherrypy>=3.2.2; python_version >= '3.5' and sys.platform != 'win32' and sys.platform != 'darwin'
pyinotify; sys.platform != 'win32' and sys.platform != 'darwin'
2018-06-05 23:57:22 +00:00
PyMySQL; sys.platform != 'win32' and sys.platform != 'darwin'
jsonschema
strict_rfc3339
rfc3987
pyOpenSSL
ioflo
dnspython
2018-06-05 23:57:22 +00:00
SaltTesting==2017.6.1
junos-eznc
jxmlease
croniter
kazoo
2018-06-21 23:17:33 +00:00
ansible; sys.platform != 'win32' and sys.platform != 'darwin' and python_version >= '3.5'
ansible; sys.platform != 'win32' and sys.platform != 'darwin' and python_version == '2.7'
2018-08-08 20:01:19 +00:00
pylxd>=2.2.5; sys.platform != 'win32' and sys.platform != 'darwin'