diff options
Diffstat (limited to 'requirements/base.txt')
-rw-r--r-- | requirements/base.txt | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/requirements/base.txt b/requirements/base.txt deleted file mode 100644 index b1c994e..0000000 --- a/requirements/base.txt +++ /dev/null @@ -1,12 +0,0 @@ -# Django -# ------------------------------------------------------------------------------ -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 - -# These were required for the basic run -python-slugify -argon2-cffi - -Faker>=4.0.3 |