https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 92c08692867588c9512f5ff943b5b23ba4a59993 authored by Nicolas Dandrimont on 19 May 2020, 09:30:13 UTC
Celery runner: only schedule tasks when the buffer is less than 80% full
Tip revision: 92c0869
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
pika >= 1.1.0
psycopg2
pyyaml
vcversioner
setuptools

# test dependencies
# hypothesis
back to top