https://forge.softwareheritage.org/source/swh-scheduler.git
Revision 5b531964a45843eb4310c1fadd60958fba0b6041 authored by Antoine R. Dumont (@ardumont) on 20 October 2021, 08:44:34 UTC, committed by Antoine R. Dumont (@ardumont) on 20 October 2021, 09:02:11 UTC
It's been deprecated for enough time.

Related to T3667
1 parent f15c510
Raw File
Tip revision: 5b531964a45843eb4310c1fadd60958fba0b6041 authored by Antoine R. Dumont (@ardumont) on 20 October 2021, 08:44:34 UTC
Drop deprecated listener module
Tip revision: 5b53196
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
elasticsearch > 5.4
flask
humanize
pika >= 1.1.0
psycopg2
pyyaml
requests
setuptools
typing-extensions
back to top