https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 2a0e4c1da1944edcc0dcb7d5ec76b3f8a9d9aa7e authored by Jenkins for Software Heritage on 23 January 2020, 12:49:38 UTC
Updated backport on buster-swh from debian/0.0.70-1_swh1 (unstable-swh)
Tip revision: 2a0e4c1
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
setuptools

# test dependencies
# hypothesis
back to top