little-dude / simple-ostinato

a wrapper for the ostinato python client
GNU General Public License v3.0
9 stars 9 forks source link

Dependency on a version of python-ostinato that isn't available on pypi #18

Open kfir-drivenets opened 7 years ago

kfir-drivenets commented 7 years ago

Currently the newest version of python-ostinato on pypi is 0.7 - https://pypi.python.org/pypi/python-ostinato/. Because of this it is impossible to use simple-ostinato when only using pip to install missing requirements.

Is it possible to support version 0.7 as well and/or add an explanation on how to install python-ostinato not via pypi?

Current requirements - https://github.com/little-dude/simple-ostinato/commit/f8fbf96d0af37dcb50761e2650de53d753c73229

pstavirs commented 7 years ago

@kfir-drivenets python-ostinato 0.8 is available from http://ostinato.org/downloads#python-api

vishal-yadav commented 7 years ago

So folks won't be able to use simple-ostinato 0.0.4 if they are using python-ostinato 0.7 Alternatively is it possible to backport https://github.com/little-dude/simple-ostinato/issues/15 to simple-ostinato 0.0.3 or python-ostinato 0.8 is also maintained on pypi