aboutsummaryrefslogtreecommitdiffstats
path: root/requirements
diff options
context:
space:
mode:
authorMatthew Lemon <lemon@matthewlemon.com>2020-05-28 16:12:13 +0100
committerMatthew Lemon <lemon@matthewlemon.com>2020-05-28 16:12:13 +0100
commitacf875c2bca1727306cb70aaa37e6f4595209786 (patch)
tree67390297bcd02b2481f5673629227dfea0884215 /requirements
parent4aaa68109434e04d1103710d675efd075b2f744a (diff)
parent520a9deb13f93c689443c0339b1c96a67f0c15a1 (diff)
Merge branch 'stakeholder-profile'
Diffstat (limited to '')
-rw-r--r--requirements/base.txt2
-rw-r--r--requirements/local.txt3
2 files changed, 3 insertions, 2 deletions
diff --git a/requirements/base.txt b/requirements/base.txt
index e450c2b..b1c994e 100644
--- a/requirements/base.txt
+++ b/requirements/base.txt
@@ -1,6 +1,6 @@
# Django
# ------------------------------------------------------------------------------
-django==3.0.5 # pyup: < 3.0 # https://www.djangoproject.com/
+django==2.2.12 # pyup: < 3.0 # https://www.djangoproject.com/
django-environ # https://github.com/joke2k/django-environ
django-allauth>=0.41.0
django-crispy-forms>=1.9.0
diff --git a/requirements/local.txt b/requirements/local.txt
index fba9818..eacbdb5 100644
--- a/requirements/local.txt
+++ b/requirements/local.txt
@@ -5,7 +5,8 @@ psycopg2-binary # https://github.com/psycopg/psycopg2
# Testing
# ------------------------------------------------------------------------------
-pytest # https://github.com/pytest-dev/pytest
+pytest==5.4.2 # https://github.com/pytest-dev/pytest
+selenium==3.141.0
# Code quality
# ------------------------------------------------------------------------------