https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: 0b3610ea48f5b170c87a55c8145ae1f4ea350b68 authored by Antoine R. Dumont (@ardumont) on 14 January 2020, 16:26:54 UTC
d/changelog: Bump new release
Tip revision: 0b3610e
requirements-test.txt
hypothesis >= 3.11.0
pytest
pytest-mock
pytest-postgresql >= 2.1.0
sqlalchemy-stubs
# 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
back to top