diff options
author | navanchauhan <navanchauhan@gmail.com> | 2023-06-01 09:01:26 -0600 |
---|---|---|
committer | navanchauhan <navanchauhan@gmail.com> | 2023-06-01 09:01:26 -0600 |
commit | e74dfbac29243d1e1af672ae2bc499c20eae6123 (patch) | |
tree | 81ae8f8499400cea0048cebb78dbd382ae8ace7a /pyproject.toml | |
parent | 11b5be19763246cf114d3f8de2383f085ce25ff7 (diff) |
fix docx template and add num companies
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index 663d7a6..8d4d211 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -16,6 +16,7 @@ sv-ttk = "^2.4.5" ttkwidgets = "^0.13.0" sentry-sdk = "^1.23.1" darkdetect = "^0.8.0" +python-docx = "^0.8.11" [tool.poetry.dev-dependencies] |