requirements.txt 369 字节
Newer Older
1 2 3 4 5
# Avocado functional requirements
# SSH lib (avocado.utils.remote)
fabric>=1.7.0
# 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 13
# REST client (avocado.restclient)
requests>=1.2.3