https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: d55a337f3f88384c81fdb1a35200159310255373 authored by Jenkins for Software Heritage on 31 March 2023, 10:42:59 UTC
Updated backport on buster-swh from debian/1.8.0-1_swh1 (unstable-swh)
Tip revision: d55a337
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
flask
humanize
importlib_metadata < 5.0  # breaks compatibility with current kombu
                          # https://github.com/celery/kombu/issues/1600
pika >= 1.1.0
psycopg2
pyyaml
requests
sentry-sdk
setuptools
typing-extensions
back to top