https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: a64ac3fe9fec05c6248607799c825e4703aaa148 authored by David Douard on 04 September 2019, 13:53:19 UTC
sql: stop inserting lister tasks at scheduler's creation time
Tip revision: a64ac3f
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
psycopg2
pyyaml
vcversioner

# test dependencies
# hypothesis
back to top