You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
193 lines
9.2 KiB
193 lines
9.2 KiB
2 years ago
|
[[package]]
|
||
|
name = "cairocffi"
|
||
|
version = "1.3.0"
|
||
|
description = "cffi-based cairo bindings for Python"
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = ">=3.7"
|
||
|
|
||
|
[package.dependencies]
|
||
|
cffi = ">=1.1.0"
|
||
|
|
||
|
[package.extras]
|
||
|
doc = ["sphinx", "sphinx-rtd-theme"]
|
||
|
test = ["pytest-runner", "pytest-cov", "pytest-flake8", "pytest-isort"]
|
||
|
xcb = ["xcffib (>=0.3.2)"]
|
||
|
|
||
|
[[package]]
|
||
|
name = "cairosvg"
|
||
|
version = "2.5.2"
|
||
|
description = "A Simple SVG Converter based on Cairo"
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = ">=3.5"
|
||
|
|
||
|
[package.dependencies]
|
||
|
cairocffi = "*"
|
||
|
cssselect2 = "*"
|
||
|
defusedxml = "*"
|
||
|
pillow = "*"
|
||
|
tinycss2 = "*"
|
||
|
|
||
|
[package.extras]
|
||
|
doc = ["sphinx", "sphinx-rtd-theme"]
|
||
|
test = ["pytest-runner", "pytest-cov", "pytest-flake8", "pytest-isort"]
|
||
|
|
||
|
[[package]]
|
||
|
name = "cffi"
|
||
|
version = "1.15.1"
|
||
|
description = "Foreign Function Interface for Python calling C code."
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = "*"
|
||
|
|
||
|
[package.dependencies]
|
||
|
pycparser = "*"
|
||
|
|
||
|
[[package]]
|
||
|
name = "cssselect2"
|
||
|
version = "0.6.0"
|
||
|
description = "CSS selectors for Python ElementTree"
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = ">=3.7"
|
||
|
|
||
|
[package.dependencies]
|
||
|
tinycss2 = "*"
|
||
|
webencodings = "*"
|
||
|
|
||
|
[package.extras]
|
||
|
doc = ["sphinx", "sphinx-rtd-theme"]
|
||
|
test = ["pytest", "pytest-cov", "pytest-flake8", "pytest-isort", "coverage"]
|
||
|
|
||
|
[[package]]
|
||
|
name = "defusedxml"
|
||
|
version = "0.7.1"
|
||
|
description = "XML bomb protection for Python stdlib modules"
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
|
||
|
|
||
|
[[package]]
|
||
|
name = "pillow"
|
||
|
version = "9.2.0"
|
||
|
description = "Python Imaging Library (Fork)"
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = ">=3.7"
|
||
|
|
||
|
[package.extras]
|
||
|
docs = ["furo", "olefile", "sphinx (>=2.4)", "sphinx-copybutton", "sphinx-issues (>=3.0.1)", "sphinx-removed-in", "sphinxext-opengraph"]
|
||
|
tests = ["check-manifest", "coverage", "defusedxml", "markdown2", "olefile", "packaging", "pyroma", "pytest", "pytest-cov", "pytest-timeout"]
|
||
|
|
||
|
[[package]]
|
||
|
name = "pycparser"
|
||
|
version = "2.21"
|
||
|
description = "C parser in Python"
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
|
||
|
|
||
|
[[package]]
|
||
|
name = "pyyaml"
|
||
|
version = "6.0"
|
||
|
description = "YAML parser and emitter for Python"
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = ">=3.6"
|
||
|
|
||
|
[[package]]
|
||
|
name = "tinycss2"
|
||
|
version = "1.1.1"
|
||
|
description = "A tiny CSS parser"
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = ">=3.6"
|
||
|
|
||
|
[package.dependencies]
|
||
|
webencodings = ">=0.4"
|
||
|
|
||
|
[package.extras]
|
||
|
doc = ["sphinx", "sphinx-rtd-theme"]
|
||
|
test = ["pytest", "pytest-cov", "pytest-flake8", "pytest-isort", "coverage"]
|
||
|
|
||
|
[[package]]
|
||
|
name = "types-pyyaml"
|
||
|
version = "6.0.10"
|
||
|
description = "Typing stubs for PyYAML"
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = "*"
|
||
|
|
||
|
[[package]]
|
||
|
name = "webencodings"
|
||
|
version = "0.5.1"
|
||
|
description = "Character encoding aliases for legacy web content"
|
||
|
category = "main"
|
||
|
optional = false
|
||
|
python-versions = "*"
|
||
|
|
||
|
[metadata]
|
||
|
lock-version = "1.1"
|
||
|
python-versions = "^3.10"
|
||
|
content-hash = "be5030e81293f50767b18fd51d5f2d7a1ae190e96e4e42546e4645248219e100"
|
||
|
|
||
|
[metadata.files]
|
||
|
cairocffi = []
|
||
|
cairosvg = []
|
||
|
cffi = []
|
||
|
cssselect2 = []
|
||
|
defusedxml = [
|
||
|
{file = "defusedxml-0.7.1-py2.py3-none-any.whl", hash = "sha256:a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61"},
|
||
|
{file = "defusedxml-0.7.1.tar.gz", hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69"},
|
||
|
]
|
||
|
pillow = []
|
||
|
pycparser = [
|
||
|
{file = "pycparser-2.21-py2.py3-none-any.whl", hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9"},
|
||
|
{file = "pycparser-2.21.tar.gz", hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206"},
|
||
|
]
|
||
|
pyyaml = [
|
||
|
{file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl", hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53"},
|
||
|
{file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl", hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c"},
|
||
|
{file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc"},
|
||
|
{file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b"},
|
||
|
{file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5"},
|
||
|
{file = "PyYAML-6.0-cp310-cp310-win32.whl", hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513"},
|
||
|
{file = "PyYAML-6.0-cp310-cp310-win_amd64.whl", hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a"},
|
||
|
{file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86"},
|
||
|
{file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f"},
|
||
|
{file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92"},
|
||
|
{file = "PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:98c4d36e99714e55cfbaaee6dd5badbc9a1ec339ebfc3b1f52e293aee6bb71a4"},
|
||
|
{file = "PyYAML-6.0-cp36-cp36m-win32.whl", hash = "sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293"},
|
||
|
{file = "PyYAML-6.0-cp36-cp36m-win_amd64.whl", hash = "sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57"},
|
||
|
{file = "PyYAML-6.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c"},
|
||
|
{file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0"},
|
||
|
{file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4"},
|
||
|
{file = "PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:231710d57adfd809ef5d34183b8ed1eeae3f76459c18fb4a0b373ad56bedcdd9"},
|
||
|
{file = "PyYAML-6.0-cp37-cp37m-win32.whl", hash = "sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737"},
|
||
|
{file = "PyYAML-6.0-cp37-cp37m-win_amd64.whl", hash = "sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d"},
|
||
|
{file = "PyYAML-6.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b"},
|
||
|
{file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba"},
|
||
|
{file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34"},
|
||
|
{file = "PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287"},
|
||
|
{file = "PyYAML-6.0-cp38-cp38-win32.whl", hash = "sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78"},
|
||
|
{file = "PyYAML-6.0-cp38-cp38-win_amd64.whl", hash = "sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07"},
|
||
|
{file = "PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b"},
|
||
|
{file = "PyYAML-6.0-cp39-cp39-macosx_11_0_arm64.whl", hash = "sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174"},
|
||
|
{file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl", hash = "sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803"},
|
||
|
{file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl", hash = "sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3"},
|
||
|
{file = "PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl", hash = "sha256:40527857252b61eacd1d9af500c3337ba8deb8fc298940291486c465c8b46ec0"},
|
||
|
{file = "PyYAML-6.0-cp39-cp39-win32.whl", hash = "sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb"},
|
||
|
{file = "PyYAML-6.0-cp39-cp39-win_amd64.whl", hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c"},
|
||
|
{file = "PyYAML-6.0.tar.gz", hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2"},
|
||
|
]
|
||
|
tinycss2 = [
|
||
|
{file = "tinycss2-1.1.1-py3-none-any.whl", hash = "sha256:fe794ceaadfe3cf3e686b22155d0da5780dd0e273471a51846d0a02bc204fec8"},
|
||
|
{file = "tinycss2-1.1.1.tar.gz", hash = "sha256:b2e44dd8883c360c35dd0d1b5aad0b610e5156c2cb3b33434634e539ead9d8bf"},
|
||
|
]
|
||
|
types-pyyaml = []
|
||
|
webencodings = [
|
||
|
{file = "webencodings-0.5.1-py2.py3-none-any.whl", hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78"},
|
||
|
{file = "webencodings-0.5.1.tar.gz", hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923"},
|
||
|
]
|