aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Schoonover <david.schoonover@gmail.com>2012-05-17 16:32:21 -0700
committerDavid Schoonover <david.schoonover@gmail.com>2012-05-17 16:32:21 -0700
commit1a5d8d00c3ac9ccb230e1c9a368f1ca005076f75 (patch)
treecf1499c2270174647112d554f8c1f3310c06fc95
parentrefs #10 (diff)
downloadpython-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`.
-rw-r--r--requirements/base.txt2
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