Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Initial Update #199

Merged
merged 22 commits into from
Jul 31, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 10 additions & 10 deletions {{cookiecutter.github_repository_name}}/requirements/base.txt
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
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
-r test.txt

# Debugging
ipdb==0.9.0
ipython==4.1.2
ipdb==0.10.1
ipython==5.0.0

# Docs
mkdocs==0.15.3

# Command Utils
Fabric==1.10.2
Fabric==1.12.0
pycrypto==2.6.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
-r base.txt

# WSGI Handler
gevent==1.0.2
gunicorn==19.3.0
gevent==1.1.2
gunicorn==19.6.0

# Static and Media Storage
django-storages-redux==1.2.3
django-storages-redux==1.3.2

# Caching
hiredis==0.2.0
Expand All @@ -16,4 +16,4 @@ django-redis-cache==1.6.5
django-secure==1.0.1

# App Monitoring
newrelic==2.50.0.39
newrelic==2.68.0.50
10 changes: 5 additions & 5 deletions {{cookiecutter.github_repository_name}}/requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,17 +2,17 @@
-r base.txt

# Mocking
mock==1.3.0
mock==2.0.0

# Fixtures
factory-boy==2.6.1
factory-boy==2.7.0

# Test Runner
django-nose==1.4.3
django-nose==1.4.4
nose-progressive==1.5.1

# Code Coverage
coverage==4.0.3
coverage==4.2

# Style Enforcement
flake8==2.5.4
flake8==3.0.3