mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-23 10:04:01 +03:00
If using maildump, pin gevent
If using maildump, pin gevent to the version supporting Python 3.
This commit is contained in:
parent
773130acb2
commit
ff12536765
|
@ -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 %}
|
||||
|
|
Loading…
Reference in New Issue
Block a user