Skip to content

Commit

Permalink
build(deps): don't use dummy bs4 module (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabaff authored Feb 8, 2021
1 parent 631636f commit 69aab5f
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", "bs4", "wrapt"]
REQUIRED = ["aiohttp", "backoff", "beautifulsoup4", "wrapt"]

# What packages are optional?
EXTRAS = {
Expand Down

0 comments on commit 69aab5f

Please sign in to comment.