https://forge.softwareheritage.org/source/swh-scheduler.git
Raw File
Tip revision: 9f41ce3fd233bb48474c545b70e76c71edc5589b authored by Antoine R. Dumont (@ardumont) on 29 May 2018, 12:11:07 UTC
packaging: Remove hypothesis as a runtime dependencies
Tip revision: 9f41ce3
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