mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-25 02:54:01 +03:00
Merge commit '37a359bd41d19ee5f0ff685e13f3cf726f0154ac'
This commit is contained in:
commit
1ee93298c0
|
@ -89,6 +89,7 @@ Listed in alphabetical order.
|
|||
Ian Lee `@IanLee1521`_
|
||||
Jan Van Bruggen `@jvanbrug`_
|
||||
Jens Nilsson `@phiberjenz`_
|
||||
Jimmy Gitonga `@afrowave`_ @afrowave
|
||||
Julien Almarcha `@sladinji`_
|
||||
Julio Castillo `@juliocc`_
|
||||
Kaido Kert `@kaidokert`_
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
cookiecutter==1.4.0
|
||||
flake8==3.2.1 # pyup: != 2.6.0
|
||||
sh==1.12.6
|
||||
sh==1.12.7
|
||||
binaryornot==0.4.0
|
||||
|
||||
# Testing
|
||||
|
|
|
@ -16,7 +16,7 @@ gunicorn==19.6.0
|
|||
|
||||
# Static and Media Storage
|
||||
# ------------------------------------------------
|
||||
boto==2.43.0
|
||||
boto==2.44.0
|
||||
django-storages-redux==1.3.2
|
||||
{% if cookiecutter.use_whitenoise != 'y' -%}
|
||||
Collectfast==0.3.1
|
||||
|
|
Loading…
Reference in New Issue
Block a user