python-monorepo
python-monorepo copied to clipboard
monorepo sample using python and poetry
Results
2
python-monorepo issues
Sort by
recently updated
recently updated
newest added
Thaks for the great code example. the command to start example 2 API is > poetry run python api Hope this help someone
How do you manage relative paths in `pyproject.toml` when you dockerize the project? For example in project-one there is ``` lib-one = {path = "../../libs/lib-one"} ``` This of course makes...