Compare commits
1 commit
9f600e2b63
...
02693b10ca
Author | SHA1 | Date | |
---|---|---|---|
02693b10ca |
2 changed files with 5 additions and 5 deletions
|
@ -10,7 +10,7 @@ dependencies = [
|
|||
"aiosqlite==0.20.0",
|
||||
"beautifulsoup4==4.12.3",
|
||||
"colorthief==0.2.1",
|
||||
"markdownify==0.14.1",
|
||||
"markdownify==1.1.0",
|
||||
"numpy==2.2.2",
|
||||
"phx-class-registry==5.1.1",
|
||||
"pillow==10.4.0",
|
||||
|
|
8
uv.lock
generated
8
uv.lock
generated
|
@ -694,15 +694,15 @@ wheels = [
|
|||
|
||||
[[package]]
|
||||
name = "markdownify"
|
||||
version = "0.14.1"
|
||||
version = "1.1.0"
|
||||
source = { registry = "https://pypi.org/simple" }
|
||||
dependencies = [
|
||||
{ name = "beautifulsoup4" },
|
||||
{ name = "six" },
|
||||
]
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/1b/75/483a4bcca436fe88d02dc7686c372631d833848951b368700bdc0c770bb7/markdownify-0.14.1.tar.gz", hash = "sha256:a62a7a216947ed0b8dafb95b99b2ef4a0edd1e18d5653c656f68f03db2bfb2f1", size = 14332 }
|
||||
sdist = { url = "https://files.pythonhosted.org/packages/2f/78/c48fed23c7aebc2c16049062e72de1da3220c274de59d28c942acdc9ffb2/markdownify-1.1.0.tar.gz", hash = "sha256:449c0bbbf1401c5112379619524f33b63490a8fa479456d41de9dc9e37560ebd", size = 17127 }
|
||||
wheels = [
|
||||
{ url = "https://files.pythonhosted.org/packages/65/0b/74cec93a7b05edf4fc3ea1c899fe8a37f041d7b9d303c75abf7a162924e0/markdownify-0.14.1-py3-none-any.whl", hash = "sha256:4c46a6c0c12c6005ddcd49b45a5a890398b002ef51380cd319db62df5e09bc2a", size = 11530 },
|
||||
{ url = "https://files.pythonhosted.org/packages/64/11/b751af7ad41b254a802cf52f7bc1fca7cabe2388132f2ce60a1a6b9b9622/markdownify-1.1.0-py3-none-any.whl", hash = "sha256:32a5a08e9af02c8a6528942224c91b933b4bd2c7d078f9012943776fc313eeef", size = 13901 },
|
||||
]
|
||||
|
||||
[[package]]
|
||||
|
@ -1740,7 +1740,7 @@ requires-dist = [
|
|||
{ name = "aiosqlite", specifier = "==0.20.0" },
|
||||
{ name = "beautifulsoup4", specifier = "==4.12.3" },
|
||||
{ name = "colorthief", specifier = "==0.2.1" },
|
||||
{ name = "markdownify", specifier = "==0.14.1" },
|
||||
{ name = "markdownify", specifier = "==1.1.0" },
|
||||
{ name = "numpy", specifier = "==2.2.2" },
|
||||
{ name = "phx-class-registry", specifier = "==5.1.1" },
|
||||
{ name = "pillow", specifier = "==10.4.0" },
|
||||
|
|
Loading…
Add table
Reference in a new issue