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 /poetry.lock | |
parent | 11b5be19763246cf114d3f8de2383f085ce25ff7 (diff) |
fix docx template and add num companies
Diffstat (limited to 'poetry.lock')
-rw-r--r-- | poetry.lock | 29 |
1 files changed, 28 insertions, 1 deletions
diff --git a/poetry.lock b/poetry.lock index e568d73..ffa4e8f 100644 --- a/poetry.lock +++ b/poetry.lock @@ -105,6 +105,20 @@ optional = false python-versions = ">=3.7" [[package]] +name = "lxml" +version = "4.9.2" +description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API." +category = "main" +optional = false +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*" + +[package.extras] +cssselect = ["cssselect (>=0.7)"] +html5 = ["html5lib"] +htmlsoup = ["beautifulsoup4"] +source = ["Cython (>=0.29.7)"] + +[[package]] name = "macholib" version = "1.16.2" description = "Mach-O header analysis and editing" @@ -274,6 +288,17 @@ python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7" six = ">=1.5" [[package]] +name = "python-docx" +version = "0.8.11" +description = "Create and update Microsoft Word .docx files." +category = "main" +optional = false +python-versions = "*" + +[package.dependencies] +lxml = ">=2.3.2" + +[[package]] name = "pytz" version = "2023.3" description = "World timezone definitions, modern and historical" @@ -454,7 +479,7 @@ testing = ["pytest (>=6)", "pytest-checkdocs (>=2.4)", "flake8 (<5)", "pytest-co [metadata] lock-version = "1.1" python-versions = ">=3.9,<3.12" -content-hash = "ba4a511abe2a32ba16b21a014272059c023a1a675fab76e48f9762c70b536122" +content-hash = "242394fa63b58fdef34d257fdbf2ca18320dd2168a2c841af4e7fd9dc014afce" [metadata.files] altgraph = [] @@ -466,6 +491,7 @@ et-xmlfile = [] fonttools = [] importlib-resources = [] kiwisolver = [] +lxml = [] macholib = [] matplotlib = [] numpy = [] @@ -478,6 +504,7 @@ pyinstaller = [] pyinstaller-hooks-contrib = [] pyparsing = [] python-dateutil = [] +python-docx = [] pytz = [] pywin32-ctypes = [] sentry-sdk = [] |