Skip to content

Commit

Permalink
Updates missing packages
Browse files Browse the repository at this point in the history
  • Loading branch information
catusphan committed Dec 17, 2024
1 parent 882e673 commit 977ff5c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 5 deletions.
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"beautifulsoup4>=4.11.1",
"iso-language-codes>=1.1.0",
"langcodes>=3.5.0",
"iso-language-codes==1.1.0",
"langcodes==3.5.0",
"lxml>=4.9.1",
"marisa-trie>=0.7.7",
"pinyin-jyutping-sentence>=1.3",
Expand Down
3 changes: 2 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ beautifulsoup4 >= 4.11.1
pinyin >= 0.4.0
pyglossary >= 4.6.1
pinyin_jyutping_sentence
langcodes
langcodes==3.5.0
iso-language-codes==1.1.0
4 changes: 2 additions & 2 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 977ff5c

Please sign in to comment.