https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 09e72457349585a2cc746900138e940c77966730 authored by Ishan Bhanuka on 15 June 2019, 11:56:53 UTC
Added comments to few columns in dbversion, task and task_run
Tip revision: 09e7245
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