requirements.txt 862 字节
Newer Older
1 2
# Avocado functional requirements
# SSH lib (avocado.utils.remote)
A
Amador Pahim 已提交
3
fabric>=1.11.0
4 5
# multiplexer (avocado.core.tree)
PyYAML>=3.11
6
# vm plugin (avocado.core.plugins.vm)
7 8 9
libvirt-python>=1.2.9
# .tar.xz support (avocado.utils.archive)
pyliblzma>=0.5.3
10
# HTML report plugin (avocado.core.plugins.htmlresult)
11
pystache>=0.5.3
12
# REST client (avocado.core.restclient)
13
requests>=1.2.3
14
# stevedore for loading "new style" plugins
15 16 17 18 19 20 21 22
stevedore>=1.8.0; python_version >= '2.7'
# stevedore-1.11.0 won't support python2.6 anymore
stevedore>=1.8.0,<=1.10.0; python_version < '2.7'
# Additional python 2.6 specific requirements for avocado and unittests (backports)
argparse>=1.3.0; python_version < '2.7'
logutils>=0.3.3; python_version < '2.7'
importlib>=1.0.3; python_version < '2.7'
unittest2>=1.0.0; python_version < '2.7'
23 24
# Aexpect is now used on Docker plugin
aexpect>=1.2.0