pypi: Use BeautifulSoup for parsing HTML instead of xmltodict
xmltodict now raises an error while trying to parse the HTML content of https://pypi.org/simple/ page. So use BeautifulSoup HTML parser instead as it is aleady a requirement of swh-lister and it does not fail parsing the PyPI HTML page. Also drop no longer used xmltodict in requirements.
This commit is contained in:
parent
4245c5046f
commit
2461c97bbb
3 changed files with 4 additions and 7 deletions
|
@ -1,7 +1,6 @@
|
|||
python_debian
|
||||
requests
|
||||
setuptools
|
||||
xmltodict
|
||||
iso8601
|
||||
beautifulsoup4
|
||||
launchpadlib
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue