requirements.txt 209 字节
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
6
# stevedore for loading "new style" plugins
7
stevedore>=0.14