Skip to content

Commit

Permalink
Added lxml to list of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
PolarBean authored Aug 7, 2023
1 parent b299f06 commit 4b4aaf6
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
'typing',
'pandas==1.3.5',
'requests',
'protobuf==3.20'
'protobuf==3.20',
'lxml'
],
classifiers=[
'Development Status :: 5 - Production/Stable',
Expand All @@ -41,4 +42,4 @@
'Programming Language :: Python :: 3.7',
],

)
)

0 comments on commit 4b4aaf6

Please sign in to comment.