mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-11 04:07:48 +03:00
Update version of django-crispy-forms to 1.5.1, django-extensions to 1.5.6, django-test-plus to 1.0.9, gevent to 1.1b3, coverage to 4.0b2, hitchpython to 0.3.3 and hitchtest to 0.7.6
This commit is contained in:
parent
acc8e0bc4c
commit
795fccc15f
|
@ -11,7 +11,7 @@ whitenoise==2.0.3
|
|||
|
||||
# Forms
|
||||
django-braces==1.8.1
|
||||
django-crispy-forms==1.5.0
|
||||
django-crispy-forms==1.5.1
|
||||
django-floppyforms==1.5.2
|
||||
|
||||
# Models
|
||||
|
|
|
@ -2,9 +2,9 @@
|
|||
-r base.txt
|
||||
coverage==3.7.1
|
||||
Sphinx
|
||||
django-extensions==1.5.5
|
||||
django-extensions==1.5.6
|
||||
Werkzeug==0.10.4
|
||||
django-test-plus==1.0.8
|
||||
django-test-plus==1.0.9
|
||||
factory_boy==2.5.2
|
||||
|
||||
# django-debug-toolbar that works with Django 1.5+
|
||||
|
@ -15,7 +15,7 @@ ipdb==0.8.1
|
|||
|
||||
{% if cookiecutter.use_maildump == "y" -%}
|
||||
# Required by maildump. Need to pin dependency to gevent beta to be Python 3-compatible.
|
||||
gevent==1.1b2
|
||||
gevent==1.1b3
|
||||
# Enables better email testing
|
||||
maildump==0.5.1
|
||||
{%- endif %}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Test dependencies go here.
|
||||
-r base.txt
|
||||
coverage==4.0b1
|
||||
coverage==4.0b2
|
||||
flake8==2.4.1
|
||||
django-test-plus==1.0.8
|
||||
django-test-plus==1.0.9
|
||||
factory_boy==2.5.2
|
||||
|
|
|
@ -3,12 +3,12 @@ colorama==0.3.3
|
|||
faketime==0.9.6.3
|
||||
hitchcron==0.2
|
||||
hitchpostgres==0.6.2
|
||||
hitchpython==0.3.2
|
||||
hitchpython==0.3.3
|
||||
hitchredis==0.4.1
|
||||
hitchselenium==0.4
|
||||
hitchserve==0.4.3
|
||||
hitchsmtp==0.2.1
|
||||
hitchtest==0.7.5
|
||||
hitchtest==0.7.6
|
||||
humanize==0.5.1
|
||||
ipython==4.0.0
|
||||
Jinja2==2.8
|
||||
|
|
Loading…
Reference in New Issue
Block a user