Revision 265bc8bf7e2958dd97eda7b23e5e6400f5b218f6 authored by Nicolas Dandrimont on 22 June 2020, 08:58:09 UTC, committed by Nicolas Dandrimont on 22 June 2020, 08:58:09 UTC
1 parent 8a1724a
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

arrow
attrs
attrs-strict
celery >= 4.3
# Not a direct dependency: missing from celery 4.4.4
future >= 0.18.0
Click
elasticsearch > 5.4
flask
pika >= 1.1.0
psycopg2
pyyaml
vcversioner
setuptools

# test dependencies
# hypothesis
back to top