forked from avocado-framework/avocado
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathrequirements.txt
24 lines (24 loc) · 862 Bytes
/
requirements.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# Avocado functional requirements
# SSH lib (avocado.utils.remote)
fabric>=1.11.0
# multiplexer (avocado.core.tree)
PyYAML>=3.11
# vm plugin (avocado.core.plugins.vm)
libvirt-python>=1.2.9
# .tar.xz support (avocado.utils.archive)
pyliblzma>=0.5.3
# HTML report plugin (avocado.core.plugins.htmlresult)
pystache>=0.5.3
# REST client (avocado.core.restclient)
requests>=1.2.3
# stevedore for loading "new style" plugins
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'
# Aexpect is now used on Docker plugin
aexpect>=1.2.0