Skip to content

Commit

Permalink
update gevent-eventemitter req to >=2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
rossengeorgiev committed Sep 3, 2019
1 parent b47f267 commit c708ed0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ requests>=2.9.1,<2.22.0
vdf>=2.0
gevent>=1.2.0
protobuf>=3.0.0
gevent-eventemitter>=2.0
gevent-eventemitter>=2.1
enum34==1.1.2; python_version < '3.4'
coverage==4.0.3
pytest==3.2.1
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
'vdf>=2.0',
'gevent>=1.2.0',
'protobuf>=3.0.0',
'gevent-eventemitter>=2.0',
'gevent-eventemitter>=2.1',
'cachetools>=3.0.0',
]

Expand Down

0 comments on commit c708ed0

Please sign in to comment.