13 lines
340 B
TOML
13 lines
340 B
TOML
[project]
|
|
name = "agebd-master"
|
|
version = "0.1.0"
|
|
description = "AGEBD-MASTER Service"
|
|
requires-python = ">=3.9"
|
|
dependencies = [
|
|
"agebd==1.2.0", # TODO: do we have a private pypi repository
|
|
]
|
|
|
|
# This tells uv where to look for 'agebd' during LOCAL dev work
|
|
[tool.uv.sources]
|
|
agebd = { path = "../../packages/agebd", editable = true }
|