https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: f9b148400945ce5e80c1f5c8a85540204263d09d authored by Jenkins for Software Heritage on 01 October 2019, 16:28:54 UTC
Updated backport on buster-swh from debian/0.0.60-1_swh2 (unstable-swh)
Tip revision: f9b1484
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