Skip to content

Commit

Permalink
add docx
Browse files Browse the repository at this point in the history
  • Loading branch information
Elias authored and Elias committed Feb 21, 2024
1 parent 3530b0a commit 28492a1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion src/rosinenpicker/start.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
__version__ = '0.1.12'
__version__ = '0.1.13'
import yaml
import re
import os
Expand Down

0 comments on commit 28492a1

Please sign in to comment.