Merge pull request #1147 from gevent/monitor-events
Start having the monitor thread emit events for monitored conditions.
Showing
... | ... | @@ -23,10 +23,15 @@ idna |
psutil | ||
# benchmarks use this | ||
perf | ||
# Used in a test | ||
# Events | ||
zope.event | ||
zope.interface | ||
# Tests | ||
requests | ||
# For viewing README.rst (restview --long-description), | ||
# CONTRIBUTING.rst, etc. | ||
# https://github.com/mgedmin/restview | ||
restview | ||
-r rtd-requirements.txt |
cython >= 0.23.4 | ||
cython >= 0.28 | ||
repoze.sphinx.autointerface |
src/gevent/events.py
0 → 100644
Please register or sign in to comment