blob: 7c7562b6e9c8f3a01c3aae590f3d09689813ee8b (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# Django
# ------------------------------------------------------------------------------
django==3.0.5 # 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
pytest>=5.4.1
Faker>=4.0.3
|