This commit is contained in:
yumoqing 2026-01-06 14:15:41 +08:00
parent 431ac76a31
commit 77c2971b2c

View File

@ -8,7 +8,14 @@ version = "0.1.0"
description = "a language utils module"
authors = [{name = "Yu Moqing", email = "yumoqing@gmail.com"}]
license = {text = "MIT"}
dependencies = ["fasttext", "ahserver", "sqlor", "appPublic"]
# 已经在这里定义了依赖,不需要在后面重复
dependencies = [
"fasttext",
"ahserver",
"sqlor",
"appPublic"
]
requires-python = ">=3.8"
[tool.setuptools.packages.find]
where = ["."]
@ -19,11 +26,3 @@ include-package-data = true
[tool.setuptools.package-data]
checklang = ["lid.176.ftz"]
[options]
requires_python = ">=3.8"
install_requires =
fasttext
apppublic
sqlor
ahserver