aboutsummaryrefslogblamecommitdiffstats
path: root/requirements/base.txt
blob: b1c994e770a3ff4c172d70ab789e2f84e414872b (plain) (tree)
1
2
3
4
5
6
7
8
9

                                                                                
                                                               
                                                          

                          


                                       
           
 
            
# 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