Kitware / minerva

Minerva: client/server/services for analysis and visualization
Apache License 2.0
36 stars 14 forks source link

Specify Gaia explicitly from github. #499

Closed manthey closed 6 years ago

manthey commented 6 years ago

Update how setup.py parses requirements.txt.

manthey commented 6 years ago

It would be better not to use dependency links since pip says they are deprecated (see https://github.com/pypa/pip/issues/4187), but I'm not sure if there is an alternative (direct urls might work, but when I try adding gaia@<giit hub url>, I get a Direct url requirement are not allowed for dependencies error from pip 10).