https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: f63d2e7ec8a0fa3929b84d71ef18a62d080743e1 authored by Jenkins for Software Heritage on 04 January 2022, 14:55:33 UTC
Updated debian changelog for version 0.41.1
Tip revision: f63d2e7
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
back to top