https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 76325b46584d68dcf3ba6bb99bbc4ada4f2dda8c authored by Jenkins for Software Heritage on 11 May 2021, 10:09:03 UTC
Updated backport on buster-swh from debian/2.5.0-1_swh1 (unstable-swh)
Tip revision: 76325b4
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 != 21.1.0  # https://github.com/python-attrs/attrs/issues/804
attrs_strict >= 0.0.7
deprecated
hypothesis
iso8601
python-dateutil
typing_extensions

back to top