mirror of
https://github.com/Routstr/routstr-core.git
synced 2026-08-09 11:04:36 +00:00
18 lines
414 B
TOML
18 lines
414 B
TOML
[project]
|
|
name = "routstr"
|
|
version = "0.0.1"
|
|
description = "Payment proxy for your LLM endpoint using cashu and nostr."
|
|
readme = "README.md"
|
|
requires-python = ">=3.11"
|
|
dependencies = [
|
|
"aiosqlite>=0.20",
|
|
"cashu>=0.16",
|
|
"fastapi[standard]>=0.115",
|
|
"sqlmodel>=0.0.24",
|
|
"marshmallow<4.0",
|
|
"httpx[socks]>=0.25.2",
|
|
]
|
|
|
|
[dependency-groups]
|
|
dev = ["mypy>=1.15.0", "ruff>=0.11.6", "openai>=1.76.0"]
|