Skip to content

Commit

Permalink
Initial Update (#199)
Browse files Browse the repository at this point in the history
* 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
pyup-bot authored and agconti committed Jul 31, 2016
1 parent 048bc39 commit 06d9075
Show file tree
Hide file tree
Showing 4 changed files with 22 additions and 22 deletions.
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

0 comments on commit 06d9075

Please sign in to comment.