Skip to content
This repository has been archived by the owner on Jun 5, 2020. It is now read-only.

Initial Update #94

Open
wants to merge 41 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
41 commits
Select commit Hold shift + click to select a range
c867d3c
Update gevent from 1.1rc1 to 1.2.1
pyup-bot Mar 27, 2017
6ae82c7
Update gunicorn from 19.4.1 to 19.7.1
pyup-bot Mar 27, 2017
0c10fd1
Update boto from 2.38.0 to 2.46.1
pyup-bot Mar 27, 2017
b1a14b4
Update django-storages-redux from 1.3 to 1.3.2
pyup-bot Mar 27, 2017
715f088
Update django-mailgun from 0.8.0 to 0.9.1
pyup-bot Mar 27, 2017
0bb5133
Update wheel from 0.26.0 to 0.29.0
pyup-bot Mar 27, 2017
792dd3b
Update django from 1.9.5 to 1.10.6
pyup-bot Mar 27, 2017
fe5a656
Update django-environ from 0.4.0 to 0.4.1
pyup-bot Mar 27, 2017
b4ea86f
Update whitenoise from 3.0 to 3.3.0
pyup-bot Mar 27, 2017
451db93
Update django-braces from 1.8.1 to 1.11.0
pyup-bot Mar 27, 2017
5658cf7
Update django-crispy-forms from 1.6.0 to 1.6.1
pyup-bot Mar 27, 2017
5326f1c
Update django-floppyforms from 1.6.1 to 1.7.0
pyup-bot Mar 27, 2017
11de249
Update django-model-utils from 2.4 to 2.6.1
pyup-bot Mar 27, 2017
b83dc0c
Update pillow from 3.2.0 to 4.0.0
pyup-bot Mar 27, 2017
efbba89
Update django-allauth from 0.25.2 to 0.31.0
pyup-bot Mar 27, 2017
6a089ff
Update psycopg2 from 2.6.1 to 2.7.1
pyup-bot Mar 27, 2017
3568faf
Update pytz from 2016.3 to 2016.10
pyup-bot Mar 27, 2017
540bcd5
Update django-redis from 4.4.1 to 4.7.0
pyup-bot Mar 27, 2017
0995d92
Update celery from 3.1.23 to 4.0.2
pyup-bot Mar 27, 2017
ca81b22
Update django-taggit from 0.18.1 to 0.22.0
pyup-bot Mar 27, 2017
6a47b8f
Update dropbox from 6.1 to 7.2.1
pyup-bot Mar 27, 2017
8ec7cae
Update django-filter from 0.13.0 to 1.0.2
pyup-bot Mar 27, 2017
dd7accc
Update djangorestframework from 3.3.3 to 3.6.2
pyup-bot Mar 27, 2017
6eb9df2
Update coverage from 4.0.3 to 4.3.4
pyup-bot Mar 27, 2017
b7694f1
Update coverage from 4.0.3 to 4.3.4
pyup-bot Mar 27, 2017
ad4b5de
Update sphinx from 1.4.1 to 1.5.3
pyup-bot Mar 27, 2017
8464a2c
Update django-extensions from 1.6.1 to 1.7.7
pyup-bot Mar 27, 2017
437e8d3
Update werkzeug from 0.11.5 to 0.12.1
pyup-bot Mar 27, 2017
0d780b7
Update django-test-plus from 1.0.12 to 1.0.17
pyup-bot Mar 27, 2017
c5c7a2f
Update django-test-plus from 1.0.12 to 1.0.17
pyup-bot Mar 27, 2017
33c9935
Update factory-boy from 2.6.1 to 2.8.1
pyup-bot Mar 27, 2017
4eebf27
Update factory-boy from 2.6.1 to 2.8.1
pyup-bot Mar 27, 2017
65ac029
Update django-debug-toolbar from 1.4 to 1.7
pyup-bot Mar 27, 2017
8a6210e
Update ipdb from 0.9.1 to 0.10.2
pyup-bot Mar 27, 2017
a7f13d3
Update fabric from 1.11.1 to 1.13.1
pyup-bot Mar 27, 2017
fd0a3b3
Update pytest from 2.9.1 to 3.0.7
pyup-bot Mar 27, 2017
a4872e0
Update pytest-pythonpath from 0.7 to 0.7.1
pyup-bot Mar 27, 2017
426ca88
Update pytest-cov from 2.2.1 to 2.4.0
pyup-bot Mar 27, 2017
9b9dac4
Update pytest-django from 2.9.1 to 3.1.2
pyup-bot Mar 27, 2017
5424473
Update django-coverage-plugin from 1.3 to 1.5.0
pyup-bot Mar 27, 2017
f66b514
Update flake8 from 2.5.4 to 3.3.0
pyup-bot Mar 27, 2017
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
36 changes: 18 additions & 18 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,49 +2,49 @@
# like Pillow and psycopg2
# See http://bitly.com/wheel-building-fails-CPython-35
# Verified bug on Python 3.5.1
wheel==0.26.0
wheel==0.29.0

# Bleeding edge Django
django==1.9.5
django==1.10.6

# Configuration
django-environ==0.4.0
django-environ==0.4.1
django-secure==1.0.1
whitenoise==3.0
whitenoise==3.3.0

# Forms
django-braces==1.8.1
django-crispy-forms==1.6.0
django-floppyforms==1.6.1
django-braces==1.11.0
django-crispy-forms==1.6.1
django-floppyforms==1.7.0

# Models
django-model-utils==2.4
django-model-utils==2.6.1

# Images
Pillow==3.2.0
Pillow==4.0.0

# For user registration, either via email or social
# Well-built with regular release cycles!
django-allauth==0.25.2
django-allauth==0.31.0

# Python-PostgreSQL Database Adapter
psycopg2==2.6.1
psycopg2==2.7.1

# Unicode slugification
unicode-slugify==0.1.3
django-autoslug==1.9.3

# Time zones support
pytz==2016.3
pytz==2016.10

# Redis support
django-redis==4.4.1
django-redis==4.7.0
redis==2.10.5
celery==3.1.23
celery==4.0.2

# Your custom requirements go here
django-taggit==0.18.1
dropbox==6.1
django-taggit==0.22.0
dropbox==7.2.1
django-pure-pagination==0.3.0
django-filter==0.13.0
djangorestframework==3.3.3
django-filter==1.0.2
djangorestframework==3.6.2
18 changes: 9 additions & 9 deletions requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# Local development dependencies go here
-r base.txt
coverage==4.0.3
Sphinx==1.4.1
django-extensions==1.6.1
Werkzeug==0.11.5
django-test-plus==1.0.12
factory_boy==2.6.1
coverage==4.3.4
Sphinx==1.5.3
django-extensions==1.7.7
Werkzeug==0.12.1
django-test-plus==1.0.17
factory-boy==2.8.1

# django-debug-toolbar that works with Django 1.5+
django-debug-toolbar==1.4
django-debug-toolbar==1.7

# improved REPL
ipdb==0.9.1
ipdb==0.10.2

# Management tool
fabric==1.11.1
fabric==1.13.1
10 changes: 5 additions & 5 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
# ------------------------------------------------

# there's no python 3 support in stable, have to use the latest release candidate for gevent
gevent==1.1rc1
gunicorn==19.4.1
gevent==1.2.1
gunicorn==19.7.1

# Static and Media Storage
# ------------------------------------------------
boto==2.38.0
django-storages-redux==1.3
boto==2.46.1
django-storages-redux==1.3.2

# Mailgun Support
# ---------------
django-mailgun==0.8.0
django-mailgun==0.9.1
18 changes: 9 additions & 9 deletions requirements/test.txt
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
# Test dependencies go here.
-r base.txt

pytest==2.9.1
pytest-pythonpath==0.7
pytest-cov==2.2.1
pytest-django==2.9.1
pytest==3.0.7
pytest-pythonpath==0.7.1
pytest-cov==2.4.0
pytest-django==3.1.2
pytest-env==0.6.0
coverage==4.0.3
django_coverage_plugin==1.3
flake8==2.5.4
django-test-plus==1.0.12
factory_boy==2.6.1
coverage==4.3.4
django-coverage-plugin==1.5.0
flake8==3.3.0
django-test-plus==1.0.17
factory-boy==2.8.1