Skip to content

Commit

Permalink
Hotfix
Browse files Browse the repository at this point in the history
Fixed missing dependency
  • Loading branch information
jjoeldaniel committed Dec 24, 2022
1 parent bf678c9 commit f5f32fc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

this_directory = Path(__file__).parent

VERSION = '0.1.5'
VERSION = '0.1.5.1'
DESCRIPTION = 'Python wrapper for Genius API'
long_description = (this_directory / "README.md").read_text()

Expand All @@ -20,7 +20,7 @@
long_description=long_description,
url="https://github.com/jjoeldaniel/genius.py",
packages=find_packages(),
install_requires=['requests'],
install_requires=['requests', 'beautifulsoup4'],
keywords=['python', 'genius', 'api-wrapper'],
classifiers=[
"Development Status :: 2 - Pre-Alpha",
Expand Down

0 comments on commit f5f32fc

Please sign in to comment.