If Python package is placed in non-root directory of Git repo -- how to poetry add
it correctly?
#5006
Labels
status/duplicate
Duplicate issues
Hi folks!
I want to add a fresh version of feast package from git (
#master
branch) via Poetry.https://github.com/feast-dev/feast -- here is it, the python package is places in non-root directory: https://github.com/feast-dev/feast/tree/master/sdk/python
What should I do to
poetry add
it correctly as a dependency to my project?Poetry docs don't tell anything about it...
The text was updated successfully, but these errors were encountered: