https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: c19f53f194d093ede82c8765e439e98c1de52cf9 authored by Antoine R. Dumont (@ardumont) on 03 June 2022, 09:35:32 UTC
Set current_version attribute to postgresql datastore
Tip revision: c19f53f
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
types-toml
back to top