Revision 74b024f5e0b862e8cff12c62406d06b22d258c84 authored by Antoine Lambert on 12 April 2021, 15:44:20 UTC, committed by Antoine Lambert on 13 April 2021, 12:02:33 UTC
According to the SWHID specification, it is not forbidden for a qualifier
value to contain a '=' character (for instance in origin URL).

So update parsing code to handle that special case.
1 parent 15d5bab
Raw File
requirements.txt
# Add here external Python modules dependencies, one per line. Module names
# should match https://pypi.python.org/pypi names. For the full spec or
# dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html
attrs
attrs_strict >= 0.0.7
deprecated
hypothesis
iso8601
python-dateutil
typing_extensions

back to top