Skip to content

Commit 44d5172

Browse files
authored
Unpin python-docx to support Python 3.10
1 parent b76852c commit 44d5172

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)