https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 3efa5151b2d367bbfab49c6b37c147c2836cbe5d authored by Jenkins for Software Heritage on 21 February 2019, 09:14:45 UTC
Updated backport on stretch-swh from debian/0.0.47-1_swh1 (unstable-swh)
Tip revision: 3efa515
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