https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: ce11283555e1c1cb58a3254d904913a83ca34329 authored by Valentin Lorentz on 21 January 2022, 10:10:48 UTC
Fix ReST syntax
Tip revision: ce11283
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 < 8.0
flask
humanize
pika >= 1.1.0
psycopg2
pyyaml
requests
setuptools
typing-extensions
back to top