https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: b110d1b69c28c2d41174f1da3f9329f0cf1cbe0b authored by Nicolas Dandrimont on 24 August 2021, 14:38:15 UTC
Add cvs as supported revision_type
Tip revision: b110d1b
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