Revision 50ae16fba0878a153ea635c3e658975d346370a5 authored by Antoine R. Dumont (@ardumont) on 08 July 2016, 09:54:31 UTC, committed by Antoine R. Dumont (@ardumont) on 08 July 2016, 09:54:31 UTC
swh_visit_get was installed to initially use it in the new api.
It was finally dismissed but got commited by error.
1 parent ee4a1bd
Raw File
requirements.txt
dateutil
psycopg2
vcversioner

# remote storage API client
requests

# remote storage API server
flask

# Internal dependencies
swh.core >= 0.0.20
swh.objstorage >= 0.0.1

click
swh.scheduler
back to top