Skip to content
This repository has been archived by the owner on Jul 8, 2019. It is now read-only.

Commit

Permalink
Merge f7f1e41 into fefbabf
Browse files Browse the repository at this point in the history
  • Loading branch information
pyup-bot committed Apr 1, 2018
2 parents fefbabf + f7f1e41 commit 10fea17
Show file tree
Hide file tree
Showing 4 changed files with 28 additions and 28 deletions.
20 changes: 10 additions & 10 deletions requirements/base.txt
Expand Up @@ -2,36 +2,36 @@
# 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

# Configuration
django-environ==0.4.4



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

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

django-atom==0.15.3
django-atom==0.16.2
# Images
Pillow==4.2.1
Pillow==5.0.0

# Python-MySQL Database Adapter
mysqlclient==1.3.11
mysqlclient==1.3.12

# Unicode slugification
awesome-slugify==1.6.5

# Time zones support
pytz==2017.2
pytz==2018.3

# Redis support
django-redis==4.8.0
django-redis==4.9.0
redis>=2.10.5

# Your custom requirements go here
django-import-export==0.5.1
django-import-export==1.0.0
16 changes: 8 additions & 8 deletions requirements/local.txt
@@ -1,18 +1,18 @@
# Local development dependencies go here
-r base.txt

coverage==4.4.1
coverage==4.5.1
django-coverage-plugin==1.5.0

Sphinx==1.6.3
django-extensions==1.9.0
Werkzeug==0.12.2
factory-boy==2.9.2
Sphinx==1.7.2
django-extensions==2.0.6
Werkzeug==0.14.1
factory-boy==2.10.0

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

# improved REPL
ipdb==0.10.3
ipdb==0.11

pytest-django==3.1.2
pytest-sugar==0.9.0
pytest-sugar==0.9.1
10 changes: 5 additions & 5 deletions requirements/production.txt
Expand Up @@ -2,7 +2,7 @@
# production that aren't in development.
-r base.txt

django==1.10.7 # pyup: >=1.10,<1.11
django==1.10.8 # pyup: >=1.10,<1.11

# WSGI Handler
# ------------------------------------------------
Expand All @@ -13,14 +13,14 @@ gunicorn==19.7.1
# ------------------------------------------------
boto==2.48.0
django-storages-redux==1.3.3
Collectfast==0.5.2
Collectfast==0.6.2

# Email backends for Mailgun, Postmark, SendGrid and more
# -------------------------------------------------------
django-anymail==0.11.1
django-anymail==2.0

# Raven is the Sentry client
# --------------------------
raven==6.1.0
factory-boy==2.9.2
raven==6.6.0
factory-boy==2.10.0

10 changes: 5 additions & 5 deletions requirements/test.txt
@@ -1,11 +1,11 @@
# Test dependencies go here.
-r local.txt

coverage==4.4.1
flake8==3.4.1 # pyup: != 2.6.0
django-test-plus==1.0.18
factory-boy==2.9.2
coverage==4.5.1
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.9.0
pytest-sugar==0.9.1

0 comments on commit 10fea17

Please sign in to comment.