https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: e0963189c6809a0c1379e3b6b883d6d387106673 authored by Jenkins for Software Heritage on 17 December 2019, 13:38:03 UTC
Updated debian changelog for version 0.0.67
Tip revision: e096318
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
setuptools

# test dependencies
# hypothesis
back to top