diff options
| author | 2012-05-18 08:04:25 -0700 | |
|---|---|---|
| committer | 2012-05-18 08:04:25 -0700 | |
| commit | f85c7b1692667dab82c2894db86d0582e72b2df0 (patch) | |
| tree | cf1499c2270174647112d554f8c1f3310c06fc95 | |
| parent | refs #10 (diff) | |
| parent | Require a current version of `requests` -- `pygithub3` installs, but later fails with all sorts of cryptic errors if you have an older, pre-existing version of `requests` installed when you install `pygithub3`. (diff) | |
| download | python-github3-f85c7b1692667dab82c2894db86d0582e72b2df0.tar.xz python-github3-f85c7b1692667dab82c2894db86d0582e72b2df0.zip | |
Merge pull request #11 from dsc/patch-1
Require a current version of `requests` -- `pygithub3` installs, but lat...
| -rw-r--r-- | requirements/base.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/base.txt b/requirements/base.txt index f229360..285540e 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1 +1 @@ -requests +requests >= 0.12.1 |
