Revision c2ccf460f5528fda8964ad3c0e35096da9175ce2 authored by David Douard on 16 October 2019, 08:43:03 UTC, committed by David Douard on 16 October 2019, 11:20:42 UTC
The way the scheduler_db and updater_db fixtures are built is not very
straighforward nor satisfying, but it works.
1 parent 37b909e
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

# test dependencies
# hypothesis
back to top