requirements.txt 257 字节
Newer Older
1 2 3 4 5
# Avocado functional requirements
# multiplexer (avocado.core.tree)
PyYAML>=3.11
# .tar.xz support (avocado.utils.archive)
pyliblzma>=0.5.3
6
# REST client (avocado.core.restclient)
7
requests>=1.2.3
8
# stevedore for loading "new style" plugins
9
stevedore>=1.8.0