https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 2df97fcc0ec4c77759b8f5b8ec926b16751f44c3 authored by Jenkins for Software Heritage on 01 October 2019, 16:28:47 UTC
Updated backport on stretch-swh from debian/0.0.60-1_swh2 (unstable-swh)
Tip revision: 2df97fc
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
psycopg2
pyyaml
vcversioner

# test dependencies
# hypothesis
back to top