https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 8a892e2f86947e79992e7ae26e0cdff4c1cad7fd authored by Valentin Lorentz on 06 May 2021, 12:24:47 UTC
Use swh.core 0.14
Tip revision: 8a892e2
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