https://github.com/SoftwareHeritage/swh-model
Raw File
Tip revision: 5359c434e16ef2c04b69198ecda35dd370d40bf5 authored by Valentin Lorentz on 21 January 2022, 13:57:22 UTC
Remove deprecated property 'TimestampWithTimezone.offset'
Tip revision: 5359c43
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