https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 52d2c37423e9d64a0a7d973343189541715678f6 authored by Jenkins for Software Heritage on 24 November 2020, 13:16:08 UTC
Updated debian changelog for version 0.8.1
Tip revision: 52d2c37
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
attrs
attrs-strict
celery >= 4.3
Click
elasticsearch > 5.4
flask
pika >= 1.1.0
psycopg2
pyyaml
setuptools
typing-extensions

# test dependencies
# hypothesis
back to top