https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: e45eb14a9f187792b41344f780a6652957fa58eb authored by Antoine R. Dumont (@ardumont) on 22 October 2018, 13:37:51 UTC
New upstream version 0.0.32
Tip revision: e45eb14
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
Click
elasticsearch > 5.4
flask
kombu
psycopg2
vcversioner

# test dependencies
# hypothesis
back to top