https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: ece598c41c6c6ec72a18615a135c8bb2bc36c8dc authored by Antoine Lambert on 08 July 2020, 16:12:15 UTC
requirements.txt: Remove future dependency
Tip revision: ece598c
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
attrs
attrs-strict
celery >= 4.3
Click
elasticsearch > 5.4
flask
pika >= 1.1.0
psycopg2
pyyaml
vcversioner
setuptools

# test dependencies
# hypothesis
back to top