https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 040bd640853c0682d33a56f7b0916f09cca38b4e authored by Jenkins for Software Heritage on 25 June 2021, 09:26:07 UTC
New upstream version 0.31.0
Tip revision: 040bd64
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