swh-lister/requirements.txt
Antoine Lambert cee6bcb514 maven: Use BeautifulSoup instead of xmltodict for parsing pom files
xmltodict cannot parse POM files with multi-byte encoding so prefer to
use the XML parser of BeautifulSoup based on lxml instead.

Also drop xmltodict requirement as it is no longer used in swh-lister
codebase.
2022-08-09 11:11:45 +02:00

9 lines
99 B
Text

python_debian
requests
setuptools
iso8601
beautifulsoup4
launchpadlib
tenacity >= 6.2
lxml
dulwich