diff --git a/requirements.txt b/requirements.txt --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,9 @@ -click python-magic >= 0.4.13 +click +# frozendict: dependency of pyld +# the version 2.1.2 is causing segmentation faults +# cf T3815 +frozendict < 2.1.2 pyld xmltodict typing-extensions