RobertIndie commented on PR #134: URL: https://github.com/apache/incubator-streampipes/pull/134#issuecomment-1308781085
> > Yes, I fully agree with this part `as we want the package to be installable over pip` but in my point of my we still need a way to easily set up your local python environment. Do I miss anything here? From my current understanding one would need to install all requirements defined in the `setup.py` by hand or is there any common way I don't know so far? @bossenti We can define all required dependencies in the `setup.py` and then it will install them automatically when we run the `setup.py`. In this way, we don't need `requirements.txt` anymore. For more information, you can refer here: https://setuptools.pypa.io/en/latest/userguide/dependency_management.html#declaring-required-dependency -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
