https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 302fb2ce438a7ea7e0f167bc45cc56a7d59208d1 authored by Jenkins for Software Heritage on 03 September 2019, 08:28:19 UTC
Updated debian changelog for version 0.0.58
Tip revision: 302fb2c
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