Skip to content

Commit

Permalink
🐛 Added neccessary parser for BeautifulSoup
Browse files Browse the repository at this point in the history
  • Loading branch information
iwasakishuto committed May 11, 2021
1 parent a878cd7 commit 5c1014a
Show file tree
Hide file tree
Showing 3 changed files with 101 additions and 1 deletion.
98 changes: 97 additions & 1 deletion poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ selenium = "^3.141.0"
Jinja2 = "^2.11.3"
opencv-contrib-python = "^4.5.2"
moviepy = "^1.0.3"
lxml = "^4.6.3"
html5lib = "^1.1"

[tool.poetry.dev-dependencies]
pytest = "^6.2.4"
Expand Down
2 changes: 2 additions & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ opencv-contrib-python
Pillow
requests
selenium
lxml
html5lib
beautifulsoup4
Jinja2
numpy-stl
Expand Down

0 comments on commit 5c1014a

Please # to comment.