Skip to content

Commit 4b4aaf6

Browse files
authored
Added lxml to list of dependencies
1 parent b299f06 commit 4b4aaf6

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Diff for: setup.py

+3-2
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,8 @@
3131
'typing',
3232
'pandas==1.3.5',
3333
'requests',
34-
'protobuf==3.20'
34+
'protobuf==3.20',
35+
'lxml'
3536
],
3637
classifiers=[
3738
'Development Status :: 5 - Production/Stable',
@@ -41,4 +42,4 @@
4142
'Programming Language :: Python :: 3.7',
4243
],
4344

44-
)
45+
)

0 commit comments

Comments
 (0)