https://forge.softwareheritage.org/source/swh-scheduler.git
Revision 3aed6887fcb23bdb44259dd0ece00201035dc916 authored by Antoine R. Dumont (@ardumont) on 18 October 2021, 12:14:02 UTC, committed by Antoine R. Dumont (@ardumont) on 18 October 2021, 12:16:38 UTC
This actually fixes the debian build failure.

Related to T3666
1 parent 3aed7bf
Raw File
Tip revision: 3aed6887fcb23bdb44259dd0ece00201035dc916 authored by Antoine R. Dumont (@ardumont) on 18 October 2021, 12:14:02 UTC
Use swh_storage fixture for cli tests
Tip revision: 3aed688
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

attrs
attrs-strict
celery >= 4.3, != 5.0.3
click
elasticsearch > 5.4
flask
humanize
pika >= 1.1.0
psycopg2
pyyaml
requests
setuptools
typing-extensions
back to top