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