diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 7003bdeae..0ed70d86c 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -2,7 +2,7 @@ name: Docker on: push: - branches: [main] + branches: [incident-reports-docx] jobs: build-backend: diff --git a/backend/requirements.txt b/backend/requirements.txt index 4d962086e..8d33d2040 100644 --- a/backend/requirements.txt +++ b/backend/requirements.txt @@ -109,6 +109,7 @@ prompt-toolkit==3.0.39 protobuf==4.24.4 psycopg2-binary==2.9.9 pyasn1==0.5.0 +docxtpl==0.18.0 pycountry==22.3.5 pycparser==2.21 # pydantic==1.10.13