https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 6dad1f681362340abbcf5afb8244d4c26709d3ea authored by Nicolas Dandrimont on 01 October 2019, 16:15:19 UTC
Force postgresql executable to a pg_ctl that exists when running tests.
Tip revision: 6dad1f6
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