https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 030fe023f5864542e477674f96ea93bba73f3c70 authored by Jenkins for Software Heritage on 03 April 2019, 08:59:00 UTC
New upstream version 0.0.52
Tip revision: 030fe02
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