diff --git a/requirements.txt b/requirements.txt index 6116d2c..d9532ee 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,10 +1,10 @@ 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 +# cf https://forge.softwareheritage.org/T3815 +frozendict != 2.1.2 pyld sentry-sdk typing-extensions -xmltodict \ No newline at end of file +xmltodict