https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 82274c1b956ee65429f824a0c602fecbbbd436eb authored by Valentin Lorentz on 27 April 2022, 13:15:28 UTC
cli/utils: Fix parsing of empty strings
Tip revision: 82274c1
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
flask
humanize
pika >= 1.1.0
psycopg2
pyyaml
requests
setuptools
typing-extensions
back to top