https://github.com/SoftwareHeritage/swh-model
Revision 7dead5df36cf445f7b03e1ed8743d9d9d461f301 authored by Valentin Lorentz on 23 February 2021, 10:19:21 UTC, committed by Valentin Lorentz on 23 February 2021, 12:48:39 UTC
* Quote/unquote path
* Fix line parsing and serializing to properly handle None
* Fix error raised by check_visit/check_anchor
1 parent 172eadb
Raw File
Tip revision: 7dead5df36cf445f7b03e1ed8743d9d9d461f301 authored by Valentin Lorentz on 23 February 2021, 10:19:21 UTC
Fix qualifier parsing and add tests
Tip revision: 7dead5d
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