dosage/requirements.txt
Tobias Gruetzmacher e98a1601ca Remove workaround for libxml2 older 2.9.3 (2015)
This workaround was written in 2016 while that version was still found
on many systems. Addionally, this workaround needs to be enabled by the
developer, who might not even be aware that they need to enable it for a
specific module. We still throw a warning to the user if running with
such an old libxml version.
2020-09-29 21:16:48 +02:00

7 lines
124 B
Plaintext

colorama
imagesize
lxml>=4.0.0
requests>=2.0
cached_property; python_version<'3.8'
importlib_metadata; python_version<'3.8'