From 28492a12bb05561177b6704677b9cdc085f8b068 Mon Sep 17 00:00:00 2001 From: Elias Date: Wed, 21 Feb 2024 13:52:22 +0100 Subject: [PATCH] add docx --- pyproject.toml | 1 - src/rosinenpicker/start.py | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/pyproject.toml b/pyproject.toml index 1dd4e98..03d9bc7 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -33,7 +33,6 @@ dependencies = [ "pandas>=2.2.0", "pydantic>=2.6.1", "python-docx>=1.1.0", - "python-pptx>=0.6.23", "pyyaml>=6.0.1", "pdfminer.six>=20231228", "sqlalchemy>=2.0.27", diff --git a/src/rosinenpicker/start.py b/src/rosinenpicker/start.py index 25c1fc3..def81e8 100644 --- a/src/rosinenpicker/start.py +++ b/src/rosinenpicker/start.py @@ -1,4 +1,4 @@ -__version__ = '0.1.12' +__version__ = '0.1.13' import yaml import re import os