From 09e748db7327437d2b6e5412f87437609f0fc22b Mon Sep 17 00:00:00 2001 From: Mark Veidemanis Date: Tue, 9 Aug 2022 07:20:30 +0100 Subject: [PATCH] Update requirements --- docker/prod/requirements.prod.txt | 1 + requirements.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/docker/prod/requirements.prod.txt b/docker/prod/requirements.prod.txt index 8d818ff..a31d75c 100644 --- a/docker/prod/requirements.prod.txt +++ b/docker/prod/requirements.prod.txt @@ -9,3 +9,4 @@ numpy uwsgi django-tables2 django-tables2-bulma-template +django-htmx diff --git a/requirements.txt b/requirements.txt index 1605cda..ae020d5 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,3 +9,4 @@ django-rest-framework numpy django-tables2 django-tables2-bulma-template +django-htmx