https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 73ade783b1b266fc7b09aaa0549199bf5263cfc8 authored by Antoine R. Dumont (@ardumont) on 17 December 2019, 14:27:15 UTC
tests: Avoid fixture clash in different purposes fixture
Tip revision: 73ade78
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