add setup update

This commit is contained in:
2026-05-25 20:56:41 +08:00
parent f354936e8f
commit d5850ff555
5 changed files with 26 additions and 1 deletions

View File

@@ -4,5 +4,7 @@ Version: 0.1
License-File: LICENSE License-File: LICENSE
Requires-Dist: cedict-utils Requires-Dist: cedict-utils
Requires-Dist: pinyin-tone-converter Requires-Dist: pinyin-tone-converter
Requires-Dist: genanki
Requires-Dist: argostranslate
Dynamic: license-file Dynamic: license-file
Dynamic: requires-dist Dynamic: requires-dist

View File

@@ -1,2 +1,4 @@
cedict-utils cedict-utils
pinyin-tone-converter pinyin-tone-converter
genanki
argostranslate

View File

@@ -0,0 +1,20 @@
农村
优美
羡慕
污染
院子
要不
食品
绿色食品
到处
场所
理由
交通工具
速度
工厂
严重

Binary file not shown.

View File

@@ -7,6 +7,7 @@ setup(
install_requires=[ install_requires=[
"cedict-utils", "cedict-utils",
"pinyin-tone-converter", "pinyin-tone-converter",
# "genanki" "genanki",
"argostranslate",
], ],
) )