Merge remote-tracking branch 'upstream/master' into develop

This commit is contained in:
genomics-geek 2019-06-03 08:28:05 -04:00
commit 99723ca506
2 changed files with 2 additions and 2 deletions

View File

@ -18,7 +18,7 @@ flower==0.9.3 # https://github.com/mher/flower
# Django
# ------------------------------------------------------------------------------
django==2.2.1 # pyup: < 3.0 # https://www.djangoproject.com/
django==2.2.2 # pyup: < 3.0 # 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.39.1 # https://github.com/pennersr/django-allauth

View File

@ -8,7 +8,7 @@ psycopg2==2.8.2 --no-binary psycopg2 # https://github.com/psycopg/psycopg2
Collectfast==0.6.2 # https://github.com/antonagestam/collectfast
{%- endif %}
{%- if cookiecutter.use_sentry == "y" %}
sentry-sdk==0.8.1 # https://github.com/getsentry/sentry-python
sentry-sdk==0.9.0 # https://github.com/getsentry/sentry-python
{%- endif %}
# Django