https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: e0dd66942fbb28371b5a8286e9de55284625fbe2 authored by Valentin Lorentz on 10 December 2019, 15:44:47 UTC
Initialize Sentry on worker startup.
Tip revision: e0dd669
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
setuptools

# test dependencies
# hypothesis
back to top