Skip to content

Commit

Permalink
Update setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
Siddhesh-Agarwal authored Jun 21, 2021
1 parent 561cbdf commit 4770c1d
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 @@
"Documentation": "https://brainstormyourwayin.github.io/sierra.github.io/"},
packages = find_packages(where="src"),
keywords = ["CSS", "html", "web development", "web framework", "python to HTML", "python to CSS"],
install_requires = ['pandas', 'beautifulsoup4'],
install_requires = ['pandas', 'bs4'],
zip_safe = True,
classifiers = [
"Development Status :: 5 - production/stable",
Expand Down

0 comments on commit 4770c1d

Please sign in to comment.