https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 45c80831a2944bbef33e97e1b08455b39062eb86 authored by Jenkins for Software Heritage on 17 August 2023, 13:30:36 UTC
Updated debian changelog for version 1.10.0
Tip revision: 45c8083
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
tabulate
sentry-sdk
setuptools
typing-extensions
back to top