https://forge.softwareheritage.org/source/swh-scheduler.git
Revision 86ada443d2900e820356727149a1f7b0fa6e6bff authored by Nicolas Dandrimont on 09 February 2021, 09:36:23 UTC, committed by Nicolas Dandrimont on 11 February 2021, 18:38:44 UTC
This allows us to support reading the journal from the beginning,
ignoring messages with the old schema.
1 parent cdb1775
Raw File
Tip revision: 86ada443d2900e820356727149a1f7b0fa6e6bff authored by Nicolas Dandrimont on 09 February 2021, 09:36:23 UTC
journal client: Filter out status messages without type
Tip revision: 86ada44
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
setuptools
typing-extensions

# test dependencies
# hypothesis
back to top