https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: bc21a1b6ee422f543398994c0af624982135c94a authored by Jenkins for Software Heritage on 11 April 2019, 09:40:15 UTC
Updated debian changelog for version 0.0.54
Tip revision: bc21a1b
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