https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 72762ce7612c8c74acd3279e74dcd34bcdc7c71f authored by Jenkins for Software Heritage on 04 December 2023, 16:29:09 UTC
New upstream version 1.13.0
Tip revision: 72762ce
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