https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 6a4455cea5902349405cb80c6d9d3c6e73aceb8c authored by Antoine R. Dumont (@ardumont) on 19 October 2020, 07:25:04 UTC
pytest_plugin: Explicitely name the scheduler test db differently
Tip revision: 6a4455c
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