https://forge.softwareheritage.org/source/swh-scheduler.git
Revision 5936ae13859d0dc012b99fce84d5357a61153897 authored by Antoine R. Dumont (@ardumont) on 21 March 2023, 10:57:08 UTC, committed by Antoine R. Dumont (@ardumont) on 21 March 2023, 12:00:04 UTC
Refs. swh/infra/sysadm-environment#4813
1 parent c24b0c8
Raw File
Tip revision: 5936ae13859d0dc012b99fce84d5357a61153897 authored by Antoine R. Dumont (@ardumont) on 21 March 2023, 10:57:08 UTC
add-forge-now: Allow scheduling of cgit task type
Tip revision: 5936ae1
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 < 5.0  # breaks compatibility with current kombu
                          # https://github.com/celery/kombu/issues/1600
pika >= 1.1.0
psycopg2
pyyaml
requests
sentry-sdk
setuptools
typing-extensions
back to top