requirements.txt 281 字节
Newer Older
1 2 3
# Avocado functional requirements
# .tar.xz support (avocado.utils.archive)
pyliblzma>=0.5.3
4
# REST client (avocado.core.restclient)
5
requests>=1.2.3
C
Cleber Rosa 已提交
6
# six is a stevedore depedency, but we also use it directly
C
Cleber Rosa 已提交
7
six>=1.10.0
8
# stevedore for loading "new style" plugins
9
stevedore>=0.14