diff options
author | 2012-05-17 16:32:21 -0700 | |
---|---|---|
committer | 2012-05-17 16:32:21 -0700 | |
commit | 1a5d8d00c3ac9ccb230e1c9a368f1ca005076f75 (patch) | |
tree | cf1499c2270174647112d554f8c1f3310c06fc95 | |
parent | refs #10 (diff) | |
download | python-github3-1a5d8d00c3ac9ccb230e1c9a368f1ca005076f75.tar.xz python-github3-1a5d8d00c3ac9ccb230e1c9a368f1ca005076f75.zip |
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`.
Diffstat (limited to '')
-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 |