Revision a18f56205d1d4c06baa8e4a3d525c94452a80315 authored by David Douard on 04 December 2019, 09:55:25 UTC, committed by David Douard on 04 December 2019, 15:36:19 UTC
- runner: counting the number of scheduled tasks,
- listener: counting the number of processed events.
1 parent f206076
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
celery >= 4
Click
elasticsearch > 5.4
flask
psycopg2
pyyaml
vcversioner
setuptools

# test dependencies
# hypothesis
back to top