You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by ts...@apache.org on 2013/10/16 06:26:49 UTC

git commit: adding requests used in login/logout using session

Updated Branches:
  refs/heads/username_password_support 61901f20d -> 180807d52


adding requests used in login/logout using session

Signed-off-by: Prasanna Santhanam <ts...@apache.org>


Project: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/repo
Commit: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/commit/180807d5
Tree: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/tree/180807d5
Diff: http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/diff/180807d5

Branch: refs/heads/username_password_support
Commit: 180807d52deae1aa0e06d6c08b2c33a788e8a79e
Parents: 61901f2
Author: Prasanna Santhanam <ts...@apache.org>
Authored: Wed Oct 16 09:56:09 2013 +0530
Committer: Prasanna Santhanam <ts...@apache.org>
Committed: Wed Oct 16 09:56:09 2013 +0530

----------------------------------------------------------------------
 setup.py | 1 +
 1 file changed, 1 insertion(+)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/cloudstack-cloudmonkey/blob/180807d5/setup.py
----------------------------------------------------------------------
diff --git a/setup.py b/setup.py
index 4c7b297..0c6e308 100644
--- a/setup.py
+++ b/setup.py
@@ -47,6 +47,7 @@ setup(
     install_requires = [
         'Pygments>=1.5',
         'prettytable>=0.6',
+        'requests'
     ],
     include_package_data = True,
     zip_safe = False,