Skip to content

Commit 66d8acd

Browse files
committed
requirements.txt: add python-requests module
Signed-off-by: Cleber Rosa <[email protected]>
1 parent d8bb798 commit 66d8acd

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

requirements-travis.txt

+1
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ pystache==0.5.4
55
Sphinx==1.3b1
66
flexmock==0.9.7
77
inspektor==0.1.14
8+
requests==1.2.3

requirements.txt

+2
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,5 @@ libvirt-python>=1.2.9
99
pyliblzma>=0.5.3
1010
# HTML report plugin (avocado.plugins.htmlresult)
1111
pystache>=0.5.3
12+
# REST client (avocado.restclient)
13+
requests>=1.2.3

0 commit comments

Comments
 (0)