JetBrains-Research / paddle

Young and dynamic build system for Python
MIT License
20 stars 6 forks source link

Support `git` and `path` dependencies #38

Open SmirnovOleg opened 1 year ago

SmirnovOleg commented 1 year ago

Sometimes, Paddle projects need to depend on external packages, which are nor distributed via PyPi repos - e.g., packages released on GitHub or locally supplied files.

Reference: https://python-poetry.org/docs/dependency-specification/#git-dependencies https://python-poetry.org/docs/dependency-specification/#path-dependencies