Skip to content

Commit

Permalink
Merge pull request #440 from INTI-CMNB/revert_lxml_dependency
Browse files Browse the repository at this point in the history
Reverted lxml dependency removal.
  • Loading branch information
hildogjr authored Mar 10, 2021
2 parents e892d37 + ae8a4d7 commit 063eb2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
beautifulsoup4 >= 4.3.2 # Deal with HTML and XML tags.
#lxml >= 3.7.2
lxml >= 3.7.2 # Used by beautifulsoup4, but optional.
XlsxWriter >= 0.7.3 # Write the XLSX output file.
future # For print statements.
tqdm >= 4.30.0 # Progress bar.
Expand Down

0 comments on commit 063eb2f

Please sign in to comment.