https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 1c855badc6720f0607dc1f4e76826b453d602a95 authored by Jenkins for Software Heritage on 15 February 2019, 09:50:09 UTC
Updated backport on stretch-swh from debian/0.0.45-1_swh1 (unstable-swh)
Tip revision: 1c855ba
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