https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 66518be340dea9ee32b3c16a620a77e632ac2ed0 authored by Jenkins for Software Heritage on 11 February 2019, 13:33:48 UTC
Updated debian changelog for version 0.0.42
Tip revision: 66518be
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
kombu
psycopg2
vcversioner

# test dependencies
# hypothesis
back to top