https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 8bbbe7b755cd3ea7a70e8c8f057a5af1a77bb250 authored by Antoine R. Dumont (@ardumont) on 31 May 2018, 09:37:04 UTC
swh.scheduler.cli: Change archival period to rolling month - 1 week
Tip revision: 8bbbe7b
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
Click
elasticsearch>5.4
flask
kombu
psycopg2
vcversioner

# test dependencies
# hypothesis
back to top