# License: MIT
# Upstream url: http://gunicorn.org/
# Use: For wsgi running
gunicorn==19.9.0

# License: MIT
# Upstream url: http://www.gevent.org/
# Use: For concurrency
gevent==1.3.6

# License: MIT
# Upstream url: https://github.com/python-greenlet/greenlet
# Use: For concurrency
greenlet==0.4.15

# Dispatching system for parties to subscribe to events
# Supports per-endpoint timing in flask
# License: MIT
# Upstream url: https://pypi.python.org/pypi/blinker
blinker==1.4
