https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 2d756d6731fdff7744078117a94760a98e7b1a71 authored by Jérémy Bobbio (Lunar) on 04 March 2024, 16:38:06 UTC
Merge branch 'improve-error-message-on-wrong-task-arguments' into 'master'
Tip revision: 2d756d6
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