Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
33 commits
Select commit Hold shift + click to select a range
b8fca86
Update wheel from 0.29.0 to 0.30.0
pyup-bot Feb 2, 2018
4d1af09
Update django from 1.11 to 2.0.2
pyup-bot Feb 2, 2018
6a3f441
Update django-environ from 0.4.3 to 0.4.4
pyup-bot Feb 2, 2018
c5e09fa
Update whitenoise from 3.3.0 to 3.3.1
pyup-bot Feb 2, 2018
de2cea7
Update django-braces from 1.11.0 to 1.12.0
pyup-bot Feb 2, 2018
c63ded9
Update django-crispy-forms from 1.6.1 to 1.7.0
pyup-bot Feb 2, 2018
2dcbf42
Update django-model-utils from 3.0.0 to 3.1.1
pyup-bot Feb 2, 2018
d3017cf
Update pillow from 4.1.1 to 5.0.0
pyup-bot Feb 2, 2018
058a3d4
Update argon2-cffi from 16.3.0 to 18.1.0
pyup-bot Feb 2, 2018
9dcfbec
Update django-allauth from 0.32.0 to 0.34.0
pyup-bot Feb 2, 2018
a1b9528
Update psycopg2 from 2.7.1 to 2.7.3.2
pyup-bot Feb 2, 2018
2c73eaa
Update pytz from 2017.2 to 2017.3
pyup-bot Feb 2, 2018
630fa94
Update django-countries from 4.5 to 5.1.1
pyup-bot Feb 2, 2018
83f718d
Update django-money from 0.12.1 to 0.12.3
pyup-bot Feb 2, 2018
d965a2c
Update django-extensions from 1.9.8 to 1.9.9
pyup-bot Feb 2, 2018
9c56a7a
Update django-extensions from 1.7.9 to 1.9.9
pyup-bot Feb 2, 2018
47f3c36
Update coverage from 4.4.1 to 4.4.2
pyup-bot Feb 2, 2018
e2da5c4
Update coverage from 4.4.1 to 4.4.2
pyup-bot Feb 2, 2018
05d5d96
Update sphinx from 1.6.1 to 1.6.6
pyup-bot Feb 2, 2018
a48ab4e
Update werkzeug from 0.12.2 to 0.14.1
pyup-bot Feb 2, 2018
9acc906
Update django-test-plus from 1.0.17 to 1.0.22
pyup-bot Feb 2, 2018
6e404df
Update django-test-plus from 1.0.17 to 1.0.22
pyup-bot Feb 2, 2018
4b52619
Update factory-boy from 2.8.1 to 2.10.0
pyup-bot Feb 2, 2018
b0a81cc
Update factory-boy from 2.8.1 to 2.10.0
pyup-bot Feb 2, 2018
2f658b7
Update django-debug-toolbar from 1.8 to 1.9.1
pyup-bot Feb 2, 2018
ad0af41
Update pytest-sugar from 0.8.0 to 0.9.0
pyup-bot Feb 2, 2018
82b84dd
Update pytest-sugar from 0.8.0 to 0.9.0
pyup-bot Feb 2, 2018
3542203
Update gevent from 1.2.1 to 1.2.2
pyup-bot Feb 2, 2018
b358cc2
Update boto from 2.47.0 to 2.48.0
pyup-bot Feb 2, 2018
f941a5c
Update django-storages-redux from 1.3.2 to 1.3.3
pyup-bot Feb 2, 2018
28853d9
Update django-anymail from 0.10 to 1.2
pyup-bot Feb 2, 2018
2717e5d
Update raven from 6.0.0 to 6.5.0
pyup-bot Feb 2, 2018
b6f610a
Update flake8 from 3.3.0 to 3.5.0
pyup-bot Feb 2, 2018
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
30 changes: 15 additions & 15 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,44 +2,44 @@
# like Pillow and psycopg2
# See http://bitly.com/wheel-building-fails-CPython-35
# Verified bug on Python 3.5.1
wheel==0.29.0
wheel==0.30.0


# Bleeding edge Django
# django==1.10.7 # pyup: >=1.10,<1.11
django==1.11
django==2.0.2

# Configuration
django-environ==0.4.3
whitenoise==3.3.0
django-environ==0.4.4
whitenoise==3.3.1
django-debug-toolbar==1.9.1

# Forms
django-braces==1.11.0
django-crispy-forms==1.6.1
django-braces==1.12.0
django-crispy-forms==1.7.0

# Models
django-model-utils==3.0.0
django-model-utils==3.1.1

# Images
Pillow==4.1.1
Pillow==5.0.0

# Password storage
argon2-cffi==16.3.0
argon2-cffi==18.1.0

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


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

# Unicode slugification
awesome-slugify==1.6.5

# Time zones support
pytz==2017.2
pytz==2017.3

# Redis support
django-redis==4.8.0
Expand All @@ -50,14 +50,14 @@ redis>=2.10.5

# Your custom requirements go here

django-countries==4.5
django-countries==5.1.1

# money added by RG 2017-11-27
django-money==0.12.1
django-money==0.12.3


# django-extensions added by RG 2017-12-10
django-extensions==1.9.8
django-extensions==1.9.9


# for the ebay API
Expand Down
16 changes: 8 additions & 8 deletions requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
# Local development dependencies go here
-r base.txt

coverage==4.4.1
coverage==4.4.2
django-coverage-plugin==1.5.0

Sphinx==1.6.1
django-extensions==1.7.9
Werkzeug==0.12.2
django-test-plus==1.0.17
factory-boy==2.8.1
Sphinx==1.6.6
django-extensions==1.9.9
Werkzeug==0.14.1
django-test-plus==1.0.22
factory-boy==2.10.0

django-debug-toolbar==1.8
django-debug-toolbar==1.9.1

# improved REPL
ipdb==0.10.3

pytest-django==3.1.2
pytest-sugar==0.8.0
pytest-sugar==0.9.0
10 changes: 5 additions & 5 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,21 +6,21 @@

# WSGI Handler
# ------------------------------------------------
gevent==1.2.1
gevent==1.2.2
gunicorn==19.7.1

# Static and Media Storage
# ------------------------------------------------
boto==2.47.0
django-storages-redux==1.3.2
boto==2.48.0
django-storages-redux==1.3.3


# Email backends for Mailgun, Postmark, SendGrid and more
# -------------------------------------------------------
django-anymail==0.10
django-anymail==1.2

# Raven is the Sentry client
# --------------------------
raven==6.0.0
raven==6.5.0


10 changes: 5 additions & 5 deletions requirements/test.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@



coverage==4.4.1
flake8==3.3.0 # pyup: != 2.6.0
django-test-plus==1.0.17
factory-boy==2.8.1
coverage==4.4.2
flake8==3.5.0 # pyup: != 2.6.0
django-test-plus==1.0.22
factory-boy==2.10.0

# pytest
pytest-django==3.1.2
pytest-sugar==0.8.0
pytest-sugar==0.9.0