https://forge.softwareheritage.org/source/swh-scheduler.git
Revision c2a020d471e1f2eb70dd0104e034f804a1b0d533 authored by David Douard on 16 October 2019, 08:50:06 UTC, committed by David Douard on 16 October 2019, 11:20:42 UTC
1 parent a7e15bf
Raw File
Tip revision: c2a020d471e1f2eb70dd0104e034f804a1b0d533 authored by David Douard on 16 October 2019, 08:50:06 UTC
tests: rewrite tests using pytest and the new rpc fixtures from swh.core
Tip revision: c2a020d
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