You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by an...@apache.org on 2017/01/09 04:52:25 UTC

[05/51] [abbrv] libcloud git commit: add requests and requests_mock back

add requests and requests_mock back


Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/01636a8f
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/01636a8f
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/01636a8f

Branch: refs/heads/trunk
Commit: 01636a8f2ee0ffe3067a405034553fc2b7bbce48
Parents: 04fa066
Author: Anthony Shaw <an...@apache.org>
Authored: Tue Oct 25 15:08:50 2016 +0100
Committer: Anthony Shaw <an...@apache.org>
Committed: Tue Oct 25 15:08:50 2016 +0100

----------------------------------------------------------------------
 requirements-tests.txt | 2 ++
 1 file changed, 2 insertions(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/01636a8f/requirements-tests.txt
----------------------------------------------------------------------
diff --git a/requirements-tests.txt b/requirements-tests.txt
index e32eebf..35db592 100644
--- a/requirements-tests.txt
+++ b/requirements-tests.txt
@@ -5,3 +5,5 @@ pylint>=1.5.5,<1.6
 mock>=1.0.1,<1.1
 coveralls
 coverage<4.0
+requests
+requests_mock
\ No newline at end of file