diff options
author | Matthew Lemon <y@yulqen.org> | 2024-05-28 15:15:44 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-05-28 15:15:44 +0100 |
commit | 2037c6b87564772c7ac3f3ece3e4b2df5bc44cdc (patch) | |
tree | 222bb552655033468af47818a072096999cd03d9 /requirements/base.txt | |
parent | 2b4181aecadbbad988cd80f97ef71b42d47a3cb1 (diff) |
Should be a buildable Django container
Diffstat (limited to 'requirements/base.txt')
-rw-r--r-- | requirements/base.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements/base.txt b/requirements/base.txt index f13eeff..fdf7dd1 100644 --- a/requirements/base.txt +++ b/requirements/base.txt @@ -20,6 +20,7 @@ markdown==3.6.0 # Django # ------------------------------------------------------------------------------ +django-storages==1.14.3 Django==5.0.4 # pyup: < 5.0 # https://www.djangoproject.com/ django-environ==0.11.2 # https://github.com/joke2k/django-environ django-model-utils==4.5.1 # https://github.com/jazzband/django-model-utils |