Move gevent above maildump

Because maildump's dependencies aren't pinned.
This commit is contained in:
Audrey Roy Greenfeld 2015-08-05 15:24:34 -07:00
parent ff12536765
commit 9c74fe4bde

View File

@ -14,8 +14,8 @@ django-debug-toolbar==1.3.2
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
# Enables better email testing
maildump==0.5.1
{%- endif %}