Skip to content

Commit 5c1014a

Browse files
committed
πŸ› Added neccessary parser for BeautifulSoup
1 parent a878cd7 commit 5c1014a

File tree

3 files changed

+101
-1
lines changed

3 files changed

+101
-1
lines changed

β€Žpoetry.lockβ€Ž

Lines changed: 97 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

β€Žpyproject.tomlβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ selenium = "^3.141.0"
2323
Jinja2 = "^2.11.3"
2424
opencv-contrib-python = "^4.5.2"
2525
moviepy = "^1.0.3"
26+
lxml = "^4.6.3"
27+
html5lib = "^1.1"
2628

2729
[tool.poetry.dev-dependencies]
2830
pytest = "^6.2.4"

β€Žrequirements.txtβ€Ž

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ opencv-contrib-python
55
Pillow
66
requests
77
selenium
8+
lxml
9+
html5lib
810
beautifulsoup4
911
Jinja2
1012
numpy-stl

0 commit comments

Comments
Β (0)