diff options
Diffstat (limited to '')
-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 |