Skip to content

Commit

Permalink
Merge pull request psf#296 from toddrme2178/patch-1
Browse files Browse the repository at this point in the history
Change 'bs4' dependency to 'beautifulsoup4'
  • Loading branch information
bisguzar committed May 20, 2019
2 parents 2970bf2 + 324b84b commit a9a36c6
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 @@ -21,7 +21,7 @@

# What packages are required for this module to be executed?
REQUIRED = [
'requests', 'pyquery', 'fake-useragent', 'parse', 'bs4', 'w3lib', 'pyppeteer>=0.0.14'
'requests', 'pyquery', 'fake-useragent', 'parse', 'beautifulsoup4', 'w3lib', 'pyppeteer>=0.0.14'
]

# The rest you shouldn't have to touch too much :)
Expand Down

0 comments on commit a9a36c6

Please sign in to comment.