https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 4e08aacbab8ed6f1cf6d39f5b5a820d5b4be1d57 authored by Jenkins for Software Heritage on 30 October 2019, 16:30:54 UTC
Updated backport on stretch-swh from debian/0.0.62-1_swh1 (unstable-swh)
Tip revision: 4e08aac
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