Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvarner committed Feb 5, 2020
1 parent c39d84e commit af4c64d
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions requirements/base.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,16 +11,16 @@ pyyaml
Django==2.1.15 # https://www.djangoproject.com/
django-environ==0.4.5 # https://github.com/joke2k/django-environ
django-model-utils==3.1.2 # https://github.com/jazzband/django-model-utils
django-allauth==0.38.0 # https://github.com/pennersr/django-allauth
django-allauth==0.41.0 # https://github.com/pennersr/django-allauth
django-crispy-forms==1.8.1 # https://github.com/django-crispy-forms/django-crispy-forms
django-redis==4.9.0 # https://github.com/niwinz/django-redis
django-redis==4.11.0 # https://github.com/niwinz/django-redis
# beta version required for Django 2.x
django-modeltranslation==0.13-beta1 # https://github.com/deschler/django-modeltranslation
django-taggit==1.2.0 # https://github.com/jazzband/django-taggit

# TODO: are we still using any DRF code? Can we get rid of this?
# Django REST Framework
djangorestframework==3.9.0 # https://github.com/encode/django-rest-framework
djangorestframework==3.11.0 # https://github.com/encode/django-rest-framework
coreapi==2.3.3 # https://github.com/core-api/python-client
django-cors-headers===2.4.0 # https://github.com/ottoyiu/django-cors-headers

Expand Down
14 changes: 7 additions & 7 deletions requirements/local.txt
Original file line number Diff line number Diff line change
@@ -1,25 +1,26 @@
-r ./base.txt

Werkzeug==0.14.1 # https://github.com/pallets/werkzeug
Werkzeug==0.16.1 # https://github.com/pallets/werkzeug
ipdb==0.11 # https://github.com/gotcha/ipdb
Sphinx==1.8.1 # https://github.com/sphinx-doc/sphinx
psycopg2-binary==2.7.5 # https://github.com/psycopg/psycopg2
psycopg2-binary==2.8.4 # https://github.com/psycopg/psycopg2

# Testing
# ------------------------------------------------------------------------------
mypy==0.641 # https://github.com/python/mypy
pytest==3.9.3 # https://github.com/pytest-dev/pytest
pytest-sugar==0.9.1 # https://github.com/Frozenball/pytest-sugar
pytest-cov==2.7.1
pytest-sugar==0.9.2 # https://github.com/Frozenball/pytest-sugar
pytest-cov==2.8.1
requests==2.22.0
iiif-prezi==0.2.9 # https://github.com/iiif-prezi/iiif-prezi
iiif-prezi==0.3.0 # https://github.com/iiif-prezi/iiif-prezi
httpretty==0.9.6 # https://pypi.org/project/httpretty/
cssutils==1.0.2 # https://pypi.org/project/cssutils/
pytest-django==3.8.0 # https://github.com/pytest-dev/pytest-django

# Code quality
# ------------------------------------------------------------------------------
flake8==3.6.0 # https://github.com/PyCQA/flake8
coverage==4.5.1 # https://github.com/nedbat/coveragepy
coverage==5.0.3 # https://github.com/nedbat/coveragepy
coveralls

# Django
Expand All @@ -29,7 +30,6 @@ factory-boy==2.11.1 # https://github.com/FactoryBoy/factory_boy
django-debug-toolbar==1.10.1 # https://github.com/jazzband/django-debug-toolbar
django-extensions==2.1.3 # https://github.com/django-extensions/django-extensions
django-coverage-plugin==1.6.0 # https://github.com/nedbat/django_coverage_plugin
pytest-django==3.4.3 # https://github.com/pytest-dev/pytest-django
pyopenssl # for running dev server under https

# Deployment
Expand Down
4 changes: 2 additions & 2 deletions requirements/production.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

-r ./base.txt

gunicorn==19.9.0 # https://github.com/benoitc/gunicorn
psycopg2==2.7.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2
gunicorn==20.0.4 # https://github.com/benoitc/gunicorn
psycopg2==2.8.4 --no-binary psycopg2 # https://github.com/psycopg/psycopg2
Collectfast==1.3.1 # https://github.com/antonagestam/collectfast
raven==6.10.0 # https://github.com/getsentry/raven-python

Expand Down

0 comments on commit af4c64d

Please sign in to comment.