diff options
author | MR Lemon <matt@matthewlemon> | 2020-04-26 15:43:59 +0100 |
---|---|---|
committer | MR Lemon <matt@matthewlemon> | 2020-04-26 15:43:59 +0100 |
commit | 6113986529fd72e0954d4216a780303c27419bed (patch) | |
tree | 159b1f5ae2830b97d9a671791fc8404596d73d14 /requirements | |
parent | 898d216465a7768d1c713662bc65a4f48bec0fed (diff) |
typo in requirements
Diffstat (limited to '')
-rw-r--r-- | requirements/base.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/requirements/base.txt b/requirements/base.txt index a27fe4c..5fea182 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -7,4 +7,4 @@ django-crispy-forms # https://github.com/django-crispy-forms/django-crispy-form # These were required for the basic run python-slugify -argo2-cffi +argon2-cffi |