bossenti commented on PR #134: URL: https://github.com/apache/incubator-streampipes/pull/134#issuecomment-1307844131
> > @kulbachcedric do we also want to use/provide `requiremts.txt` and `requirements_test/dev.txt` files? Or work with e.g. `poetry` as a dependency manager? what do you think? > > I think using `requirements_*.txt` files is misleading as we want the package to be installable over pip. Unfortunately, I don't have any experience with poetry yet, but if I understand it correctly and if we write the tests for all python versions 3.8 upwards, poetry should be superfluous, right? 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? -- 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]
