https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: fa5bc0f768842d10836fa3a8751d3be99a98fd68 authored by Jenkins for Software Heritage on 12 April 2022, 12:48:01 UTC
New upstream version 1.3.1
Tip revision: fa5bc0f
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