mirror of
https://github.com/kovidgoyal/calibre.git
synced 2025-12-27 23:45:15 +00:00
Fix incorrect dep migration
Some checks are pending
CI / Test on ${{ matrix.os }} (macos-latest) (push) Waiting to run
CI / Test on ${{ matrix.os }} (ubuntu-latest) (push) Waiting to run
CI / Test on ${{ matrix.os }} (windows-latest) (push) Waiting to run
CI / Test on Arch (push) Waiting to run
CodeQL / CodeQL-Build (actions, ubuntu-latest) (push) Waiting to run
CodeQL / CodeQL-Build (c, ubuntu-latest) (push) Waiting to run
CodeQL / CodeQL-Build (c, windows-latest) (push) Waiting to run
CodeQL / CodeQL-Build (python, ubuntu-latest) (push) Waiting to run
Transifex / Update translations on Transifex (push) Waiting to run
Some checks are pending
CI / Test on ${{ matrix.os }} (macos-latest) (push) Waiting to run
CI / Test on ${{ matrix.os }} (ubuntu-latest) (push) Waiting to run
CI / Test on ${{ matrix.os }} (windows-latest) (push) Waiting to run
CI / Test on Arch (push) Waiting to run
CodeQL / CodeQL-Build (actions, ubuntu-latest) (push) Waiting to run
CodeQL / CodeQL-Build (c, ubuntu-latest) (push) Waiting to run
CodeQL / CodeQL-Build (c, windows-latest) (push) Waiting to run
CodeQL / CodeQL-Build (python, ubuntu-latest) (push) Waiting to run
Transifex / Update translations on Transifex (push) Waiting to run
This commit is contained in:
parent
622c6eb09b
commit
93f2261eda
@ -221,6 +221,16 @@
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"name": "uchardet",
|
||||
"spdx": "Apache-2.0",
|
||||
"unix": {
|
||||
"filename": "uchardet-0.0.8.tar.xz",
|
||||
"hash": "sha256:e97a60cfc00a1c147a674b097bb1422abd9fa78a2d9ce3f3fdcc2e78a34ac5f0",
|
||||
"urls": ["https://www.freedesktop.org/software/uchardet/releases/{filename}"]
|
||||
}
|
||||
},
|
||||
|
||||
{
|
||||
"name": "icu 73-2",
|
||||
"spdx": "ICU",
|
||||
|
||||
@ -24,7 +24,6 @@ dependencies = [
|
||||
"beautifulsoup4 == 4.12.2",
|
||||
"regex == 2023.8.8",
|
||||
"chardet == 5.2.0",
|
||||
"uchardet == 0.0.8",
|
||||
"msgpack == 1.0.7",
|
||||
"Pygments == 2.16.1",
|
||||
"pycryptodome == 3.19.1",
|
||||
@ -43,7 +42,7 @@ dependencies = [
|
||||
"pybcj == 1.0.1",
|
||||
"inflate64 == 1.0.3",
|
||||
"py7zr == 1.0.0",
|
||||
"jaconv == 0.40",
|
||||
"jaconv == 0.4.0",
|
||||
"wrapt == 1.16.0",
|
||||
"Deprecated == 1.2.14",
|
||||
"pykakasi == 2.3.0",
|
||||
|
||||
Loading…
Reference in New Issue
Block a user