Skip to content

Commit e778d22

Browse files
committed
Add lxml to install_requires
1 parent 6c33d96 commit e778d22

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
setup(
55
name="docs",
66
packages=find_packages(),
7-
install_requires=["mkdocs~=1.0", "markdown<3", "py-gfm"],
7+
install_requires=["mkdocs~=1.0", "markdown<3", "py-gfm", "lxml"],
88
entry_points={
99
"mkdocs.plugins": ["index_generator = plugins.generators:IndexGeneratorPlugin"]
1010
},

0 commit comments

Comments
 (0)