https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 693a147c81be035135b8d9a25094f36a3489f4e9 authored by Nicolas Dandrimont on 15 March 2019, 13:25:15 UTC
Remove info-level logs about already acknowledged messages
Tip revision: 693a147
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 >= 4
Click
elasticsearch > 5.4
flask
kombu
psycopg2
pyyaml
vcversioner

# test dependencies
# hypothesis
back to top