https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: c30790d4189e4001d6221eb95f3b6e0611cb1e45 authored by Jenkins for Software Heritage on 09 November 2023, 15:47:19 UTC
Updated backport on buster-swh from debian/1.12.0-2_swh1 (unstable-swh)
Tip revision: c30790d
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
importlib_metadata < 5 ; python_version <= '3.7'
pika >= 1.1.0
psycopg2
pyyaml
requests
tabulate
sentry-sdk
setuptools
testing.postgresql
typing-extensions
back to top