-
Notifications
You must be signed in to change notification settings - Fork 190
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update django-nose from 1.4.3 to 1.4.4 * Update coverage from 4.0.3 to 4.2 * Update ipython from 4.1.2 to 5.0.0 * Update django-storages-redux from 1.2.3 to 1.3.2 * Update newrelic from 2.50.0.39 to 2.68.0.50 * Update django-versatileimagefield from 1.3 to 1.6 * Update pytz from 2016.3 to 2016.6.1 * Update mock from 1.3.0 to 2.0.0 * Update whitenoise from 3.0 to 3.2 * Update flake8 from 2.5.4 to 3.0.3 * Update ipdb from 0.9.0 to 0.10.1 * Update boto from 2.39.0 to 2.42.0 * Update django from 1.9.7 to 1.9.8 * Update django-model-utils from 2.4 to 2.5 * Update django-rq from 0.9.0 to 0.9.1 * Update dj-database-url from 0.4.0 to 0.4.1 * Update fabric from 1.10.2 to 1.12.0 * Update factory-boy from 2.6.1 to 2.7.0 * Update gunicorn from 19.3.0 to 19.6.0 * Update psycopg2 from 2.6.1 to 2.6.2 * Update gevent from 1.0.2 to 1.1.2 * Update django-configurations from 1.0 to 2.0
- Loading branch information
Showing
4 changed files
with
22 additions
and
22 deletions.
There are no files selected for viewing
20 changes: 10 additions & 10 deletions
20
{{cookiecutter.github_repository_name}}/requirements/base.txt
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,33 +1,33 @@ | ||
# Django | ||
Django==1.9.7 | ||
Django==1.9.8 | ||
|
||
# Environmental var configuration | ||
django-configurations==1.0 | ||
django-configurations==2.0 | ||
|
||
# For the persistence stores | ||
psycopg2==2.6.1 | ||
dj-database-url==0.4.0 | ||
psycopg2==2.6.2 | ||
dj-database-url==0.4.1 | ||
|
||
# Models | ||
django-model-utils==2.4 | ||
django-model-utils==2.5 | ||
|
||
# Rest apis | ||
djangorestframework==3.4.1 | ||
Markdown==2.6.6 | ||
django-filter==0.13.0 | ||
|
||
# Static files | ||
whitenoise==3.0 | ||
whitenoise==3.2 | ||
|
||
# Media files | ||
boto==2.39.0 | ||
boto==2.42.0 | ||
django_unique_upload==0.2.1 | ||
|
||
# Image manipulation | ||
django-versatileimagefield==1.3 | ||
django-versatileimagefield==1.6 | ||
|
||
# For asynchronous queuing | ||
django-rq==0.9.0 | ||
django-rq==0.9.1 | ||
|
||
# Time zones support | ||
pytz==2016.3 | ||
pytz==2016.6.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters