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 #818 from Parsely/feature/upgrade_gevent
Browse files Browse the repository at this point in the history
update kazoo / gevent dependencies
  • Loading branch information
Emmett J. Butler committed Jun 14, 2018
2 parents 483b9c1 + 50112d7 commit 3b51d51
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,12 +39,12 @@ def get_version():

install_requires = [
'six>=1.5',
'kazoo',
'kazoo==2.5.0',
'tabulate'
]

extra_gevent_requires = [
'gevent>=1.2.2,<1.3'
'gevent==1.3'
]

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.2.2
gevent: gevent==1.3
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 3b51d51

Please sign in to comment.