blob: 2e891f3812510d774779f3db70a1e1bda59f1243 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
|
[project]
name = "multillm-openrouter"
version = "0.1.0"
description = "OpenRouter provider for multillm"
requires-python = ">=3.10"
dependencies = [
"multillm",
"openai>=1.0.0",
]
[tool.uv.sources]
multillm = { workspace = true }
[build-system]
requires = ["hatchling"]
build-backend = "hatchling.build"
[tool.hatch.build.targets.wheel]
packages = ["src/multillm_openrouter"]
|