https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: bd3b53de71f7d9f9dd2eabc5f97cf0d817822575 authored by Jenkins for Software Heritage on 07 October 2019, 14:37:37 UTC
Updated debian changelog for version 0.0.61
Tip revision: bd3b53d
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