requirements.txt 280 字节
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 7
# six is a stevedore depedency, but we also use it directly
six>=1.9.0
8
# stevedore for loading "new style" plugins
9
stevedore>=0.14