Skip to content
This repository has been archived by the owner on Mar 24, 2021. It is now read-only.

Commit

Permalink
Merge pull request #876 from Parsely/requirement/gevent
Browse files Browse the repository at this point in the history
update gevent requirement
  • Loading branch information
Emmett J. Butler committed Oct 15, 2018
2 parents 0bf9860 + 8105279 commit 8036cdf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ def get_version():
]

extra_gevent_requires = [
'gevent==1.3'
'gevent==1.3.6'
]

extra_requires = [
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ envlist = py27, py34, py35, py36, pypy, {py27,py36}-gevent
usedevelop = True
deps =
-rtest-requirements.txt
gevent: gevent==1.3
gevent: gevent==1.3.6
commands =
py.test {posargs}
passenv = BROKERS BROKERS_SSL ZOOKEEPER KAFKA_BIN KAFKA_VERSION C_INCLUDE_PATH LIBRARY_PATH LD_LIBRARY_PATH CFLAGS

0 comments on commit 8036cdf

Please sign in to comment.