https://github.com/SoftwareHeritage/swh-storage
Raw File
Tip revision: e296dfba137b7d0842ea85c883d60c735a4dd2f3 authored by Antoine R. Dumont (@ardumont) on 14 November 2019, 09:26:41 UTC
swh.storage.schemata: Drop schemata from storage
Tip revision: e296dfb
requirements-test.txt
hypothesis >= 3.11.0
pytest
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