diff options
author | MR Lemon <matt@matthewlemon> | 2020-05-13 16:48:55 +0100 |
---|---|---|
committer | MR Lemon <matt@matthewlemon> | 2020-05-13 16:48:55 +0100 |
commit | 5ae47c0121946c4691e7149fb8c983d1a3750405 (patch) | |
tree | cb243b44c86ae607442b012654a378b4a233fa68 /requirements/base.txt | |
parent | f562569ea87f8e5c2a7e611dfe61290df597b7c1 (diff) |
improved handling of populate function by test - and some cleanup
Diffstat (limited to 'requirements/base.txt')
-rw-r--r-- | requirements/base.txt | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/requirements/base.txt b/requirements/base.txt index 6bfe455..7c7562b 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -2,9 +2,12 @@ # ------------------------------------------------------------------------------ django==3.0.5 # pyup: < 3.0 # https://www.djangoproject.com/ django-environ # https://github.com/joke2k/django-environ -django-allauth # https://github.com/pennersr/django-allauth -django-crispy-forms # https://github.com/django-crispy-forms/django-crispy-forms +django-allauth>=0.41.0 +django-crispy-forms>=1.9.0 # These were required for the basic run python-slugify argon2-cffi + +pytest>=5.4.1 +Faker>=4.0.3 |