https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 3c680c1644dc6a3712c64f09ff559bc0363f7cc9 authored by Jenkins for Software Heritage on 28 January 2019, 15:32:14 UTC
Updated backport on stretch-swh from debian/0.0.40-1_swh1 (unstable-swh)
Tip revision: 3c680c1
requirements.txt
# Add here external Python modules dependencies, one per line. Module names
# should match https://pypi.python.org/pypi names. For the full spec or
# dependency lines, see https://pip.readthedocs.org/en/1.1/requirements.html

arrow
celery >= 4
Click
elasticsearch > 5.4
flask
kombu
psycopg2
vcversioner

# test dependencies
# hypothesis
back to top