Skip to content

Commit

Permalink
Add html5lib to requirements.txt and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
leonbeckert committed Sep 19, 2022
1 parent 4fd5357 commit 05ef9f6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
requests==2.26.0
beautifulsoup4==4.10.0
html5lib
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
packages=["imdb_api"],
url='https://github.com/BlaxPanther/imdb-api.git',
keywords='python, imdb, movie-api, imdb-webscrapping, imdb-api, imdb-python, imdb-scraper',
install_requires=["requests==2.26.0","beautifulsoup4==4.10.0"],
install_requires=["requests==2.26.0","beautifulsoup4==4.10.0","html5lib>=0.999999999"],
zip_safe=False,
classifiers=[
'Programming Language :: Python :: 3.4',
Expand Down

0 comments on commit 05ef9f6

Please sign in to comment.