Skip to content

Commit

Permalink
fix: need gevent >= 1.2, not > 1.1
Browse files Browse the repository at this point in the history
Python 2.6 support was dropped in 1.2, so 2e8dcd3 simplified the dependency graph to require `gevent>1.1`. However, bugfix releases to the 1.1 series (1.1.1, etc) will satisfy this requirement, so we should actually be requiring `gevent >= 1.2`
  • Loading branch information
jeffwidman committed Nov 3, 2017
1 parent cf7bdc2 commit 181b8f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements_gevent.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
gevent>1.1
gevent>=1.2

0 comments on commit 181b8f7

Please sign in to comment.