https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 7cfaa986c22c0eeb89f5ffa5a81ae339864f6bb3 authored by Antoine Lambert on 22 August 2022, 13:19:50 UTC
sql/Makefile: Fix swh-scheduler SQL file paths
Tip revision: 7cfaa98
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
pika >= 1.1.0
psycopg2
pyyaml
requests
sentry-sdk
setuptools
typing-extensions
back to top