https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 53136b7343d81b69c539e8c0bb31f3276620f25b authored by Antoine R. Dumont (@ardumont) on 28 January 2019, 15:22:53 UTC
swh.scheduler.tests: Mark db tests as such
Tip revision: 53136b7
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
kombu
psycopg2
vcversioner

# test dependencies
# hypothesis
back to top