mirror of
https://github.com/Hopiu/cookiecutter-django.git
synced 2026-05-10 21:53:11 +00:00
Move gevent above maildump
Because maildump's dependencies aren't pinned.
This commit is contained in:
parent
ff12536765
commit
9c74fe4bde
1 changed files with 2 additions and 2 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue