astral-sh / rye

a Hassle-Free Python Experience
https://rye.astral.sh
MIT License
13.82k stars 467 forks source link

Supports local dependencies by path in monorepo #1179

Open boringplay opened 4 months ago

boringplay commented 4 months ago

Supports local dependencies by path in monorepo.

[project]
name = "demo"
version = "0.1.0"
dependencies = ["some_local_pkt=../../xxxx"]