mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-01-24 16:24:14 +03:00
Update requirements
This commit is contained in:
parent
b2938581d9
commit
b1f24e6940
|
@ -20,10 +20,10 @@ Pillow==2.7.0
|
|||
|
||||
# For user registration, either via email or social
|
||||
# Well-built with regular release cycles!
|
||||
django-allauth==0.19.0
|
||||
django-allauth==0.19.1
|
||||
|
||||
# For the persistence stores
|
||||
psycopg2==2.5.4
|
||||
psycopg2==2.6
|
||||
|
||||
# Unicode slugification
|
||||
unicode-slugify==0.1.3
|
||||
|
|
|
@ -2,8 +2,8 @@
|
|||
-r base.txt
|
||||
coverage==3.7.1
|
||||
Sphinx
|
||||
django-extensions==1.4.9
|
||||
Werkzeug==0.9.6
|
||||
django-extensions==1.5.0
|
||||
Werkzeug==0.10.1
|
||||
|
||||
# django-debug-toolbar that works with Django 1.5+
|
||||
django-debug-toolbar==1.2.2
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
# production that isn't in development.
|
||||
-r base.txt
|
||||
|
||||
gunicorn==19.1.1
|
||||
gunicorn==19.2.1
|
||||
django-storages==1.1.8
|
||||
Collectfast==0.2.1
|
||||
gevent==1.0.1
|
||||
|
|
|
@ -23,7 +23,7 @@ setup(
|
|||
],
|
||||
include_package_data=True,
|
||||
install_requires=[
|
||||
'Django>=1.7.1',
|
||||
'Django>=1.7.4',
|
||||
],
|
||||
zip_safe=False,
|
||||
scripts=['{{ cookiecutter.repo_name }}/manage.py'],
|
||||
|
|
Loading…
Reference in New Issue
Block a user