mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2025-07-14 18:12:28 +03:00
Update requirements
This commit is contained in:
parent
94bca534b0
commit
c82d020ea1
|
@ -24,7 +24,7 @@ Pillow==2.5.3
|
||||||
django-allauth==0.18.0
|
django-allauth==0.18.0
|
||||||
|
|
||||||
# For the persistance stores
|
# For the persistance stores
|
||||||
psycopg2==2.5.3
|
psycopg2==2.5.4
|
||||||
|
|
||||||
# Unicode slugification
|
# Unicode slugification
|
||||||
unicode-slugify==0.1.1
|
unicode-slugify==0.1.1
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Test dependencies go here.
|
# Test dependencies go here.
|
||||||
-r base.txt
|
-r base.txt
|
||||||
coverage==3.7.1
|
coverage==3.7.1
|
||||||
flake8==2.2.2
|
flake8==2.2.3
|
||||||
|
|
Loading…
Reference in New Issue
Block a user