diff options
author | Leonard Richardson <leonardr@segfault.org> | 2018-12-23 17:44:53 -0500 |
---|---|---|
committer | Leonard Richardson <leonardr@segfault.org> | 2018-12-23 17:44:53 -0500 |
commit | 70c94e418b72108e1d80164a49f561ef11a40d58 (patch) | |
tree | 36a16ab9143647f7766336c4815787ed549851df /setup.py | |
parent | fe3f12db5a055a3c3e50f1bec609b9a030cd7909 (diff) | |
parent | 257931f99044e3d5af5e9f925ba42b7afe810053 (diff) |
Merging Isaac Muse's Soup Sieve branch as-is before making some modifications.
Diffstat (limited to 'setup.py')
-rw-r--r-- | setup.py | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -14,6 +14,7 @@ setup( url="http://www.crummy.com/software/BeautifulSoup/bs4/", download_url = "http://www.crummy.com/software/BeautifulSoup/bs4/download/", description="Screen-scraping library", + install_requires=["soupsieve>=1.2"], long_description=long_description, long_description_content_type="text/markdown", license="MIT", |