blob: 4c76ff2c0828c4c5f9770bc09147bcaf437bd6f0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
requests
setuptools > 0.6 # pytest-xdist installed via requirements does not work with very old setuptools (sanity_ok)
unittest2 ; python_version < '2.7'
importlib ; python_version < '2.7'
netaddr
ipaddress
# requirement for aci_rest module
xmljson
lxml
# requirement for aci_aaa_user module
python-dateutil
|