https://forge.softwareheritage.org/source/swh-scheduler.git
Revision 42e362dbc1ca5b4187048dfd67fcf106ab180577 authored by Valentin Lorentz on 21 April 2022, 10:22:03 UTC, committed by Valentin Lorentz on 26 April 2022, 10:28:33 UTC
This will allow loaders to guess the forge type, and use the right
API to fetch extrinsic metadata for the origin from the forge.
1 parent 3687931
Raw File
Tip revision: 42e362dbc1ca5b4187048dfd67fcf106ab180577 authored by Valentin Lorentz on 21 April 2022, 10:22:03 UTC
Add a 'lister_name' argument to all tasks created from ListedOrigin
Tip revision: 42e362d
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
setuptools
typing-extensions
back to top