https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 9e5b17faa89bd4cdcf42670b67dee00f05a64e10 authored by Antoine R. Dumont (@ardumont) on 24 November 2020, 13:03:17 UTC
conftest: Reference swh.core.db.pytest_plugin
Tip revision: 9e5b17f
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