Revision ad7bfbe731da64cc6d1ddaa3f5ae1ef1e3350f60 authored by Nicolas Dandrimont on 15 January 2021, 11:50:00 UTC, committed by Valentin Lorentz on 20 January 2021, 16:37:44 UTC
1 parent df34db0
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