Skip to content

Commit

Permalink
fix: add bs4 as dependency for install
Browse files Browse the repository at this point in the history
  • Loading branch information
alandtse committed Jan 31, 2021
1 parent 0c2a0c2 commit 2a3c154
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 @@ -29,7 +29,7 @@
VERSION = None

# What packages are required for this module to be executed?
REQUIRED = ["aiohttp", "backoff", "wrapt"]
REQUIRED = ["aiohttp", "backoff", "bs4", "wrapt"]

# What packages are optional?
EXTRAS = {
Expand Down

0 comments on commit 2a3c154

Please sign in to comment.