https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: b07c48a58f1b8e02f7ee3258e2eaae98035de9d4 authored by Jenkins for Software Heritage on 07 July 2021, 16:58:37 UTC
New upstream version 0.34.0
Tip revision: b07c48a
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