https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 06137f0c478b5a176eb50cf2e0eb1db31a7d2334 authored by Stefano Zacchiroli on 01 October 2019, 11:08:23 UTC
tox: anticipate mypy run to just after flake8
Tip revision: 06137f0
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