If using maildump, pin gevent

If using maildump, pin gevent to the version supporting Python 3.
This commit is contained in:
Audrey Roy Greenfeld 2015-08-05 15:23:01 -07:00
parent 773130acb2
commit ff12536765

View File

@ -16,4 +16,6 @@ ipdb==0.8.1
{% if cookiecutter.use_maildump == "y" -%}
# Enables better email testing
maildump==0.5.1
# Required by maildump. Need to pin dependency to gevent beta to be Python 3-compatible.
gevent==1.1b2
{%- endif %}