https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: f535d1e6046aa8bd2c7b5167a04e9a8d3a15b76a authored by Antoine R. Dumont (@ardumont) on 19 November 2019, 16:08:50 UTC
d/changelog: Bump new release
Tip revision: f535d1e
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
setuptools

# test dependencies
# hypothesis
back to top