https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 2aee33589c2cee44fe212347cc47ad0918f42975 authored by Jenkins for Software Heritage on 03 June 2020, 09:39:25 UTC
Updated debian changelog for version 0.1.1
Tip revision: 2aee335
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
# Not a direct dependency: missing from celery 4.4.4
future >= 0.18.0
Click
elasticsearch > 5.4
flask
pika >= 1.1.0
psycopg2
pyyaml
vcversioner
setuptools

# test dependencies
# hypothesis
back to top