Skip to content

Commit

Permalink
chore: drop python 2.6 compatible gevent
Browse files Browse the repository at this point in the history
We dropped python 2.6 support a while ago, so no need for the added complexity here.
  • Loading branch information
jeffwidman committed Jul 27, 2017
1 parent f7c871a commit 2e8dcd3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions requirements_gevent.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
gevent>1.1; python_version>='2.7'
gevent<=1.1; python_version=='2.6'
gevent>1.1

0 comments on commit 2e8dcd3

Please sign in to comment.