https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 659dfbca31bc6f4475ae1612c325e5e9ce6fc602 authored by Jenkins for Software Heritage on 22 June 2020, 12:09:11 UTC
Updated backport on buster-swh from debian/0.2.2-1_swh1 (unstable-swh)
Tip revision: 659dfbc
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
attrs
attrs-strict
celery >= 4.3
# 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