blob: 5fea18226fb80341739b280524b17b8a8b7e34b5 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
# Django
# ------------------------------------------------------------------------------
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
# These were required for the basic run
python-slugify
argon2-cffi
|