File size: 357 Bytes
d7ccb5f
 
 
 
 
 
 
a083285
204116f
d7ccb5f
 
 
a083285
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[project]
name = "lynxkite-lynxscribe"
version = "0.1.0"
description = "LynxKite operations for LynxScribe chat applications"
readme = "README.md"
requires-python = ">=3.11"
dependencies = [
    "lynxkite-core",
    "lynxscribe[openai] @ git+ssh://[email protected]/biggraph/lynxscribe@main",
]

[tool.uv.sources]
lynxkite-core = { path = "../lynxkite-core" }