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