https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: a5bfe5b5145b2e1da95deb6a975bb9e48ed6adec authored by Antoine Lambert on 27 October 2021, 16:26:20 UTC
interface: Add origin_snapshot_get_all method
Tip revision: a5bfe5b
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-xdist
types-python-dateutil
types-pytz
types-pyyaml
types-requests
back to top