https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: ec2fac4478166ea7a8bade2681e074130612dd2c authored by Valentin Lorentz on 25 June 2021, 15:26:53 UTC
cassandra: Add support for non-ASCII origin 'URLs'.
Tip revision: ec2fac4
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