diff options
author | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-26 20:57:12 +0100 |
---|---|---|
committer | Matthew Lemon <lemon@matthewlemon.com> | 2020-05-26 20:57:12 +0100 |
commit | 4c96bc3475ba0c97f815a050e79d7983d76233cf (patch) | |
tree | 727c42db464a03dfd85c92b8cb571502dc4810b6 | |
parent | af50341c8c7fffdf30db273ee7feb7cf6d16deb5 (diff) |
fixed project requirements - django and pytest
Diffstat (limited to '')
-rw-r--r-- | requirements/base.txt | 2 | ||||
-rw-r--r-- | requirements/local.txt | 2 |
2 files changed, 2 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 30d4a06..eacbdb5 100644 --- a/requirements/local.txt +++ b/requirements/local.txt @@ -5,7 +5,7 @@ psycopg2-binary # https://github.com/psycopg/psycopg2 # Testing # ------------------------------------------------------------------------------ -pytest==3.4.2 # https://github.com/pytest-dev/pytest +pytest==5.4.2 # https://github.com/pytest-dev/pytest selenium==3.141.0 # Code quality |