diff options
author | Yulqen <246857+yulqen@users.noreply.github.com> | 2024-06-06 18:26:52 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-06-06 18:26:52 +0100 |
commit | df25eb2064b9525b684601077f0b61d358bbf5bd (patch) | |
tree | 5572889ea833b01d3cee1217057056e57b85f70f /requirements.txt | |
parent | 5c99975b8c0de2950c71dc053c986b2a3f84abab (diff) | |
parent | c5c5a3ac0fef11f5c5cf91a15c33fa3841873e6c (diff) |
Merge pull request #96 from defencedigital/postgres-migration
Postgres migration
Diffstat (limited to 'requirements.txt')
-rw-r--r-- | requirements.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt index 1152c83..601c07a 100644 --- a/requirements.txt +++ b/requirements.txt @@ -6,3 +6,4 @@ django-htmx==1.17.3 gunicorn==22.0.0 psycopg2==2.9.9 tzdata==2024.1 +whitenoise==6.6.0 |