https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 5c5c8931ff2c2fc7d826a5cd22ff3dbe98099780 authored by Jenkins for Software Heritage on 03 April 2019, 08:59:01 UTC
Updated debian changelog for version 0.0.52
Tip revision: 5c5c893
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