https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 002897ee42ba8cbbb2d674dfba9b5353169baad3 authored by Jenkins for Software Heritage on 03 May 2022, 09:55:07 UTC
Updated debian changelog for version 1.4.0
Tip revision: 002897e
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