diff options
author | MR Lemon <matt@matthewlemon> | 2020-05-01 16:28:08 +0100 |
---|---|---|
committer | MR Lemon <matt@matthewlemon> | 2020-05-01 16:56:30 +0100 |
commit | dbe4555b17e2dd0d49b8c4879252692f75f8fe42 (patch) | |
tree | e9e308d6f49d5419096996674a36906f81da9a51 /requirements/base.txt | |
parent | efde7c98c202405c4bbbd9d8832f3f92fc402468 (diff) |
squashed a lot of wizard form code
Diffstat (limited to '')
-rw-r--r-- | requirements/base.txt | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/requirements/base.txt b/requirements/base.txt index a6c6d53..5fea182 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -1,12 +1,10 @@ # Django # ------------------------------------------------------------------------------ -django==3.0.5 # pyup: < 3.0 # https://www.djangoproject.com/ +django==3.0 # 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-formtools # https://github.com/jazzband/django-formtools - # These were required for the basic run python-slugify argon2-cffi |