mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
e14e37ee1e
* Use lxml api's in unit test to parse xml * Remove unwanted import in unit test * Add ncclient dependency in unit test requirement
27 lines
475 B
Text
27 lines
475 B
Text
boto
|
|
boto3
|
|
placebo
|
|
cryptography
|
|
pycrypto
|
|
jinja2
|
|
mock
|
|
nose
|
|
passlib
|
|
pytest
|
|
pytest-mock
|
|
pytest-xdist
|
|
python-memcached
|
|
pyyaml
|
|
redis
|
|
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 modules using Netconf protocol
|
|
ncclient
|