https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: befccb94d60892eb380595fbdfdce0b7432a8dab authored by Antoine R. Dumont (@ardumont) on 19 April 2021, 10:26:58 UTC
scheduler: Clean up priority/ratio task dead code
Tip revision: befccb9
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

attrs
attrs-strict
celery >= 4.3, != 5.0.3
Click
elasticsearch > 5.4
flask
humanize
pika >= 1.1.0
psycopg2
pyyaml
setuptools
typing-extensions

# test dependencies
# hypothesis
back to top