kopia lustrzana https://github.com/bellingcat/auto-archiver
Add likify deps
rodzic
a307d09e67
commit
40a95f7348
|
@ -1020,6 +1020,27 @@ files = [
|
||||||
[package.dependencies]
|
[package.dependencies]
|
||||||
attrs = ">=19.2.0"
|
attrs = ">=19.2.0"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "linkify-it-py"
|
||||||
|
version = "2.0.3"
|
||||||
|
description = "Links recognition library with FULL unicode support."
|
||||||
|
optional = false
|
||||||
|
python-versions = ">=3.7"
|
||||||
|
groups = ["docs"]
|
||||||
|
files = [
|
||||||
|
{file = "linkify-it-py-2.0.3.tar.gz", hash = "sha256:68cda27e162e9215c17d786649d1da0021a451bdc436ef9e0fa0ba5234b9b048"},
|
||||||
|
{file = "linkify_it_py-2.0.3-py3-none-any.whl", hash = "sha256:6bcbc417b0ac14323382aef5c5192c0075bf8a9d6b41820a2b66371eac6b6d79"},
|
||||||
|
]
|
||||||
|
|
||||||
|
[package.dependencies]
|
||||||
|
uc-micro-py = "*"
|
||||||
|
|
||||||
|
[package.extras]
|
||||||
|
benchmark = ["pytest", "pytest-benchmark"]
|
||||||
|
dev = ["black", "flake8", "isort", "pre-commit", "pyproject-flake8"]
|
||||||
|
doc = ["myst-parser", "sphinx", "sphinx-book-theme"]
|
||||||
|
test = ["coverage", "pytest", "pytest-cov"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "loguru"
|
name = "loguru"
|
||||||
version = "0.7.3"
|
version = "0.7.3"
|
||||||
|
@ -2777,6 +2798,21 @@ tzdata = {version = "*", markers = "platform_system == \"Windows\""}
|
||||||
[package.extras]
|
[package.extras]
|
||||||
devenv = ["check-manifest", "pytest (>=4.3)", "pytest-cov", "pytest-mock (>=3.3)", "zest.releaser"]
|
devenv = ["check-manifest", "pytest (>=4.3)", "pytest-cov", "pytest-mock (>=3.3)", "zest.releaser"]
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "uc-micro-py"
|
||||||
|
version = "1.0.3"
|
||||||
|
description = "Micro subset of unicode data files for linkify-it-py projects."
|
||||||
|
optional = false
|
||||||
|
python-versions = ">=3.7"
|
||||||
|
groups = ["docs"]
|
||||||
|
files = [
|
||||||
|
{file = "uc-micro-py-1.0.3.tar.gz", hash = "sha256:d321b92cff673ec58027c04015fcaa8bb1e005478643ff4a500882eaab88c48a"},
|
||||||
|
{file = "uc_micro_py-1.0.3-py3-none-any.whl", hash = "sha256:db1dffff340817673d7b466ec86114a9dc0e9d4d9b5ba229d9d60e5c12600cd5"},
|
||||||
|
]
|
||||||
|
|
||||||
|
[package.extras]
|
||||||
|
test = ["coverage", "pytest", "pytest-cov"]
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "uritemplate"
|
name = "uritemplate"
|
||||||
version = "4.1.1"
|
version = "4.1.1"
|
||||||
|
@ -3132,4 +3168,4 @@ test = ["pytest (>=8.1,<9.0)", "pytest-rerunfailures (>=14.0,<15.0)"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "2.1"
|
lock-version = "2.1"
|
||||||
python-versions = ">=3.10,<3.13"
|
python-versions = ">=3.10,<3.13"
|
||||||
content-hash = "432fe98be0e17791a047396646177cb8aaf6590c6d6247829664ed6fc1f84428"
|
content-hash = "c2503c982b9362c3757f39432cdaa8375b45e2d4a0497fa80c2b82a65d1eedf7"
|
||||||
|
|
|
@ -73,6 +73,7 @@ sphinx-autobuild = "^2024.10.3"
|
||||||
sphinx-copybutton = "^0.5.2"
|
sphinx-copybutton = "^0.5.2"
|
||||||
myst-parser = "^4.0.0"
|
myst-parser = "^4.0.0"
|
||||||
sphinx-book-theme = "^1.1.3"
|
sphinx-book-theme = "^1.1.3"
|
||||||
|
linkify-it-py = "^2.0.3"
|
||||||
|
|
||||||
|
|
||||||
[project.scripts]
|
[project.scripts]
|
||||||
|
|
Ładowanie…
Reference in New Issue