mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-25 19:14:03 +03:00
Update outdated requirements.
This commit is contained in:
parent
08a63f5b7d
commit
332f746d27
|
@ -9,5 +9,5 @@ ipython==4.0.0
|
|||
|
||||
# Testing
|
||||
# -------------------------------------
|
||||
pytest==2.7.2
|
||||
pytest==2.8.0
|
||||
git+git://github.com/mverteuil/pytest-ipdb.git
|
||||
|
|
|
@ -11,7 +11,7 @@ whitenoise==2.0.3
|
|||
|
||||
# Forms
|
||||
django-braces==1.8.1
|
||||
django-crispy-forms==1.5.1
|
||||
django-crispy-forms==1.5.2
|
||||
django-floppyforms==1.5.2
|
||||
|
||||
# Models
|
||||
|
|
|
@ -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.1b3
|
||||
gevent==1.1b5
|
||||
# Enables better email testing
|
||||
maildump==0.5.1
|
||||
{%- endif %}
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
# Test dependencies go here.
|
||||
-r base.txt
|
||||
coverage==4.0b2
|
||||
coverage==4.0b3
|
||||
flake8==2.4.1
|
||||
django-test-plus==1.0.9
|
||||
factory_boy==2.5.2
|
||||
|
|
|
@ -2,13 +2,13 @@ click==5.1
|
|||
colorama==0.3.3
|
||||
faketime==0.9.6.3
|
||||
hitchcron==0.2
|
||||
hitchpostgres==0.6.2
|
||||
hitchpython==0.3.4
|
||||
hitchredis==0.4.1
|
||||
hitchselenium==0.4
|
||||
hitchserve==0.4.3
|
||||
hitchpostgres==0.6.3
|
||||
hitchpython==0.3.5
|
||||
hitchredis==0.4.3
|
||||
hitchselenium==0.4.1
|
||||
hitchserve==0.4.4
|
||||
hitchsmtp==0.2.1
|
||||
hitchtest==0.7.7
|
||||
hitchtest==0.8.0
|
||||
humanize==0.5.1
|
||||
ipython==4.0.0
|
||||
Jinja2==2.8
|
||||
|
@ -19,7 +19,7 @@ python-build==0.2.3
|
|||
pyuv==1.2.0
|
||||
PyYAML==3.11
|
||||
requests==2.7.0
|
||||
selenium==2.47.1
|
||||
selenium==2.47.3
|
||||
six==1.9.0
|
||||
tblib==1.1.0
|
||||
tornado==4.2.1
|
||||
|
|
Loading…
Reference in New Issue
Block a user