https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: ac3b2b8f614a905062103c4cfacc49373cadf8d3 authored by Jenkins for Software Heritage on 31 October 2022, 09:01:33 UTC
Updated debian changelog for version 1.7.2
Tip revision: ac3b2b8
requirements-test.txt
hypothesis >= 3.11.0
pytest

pytest-mock
# pytz is in fact a dep of swh.model[testing] and should not be necessary, but
# the dep on swh.model in the main requirements-swh.txt file shadows this one
# adding the [testing] extra.
swh.model[testing] >= 0.0.50
pytz
pytest-redis
pytest-xdist
types-python-dateutil
types-pytz
types-pyyaml
types-redis
types-requests
types-toml
back to top