https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: fc998737892081781180e16d9dbe0011926c06b7 authored by Antoine Lambert on 19 December 2022, 14:14:27 UTC
docs: Include module indices only when building standalone package doc
Tip revision: fc99873
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