fbcdf8ba5b
* Mark 'name' parameter as required. Closes https://github.com/ansible/ansible/issues/29785. * Add the `linode-python` dependency for unit tests. * Add unit test for linode name parameter. * Add note about where to find required arguments. Closes https://github.com/ansible/ansible/issues/44696.
36 lines
622 B
Text
36 lines
622 B
Text
boto3
|
|
placebo
|
|
cryptography
|
|
pycrypto
|
|
jinja2
|
|
mock
|
|
nose
|
|
passlib
|
|
pytest
|
|
pytest-mock
|
|
pytest-xdist
|
|
python-memcached
|
|
pyyaml
|
|
redis
|
|
requests
|
|
setuptools > 0.6 # pytest-xdist installed via requirements does not work with very old setuptools (sanity_ok)
|
|
unittest2 ; python_version < '2.7'
|
|
netaddr
|
|
ipaddress
|
|
|
|
# requirements for F5 specific modules
|
|
f5-sdk ; python_version >= '2.7'
|
|
f5-icontrol-rest ; python_version >= '2.7'
|
|
deepdiff
|
|
|
|
# requirement for Fortinet specific modules
|
|
pyfmg
|
|
|
|
# requirement for aci_rest module
|
|
xmljson
|
|
|
|
# requirement for winrm connection plugin tests
|
|
pexpect
|
|
|
|
# requirement for the linode module
|
|
linode-python
|