Skip to content

Commit 1a5d8d0

Browse files
committed
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.
1 parent 8c64210 commit 1a5d8d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

requirements/base.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
requests
1+
requests >= 0.12.1

0 commit comments

Comments
 (0)