feat: add setup
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
# only for config.py development
|
||||
[project]
|
||||
name = "beaver-agent"
|
||||
version = "0.1.0"
|
||||
requires-python = ">=3.13"
|
||||
dependencies = [
|
||||
"beaver-gateway[prod]",
|
||||
"raycast-api[discovery]",
|
||||
]
|
||||
|
||||
[tool.uv.sources]
|
||||
beaver-gateway = { git = "https://git.kotikot.com/beaver/beaver-gateway.git", branch = "main" }
|
||||
raycast-api = { git = "https://git.kotikot.com/beaver/raycast-api" }
|
||||
Reference in New Issue
Block a user