diff options
| author | David Pursehouse <david.pursehouse@sonymobile.com> | 2013-06-09 14:09:50 +0900 |
|---|---|---|
| committer | David Pursehouse <david.pursehouse@sonymobile.com> | 2013-08-26 11:04:39 +0900 |
| commit | 2d5ef1194de1f86becce45b791267f6d989aac31 (patch) | |
| tree | 678d5dfd641f93cc9cc46184583a12a07db652cd /requirements.txt | |
| parent | 8a3625cb0f2b17228d5370320eea3b4989659498 (diff) | |
| download | pygerrit-2d5ef1194de1f86becce45b791267f6d989aac31.tar.gz | |
Initial implementation of Gerrit REST API interface
This initial version implements wrappers for GET, PUT, POST
and DELETE requests.
Authentication is not implemented. All requests are sent
anonymously.
Handling of error responses is not implemented.
This change introduces a dependency on python-requests.
Change-Id: I579f9f02be8afbb4e720daf97ca873d77cd54a77
Diffstat (limited to 'requirements.txt')
| -rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 1b918a7..edc8a50 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ paramiko==1.11.0 pycrypto==2.3 +requests==1.2.3 |
