https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 46b2ba61e42caea5eb48c14ae66c075b27bea64c authored by Valentin Lorentz on 03 December 2018, 13:44:54 UTC
Fallback for get_queue_stats() when using memory:// broker.
Tip revision: 46b2ba6
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

arrow
celery
Click
elasticsearch > 5.4
flask
kombu
psycopg2
vcversioner

# test dependencies
# hypothesis
back to top