Skip to content

Commit

Permalink
Update setup.py (selenium)
Browse files Browse the repository at this point in the history
  • Loading branch information
BlaxPanther committed Jul 5, 2023
1 parent ad70e80 commit c0478be
Showing 1 changed file with 1 addition and 1 deletion.
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","html5lib>=0.999999999"],
install_requires=["requests==2.26.0","beautifulsoup4==4.10.0","html5lib>=0.999999999", "selenium>=0.9999999"],
zip_safe=False,
classifiers=[
'Programming Language :: Python :: 3.4',
Expand Down

0 comments on commit c0478be

Please sign in to comment.