https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: a8b8fde296629314da3c4f6f33476b1f1825081f authored by Jenkins for Software Heritage on 15 April 2021, 11:36:12 UTC
New upstream version 0.12.0
Tip revision: a8b8fde
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