Revision cfafc72c2c9e6db7d14556f1b54e509b993fa915 authored by Jenkins for Software Heritage on 25 January 2021, 15:31:22 UTC, committed by Jenkins for Software Heritage on 25 January 2021, 15:31:22 UTC
1 parent ac65074
Raw File
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