mirror of
https://github.com/xxnuo/MTranServer.git
synced 2026-09-03 06:35:20 +08:00
10 lines
180 B
TOML
10 lines
180 B
TOML
[project]
|
|
name = "mtranserver"
|
|
version = "3.1.14"
|
|
description = "Add your description here"
|
|
readme = "README.md"
|
|
requires-python = ">=3.12"
|
|
dependencies = [
|
|
"httpx>=0.28.1",
|
|
]
|