Skip to content

Commit a0ac6e7

Browse files
authored
Merge pull request #18 from johnthagen/patch-1
Unpin python-docx to support Python 3.10
2 parents b76852c + 44d5172 commit a0ac6e7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ def read(*names, **kwargs):
6363
install_requires=[
6464
"lxml>=4.3.3,<5",
6565
"more-itertools==7.0.0",
66-
"python-docx==0.8.10",
66+
"python-docx>=0.8.10",
6767
"six>=1.12.0<2",
6868
"wincertstore==0.2",
6969
],

0 commit comments

Comments
 (0)