https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 0496c3977a56b66dbbe2682bcb8f37390f650c1f authored by Antoine R. Dumont (@ardumont) on 03 June 2022, 12:41:51 UTC
Remove unused get_current_version method
Tip revision: 0496c39
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
sentry-sdk
setuptools
typing-extensions
back to top