2024-04-15 17:03:24 +03:00
# This file is automatically @generated by Poetry 1.4.2 and should not be changed by hand.
2023-08-15 21:40:18 +03:00
[ [ package ] ]
name = "annotated-types"
2023-10-24 20:17:03 +03:00
version = "0.6.0"
2023-08-15 21:40:18 +03:00
description = "Reusable constraint types to use with typing.Annotated"
2024-04-15 17:03:24 +03:00
category = "main"
2023-08-15 21:40:18 +03:00
optional = false
2023-10-24 20:17:03 +03:00
python-versions = ">=3.8"
2023-08-15 21:40:18 +03:00
files = [
2023-10-24 20:17:03 +03:00
{ file = "annotated_types-0.6.0-py3-none-any.whl" , hash = "sha256:0641064de18ba7a25dee8f96403ebc39113d0cb953a01429249d5c7564666a43" } ,
{ file = "annotated_types-0.6.0.tar.gz" , hash = "sha256:563339e807e53ffd9c267e99fc6d9ea23eb8443c08f112651963e24e22f84a5d" } ,
2023-08-15 21:40:18 +03:00
]
2023-01-18 18:32:46 +02:00
2023-11-28 16:21:06 +02:00
[ [ package ] ]
name = "anyio"
2024-02-20 22:37:44 +02:00
version = "4.3.0"
2023-11-28 16:21:06 +02:00
description = "High level compatibility layer for multiple asynchronous event loop implementations"
2024-04-15 17:03:24 +03:00
category = "main"
2023-11-28 16:21:06 +02:00
optional = false
python-versions = ">=3.8"
files = [
2024-02-20 22:37:44 +02:00
{ file = "anyio-4.3.0-py3-none-any.whl" , hash = "sha256:048e05d0f6caeed70d731f3db756d35dcc1f35747c8c403364a8332c630441b8" } ,
{ file = "anyio-4.3.0.tar.gz" , hash = "sha256:f75253795a87df48568485fd18cdd2a3fa5c4f7c5be8e5e36637733fce06fed6" } ,
2023-11-28 16:21:06 +02:00
]
[ package . dependencies ]
exceptiongroup = { version = ">=1.0.2" , markers = "python_version < \"3.11\"" }
idna = ">=2.8"
sniffio = ">=1.1"
2024-01-15 22:12:00 +02:00
typing-extensions = { version = ">=4.1" , markers = "python_version < \"3.11\"" }
2023-11-28 16:21:06 +02:00
[ package . extras ]
doc = [ "Sphinx (>=7)" , "packaging" , "sphinx-autodoc-typehints (>=1.2.0)" , "sphinx-rtd-theme" ]
test = [ "anyio[trio]" , "coverage[toml] (>=7)" , "exceptiongroup (>=1.2.0)" , "hypothesis (>=4.0)" , "psutil (>=5.9)" , "pytest (>=7.0)" , "pytest-mock (>=3.6.1)" , "trustme" , "uvloop (>=0.17)" ]
trio = [ "trio (>=0.23)" ]
2021-08-18 08:21:22 -05:00
[ [ package ] ]
name = "asgiref"
2024-03-26 21:07:25 +02:00
version = "3.8.1"
2021-08-18 08:21:22 -05:00
description = "ASGI specs, helper code, and adapters"
2024-04-15 17:03:24 +03:00
category = "main"
2021-08-18 08:21:22 -05:00
optional = false
2024-03-26 21:07:25 +02:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-03-26 21:07:25 +02:00
{ file = "asgiref-3.8.1-py3-none-any.whl" , hash = "sha256:3e1e3ecc849832fe52ccf2cb6686b7a55f82bb1d6aee72a58826471390335e47" } ,
{ file = "asgiref-3.8.1.tar.gz" , hash = "sha256:c343bd80a0bec947a9860adb4c432ffa7db769836c64238fc34bdc3fec84d590" } ,
2023-01-18 18:32:46 +02:00
]
2021-08-18 08:21:22 -05:00
2023-06-20 03:26:06 +03:00
[ package . dependencies ]
typing-extensions = { version = ">=4" , markers = "python_version < \"3.11\"" }
2021-08-18 08:21:22 -05:00
[ package . extras ]
2023-01-18 18:32:46 +02:00
tests = [ "mypy (>=0.800)" , "pytest" , "pytest-asyncio" ]
2021-08-18 08:21:22 -05:00
2022-01-11 08:56:47 -06:00
[ [ package ] ]
name = "asn1crypto"
2022-04-12 16:39:19 -04:00
version = "1.5.1"
2022-01-11 08:56:47 -06:00
description = "Fast ASN.1 parser and serializer with definitions for private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X.509 and TSP"
2024-04-15 17:03:24 +03:00
category = "main"
2022-01-11 08:56:47 -06:00
optional = false
python-versions = "*"
2023-01-18 18:32:46 +02:00
files = [
{ file = "asn1crypto-1.5.1-py2.py3-none-any.whl" , hash = "sha256:db4e40728b728508912cbb3d44f19ce188f218e9eba635821bb4b68564f8fd67" } ,
{ file = "asn1crypto-1.5.1.tar.gz" , hash = "sha256:13ae38502be632115abf8a24cbe5f4da52e3b5231990aff31123c805306ccb9c" } ,
]
2022-01-11 08:56:47 -06:00
2023-09-13 04:54:04 +03:00
[ [ package ] ]
name = "async-timeout"
version = "4.0.3"
description = "Timeout context manager for asyncio programs"
2024-04-15 17:03:24 +03:00
category = "main"
2023-09-13 04:54:04 +03:00
optional = false
python-versions = ">=3.7"
files = [
{ file = "async-timeout-4.0.3.tar.gz" , hash = "sha256:4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f" } ,
{ file = "async_timeout-4.0.3-py3-none-any.whl" , hash = "sha256:7405140ff1230c310e51dc27b3145b9092d659ce68ff733fb0cefe3ee42be028" } ,
]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "attrs"
2024-01-15 22:12:00 +02:00
version = "23.2.0"
2021-07-10 10:12:35 -05:00
description = "Classes Without Boilerplate"
2024-04-15 17:03:24 +03:00
category = "dev"
2021-07-10 10:12:35 -05:00
optional = false
2023-05-16 21:04:05 +03:00
python-versions = ">=3.7"
2023-01-18 18:32:46 +02:00
files = [
2024-01-15 22:12:00 +02:00
{ file = "attrs-23.2.0-py3-none-any.whl" , hash = "sha256:99b87a485a5820b23b879f04c2305b44b951b502fd64be915879d77a7e8fc6f1" } ,
{ file = "attrs-23.2.0.tar.gz" , hash = "sha256:935dc3b529c262f6cf76e50877d35a4bd3c1de194fd41f47a2b7ae8f19971f30" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . extras ]
2023-05-16 21:04:05 +03:00
cov = [ "attrs[tests]" , "coverage[toml] (>=5.3)" ]
2024-01-15 22:12:00 +02:00
dev = [ "attrs[tests]" , "pre-commit" ]
2023-05-16 21:04:05 +03:00
docs = [ "furo" , "myst-parser" , "sphinx" , "sphinx-notfound-page" , "sphinxcontrib-towncrier" , "towncrier" , "zope-interface" ]
tests = [ "attrs[tests-no-zope]" , "zope-interface" ]
2024-01-15 22:12:00 +02:00
tests-mypy = [ "mypy (>=1.6)" , "pytest-mypy-plugins" ]
tests-no-zope = [ "attrs[tests-mypy]" , "cloudpickle" , "hypothesis" , "pympler" , "pytest (>=4.3.0)" , "pytest-xdist[psutil]" ]
2021-08-18 08:21:22 -05:00
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "black"
2023-06-20 03:26:06 +03:00
version = "22.12.0"
2021-07-10 10:12:35 -05:00
description = "The uncompromising code formatter."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2022-10-11 15:45:07 +03:00
python-versions = ">=3.7"
2023-01-18 18:32:46 +02:00
files = [
2023-06-20 03:26:06 +03:00
{ file = "black-22.12.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9eedd20838bd5d75b80c9f5487dbcb06836a43833a37846cf1d8c1cc01cef59d" } ,
{ file = "black-22.12.0-cp310-cp310-win_amd64.whl" , hash = "sha256:159a46a4947f73387b4d83e87ea006dbb2337eab6c879620a3ba52699b1f4351" } ,
{ file = "black-22.12.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d30b212bffeb1e252b31dd269dfae69dd17e06d92b87ad26e23890f3efea366f" } ,
{ file = "black-22.12.0-cp311-cp311-win_amd64.whl" , hash = "sha256:7412e75863aa5c5411886804678b7d083c7c28421210180d67dfd8cf1221e1f4" } ,
{ file = "black-22.12.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c116eed0efb9ff870ded8b62fe9f28dd61ef6e9ddd28d83d7d264a38417dcee2" } ,
{ file = "black-22.12.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:1f58cbe16dfe8c12b7434e50ff889fa479072096d79f0a7f25e4ab8e94cd8350" } ,
{ file = "black-22.12.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:77d86c9f3db9b1bf6761244bc0b3572a546f5fe37917a044e02f3166d5aafa7d" } ,
{ file = "black-22.12.0-cp38-cp38-win_amd64.whl" , hash = "sha256:82d9fe8fee3401e02e79767016b4907820a7dc28d70d137eb397b92ef3cc5bfc" } ,
{ file = "black-22.12.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:101c69b23df9b44247bd88e1d7e90154336ac4992502d4197bdac35dd7ee3320" } ,
{ file = "black-22.12.0-cp39-cp39-win_amd64.whl" , hash = "sha256:559c7a1ba9a006226f09e4916060982fd27334ae1998e7a38b3f33a37f7a2148" } ,
{ file = "black-22.12.0-py3-none-any.whl" , hash = "sha256:436cc9167dd28040ad90d3b404aec22cedf24a6e4d7de221bec2730ec0c97bcf" } ,
{ file = "black-22.12.0.tar.gz" , hash = "sha256:229351e5a18ca30f447bf724d007f890f97e13af070bb6ad4c0a441cd7596a2f" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2022-02-08 13:14:27 -06:00
click = ">=8.0.0"
2021-07-10 10:12:35 -05:00
mypy-extensions = ">=0.4.3"
2022-02-08 13:14:27 -06:00
pathspec = ">=0.9.0"
2021-09-14 08:59:09 -05:00
platformdirs = ">=2"
2023-06-20 03:26:06 +03:00
tomli = { version = ">=1.1.0" , markers = "python_full_version < \"3.11.0a7\"" }
2022-02-08 13:14:27 -06:00
typing-extensions = { version = ">=3.10.0.0" , markers = "python_version < \"3.10\"" }
2021-07-10 10:12:35 -05:00
[ package . extras ]
colorama = [ "colorama (>=0.4.3)" ]
2021-11-09 09:47:38 -06:00
d = [ "aiohttp (>=3.7.4)" ]
2021-09-14 08:59:09 -05:00
jupyter = [ "ipython (>=7.8.0)" , "tokenize-rt (>=3.2.0)" ]
2021-07-10 10:12:35 -05:00
uvloop = [ "uvloop (>=0.15.2)" ]
[ [ package ] ]
name = "bleach"
2023-10-24 20:17:03 +03:00
version = "6.1.0"
2021-07-10 10:12:35 -05:00
description = "An easy safelist-based HTML-sanitizing tool."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2023-10-24 20:17:03 +03:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2023-10-24 20:17:03 +03:00
{ file = "bleach-6.1.0-py3-none-any.whl" , hash = "sha256:3225f354cfc436b9789c66c4ee030194bee0568fbf9cbdad3bc8b5c26c5f12b6" } ,
{ file = "bleach-6.1.0.tar.gz" , hash = "sha256:0a31f1837963c41d46bbf1331b8778e1308ea0791db03cc4e7357b97cf42a8fe" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
six = ">=1.9.0"
webencodings = "*"
2022-04-12 16:39:19 -04:00
[ package . extras ]
2023-10-24 20:17:03 +03:00
css = [ "tinycss2 (>=1.1.0,<1.3)" ]
2022-04-12 16:39:19 -04:00
2022-01-11 08:56:47 -06:00
[ [ package ] ]
name = "cbor2"
2024-03-13 00:33:46 +02:00
version = "5.6.2"
2022-05-10 16:56:30 +03:00
description = "CBOR (de)serializer with extensive tag support"
2024-04-15 17:03:24 +03:00
category = "main"
2022-01-11 08:56:47 -06:00
optional = false
2023-10-24 20:17:03 +03:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-03-13 00:33:46 +02:00
{ file = "cbor2-5.6.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:516b8390936bb172ff18d7b609a452eaa51991513628949b0a9bf25cbe5a7129" } ,
{ file = "cbor2-5.6.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:1b8b504b590367a51fe8c0d9b8cb458a614d782d37b24483097e2b1e93ed0fff" } ,
{ file = "cbor2-5.6.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4f687e6731b1198811223576800258a712ddbfdcfa86c0aee2cc8269193e6b96" } ,
{ file = "cbor2-5.6.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9e94043d99fe779f62a15a5e156768588a2a7047bb3a127fa312ac1135ff5ecb" } ,
{ file = "cbor2-5.6.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:8af7162fcf7aa2649f02563bdb18b2fa6478b751eee4df0257bffe19ea8f107a" } ,
{ file = "cbor2-5.6.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:ea7ecd81c5c6e02c2635973f52a0dd1e19c0bf5ef51f813d8cd5e3e7ed072726" } ,
{ file = "cbor2-5.6.2-cp310-cp310-win_amd64.whl" , hash = "sha256:3c7f223f1fedc74d33f363d184cb2bab9e4bdf24998f73b5e3bef366d6c41628" } ,
{ file = "cbor2-5.6.2-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:7ea9e150029c3976c46ee9870b6dcdb0a5baae21008fe3290564886b11aa2b64" } ,
{ file = "cbor2-5.6.2-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:922e06710e5cf6f56b82b0b90d2f356aa229b99e570994534206985f675fd307" } ,
{ file = "cbor2-5.6.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b01a718e083e6de8b43296c3ccdb3aa8af6641f6bbb3ea1700427c6af73db28a" } ,
{ file = "cbor2-5.6.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ac85eb731c524d148f608b9bdb2069fa79e374a10ed5d10a2405eba9a6561e60" } ,
{ file = "cbor2-5.6.2-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:03e5b68867b9d89ff2abd14ef7c6d42fbd991adc3e734a19a294935f22a4d05a" } ,
{ file = "cbor2-5.6.2-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:7221b83000ee01d674572eec1d1caa366eac109d1d32c14d7af9a4aaaf496563" } ,
{ file = "cbor2-5.6.2-cp311-cp311-win_amd64.whl" , hash = "sha256:9aca73b63bdc6561e1a0d38618e78b9c204c942260d51e663c92c4ba6c961684" } ,
{ file = "cbor2-5.6.2-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:377cfe9d5560c682486faef6d856226abf8b2801d95fa29d4e5d75b1615eb091" } ,
{ file = "cbor2-5.6.2-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:fdc564ef2e9228bcd96ec8c6cdaa431a48ab03b3fb8326ead4b3f986330e5b9e" } ,
{ file = "cbor2-5.6.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8d1c0021d9a1f673066de7c8941f71a59abb11909cc355892dda01e79a2b3045" } ,
{ file = "cbor2-5.6.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1fde9e704e96751e0729cc58b912d0e77c34387fb6bcceea0817069e8683df45" } ,
{ file = "cbor2-5.6.2-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:30e9ba8f4896726ca61869efacda50b6859aff92162ae5a0e192859664f36c81" } ,
{ file = "cbor2-5.6.2-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:211a1e18e65ac71e04434ff5b58bde5c53f85b9c5bc92a3c0e2265089d3034f3" } ,
{ file = "cbor2-5.6.2-cp312-cp312-win_amd64.whl" , hash = "sha256:94981277b4bf448a2754c1f34a9d0055a9d1c5a8d102c933ffe95c80f1085bae" } ,
{ file = "cbor2-5.6.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:f70db0ebcf005c25408e8d5cc4b9558c899f13a3e2f8281fa3d3be4894e0e821" } ,
{ file = "cbor2-5.6.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:22c24fe9ef1696a84b8fd80ff66eb0e5234505d8b9a9711fc6db57bce10771f3" } ,
{ file = "cbor2-5.6.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3a4a3420f80d6b942874d66eaad07658066370df994ddee4125b48b2cbc61ece" } ,
{ file = "cbor2-5.6.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5b28d8ff0e726224a7429281700c28afe0e665f83f9ae79648cbae3f1a391cbf" } ,
{ file = "cbor2-5.6.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:c10ede9462458998f1b9c488e25fe3763aa2491119b7af472b72bf538d789e24" } ,
{ file = "cbor2-5.6.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:ea686dfb5e54d690e704ce04993bc8ca0052a7cd2d4b13dd333a41cca8a05a05" } ,
{ file = "cbor2-5.6.2-cp38-cp38-win_amd64.whl" , hash = "sha256:22996159b491d545ecfd489392d3c71e5d0afb9a202dfc0edc8b2cf413a58326" } ,
{ file = "cbor2-5.6.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:9faa0712d414a88cc1244c78cd4b28fced44f1827dbd8c1649e3c40588aa670f" } ,
{ file = "cbor2-5.6.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:6031a284d93fc953fc2a2918f261c4f5100905bd064ca3b46961643e7312a828" } ,
{ file = "cbor2-5.6.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f30c8a9a9df79f26e72d8d5fa51ef08eb250d9869a711bcf9539f1865916c983" } ,
{ file = "cbor2-5.6.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:44bf7457fca23209e14dab8181dff82466a83b72e55b444dbbfe90fa67659492" } ,
{ file = "cbor2-5.6.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:cc29c068687aa2e7778f63b653f1346065b858427a2555df4dc2191f4a0de8ce" } ,
{ file = "cbor2-5.6.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:42eaf0f768bd27afcb38135d5bfc361d3a157f1f5c7dddcd8d391f7fa43d9de8" } ,
{ file = "cbor2-5.6.2-cp39-cp39-win_amd64.whl" , hash = "sha256:8839b73befa010358477736680657b9d08c1ed935fd973decb1909712a41afdc" } ,
{ file = "cbor2-5.6.2-py3-none-any.whl" , hash = "sha256:c0b53a65673550fde483724ff683753f49462d392d45d7b6576364b39e76e54c" } ,
{ file = "cbor2-5.6.2.tar.gz" , hash = "sha256:b7513c2dea8868991fad7ef8899890ebcf8b199b9b4461c3c11d7ad3aef4820d" } ,
2023-10-24 20:17:03 +03:00
]
[ package . extras ]
benchmarks = [ "pytest-benchmark (==4.0.0)" ]
doc = [ "Sphinx (>=7)" , "packaging" , "sphinx-autodoc-typehints (>=1.2.0)" , "sphinx-rtd-theme (>=1.3.0)" , "typing-extensions" ]
test = [ "coverage (>=7)" , "hypothesis" , "pytest" ]
2022-01-11 08:56:47 -06:00
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "certifi"
2024-02-20 22:37:44 +02:00
version = "2024.2.2"
2021-07-10 10:12:35 -05:00
description = "Python package for providing Mozilla's CA Bundle."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2022-06-15 15:23:26 +03:00
python-versions = ">=3.6"
2023-01-18 18:32:46 +02:00
files = [
2024-02-20 22:37:44 +02:00
{ file = "certifi-2024.2.2-py3-none-any.whl" , hash = "sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1" } ,
{ file = "certifi-2024.2.2.tar.gz" , hash = "sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "cffi"
2023-10-24 20:17:03 +03:00
version = "1.16.0"
2021-07-10 10:12:35 -05:00
description = "Foreign Function Interface for Python calling C code."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2023-10-24 20:17:03 +03:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2023-10-24 20:17:03 +03:00
{ file = "cffi-1.16.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:6b3d6606d369fc1da4fd8c357d026317fbb9c9b75d36dc16e90e84c26854b088" } ,
{ file = "cffi-1.16.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:ac0f5edd2360eea2f1daa9e26a41db02dd4b0451b48f7c318e217ee092a213e9" } ,
{ file = "cffi-1.16.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7e61e3e4fa664a8588aa25c883eab612a188c725755afff6289454d6362b9673" } ,
{ file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a72e8961a86d19bdb45851d8f1f08b041ea37d2bd8d4fd19903bc3083d80c896" } ,
{ file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5b50bf3f55561dac5438f8e70bfcdfd74543fd60df5fa5f62d94e5867deca684" } ,
{ file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:7651c50c8c5ef7bdb41108b7b8c5a83013bfaa8a935590c5d74627c047a583c7" } ,
{ file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e4108df7fe9b707191e55f33efbcb2d81928e10cea45527879a4749cbe472614" } ,
{ file = "cffi-1.16.0-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:32c68ef735dbe5857c810328cb2481e24722a59a2003018885514d4c09af9743" } ,
{ file = "cffi-1.16.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:673739cb539f8cdaa07d92d02efa93c9ccf87e345b9a0b556e3ecc666718468d" } ,
{ file = "cffi-1.16.0-cp310-cp310-win32.whl" , hash = "sha256:9f90389693731ff1f659e55c7d1640e2ec43ff725cc61b04b2f9c6d8d017df6a" } ,
{ file = "cffi-1.16.0-cp310-cp310-win_amd64.whl" , hash = "sha256:e6024675e67af929088fda399b2094574609396b1decb609c55fa58b028a32a1" } ,
{ file = "cffi-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:b84834d0cf97e7d27dd5b7f3aca7b6e9263c56308ab9dc8aae9784abb774d404" } ,
{ file = "cffi-1.16.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:1b8ebc27c014c59692bb2664c7d13ce7a6e9a629be20e54e7271fa696ff2b417" } ,
{ file = "cffi-1.16.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ee07e47c12890ef248766a6e55bd38ebfb2bb8edd4142d56db91b21ea68b7627" } ,
{ file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d8a9d3ebe49f084ad71f9269834ceccbf398253c9fac910c4fd7053ff1386936" } ,
{ file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e70f54f1796669ef691ca07d046cd81a29cb4deb1e5f942003f401c0c4a2695d" } ,
{ file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:5bf44d66cdf9e893637896c7faa22298baebcd18d1ddb6d2626a6e39793a1d56" } ,
{ file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7b78010e7b97fef4bee1e896df8a4bbb6712b7f05b7ef630f9d1da00f6444d2e" } ,
{ file = "cffi-1.16.0-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:c6a164aa47843fb1b01e941d385aab7215563bb8816d80ff3a363a9f8448a8dc" } ,
{ file = "cffi-1.16.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:e09f3ff613345df5e8c3667da1d918f9149bd623cd9070c983c013792a9a62eb" } ,
{ file = "cffi-1.16.0-cp311-cp311-win32.whl" , hash = "sha256:2c56b361916f390cd758a57f2e16233eb4f64bcbeee88a4881ea90fca14dc6ab" } ,
{ file = "cffi-1.16.0-cp311-cp311-win_amd64.whl" , hash = "sha256:db8e577c19c0fda0beb7e0d4e09e0ba74b1e4c092e0e40bfa12fe05b6f6d75ba" } ,
{ file = "cffi-1.16.0-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:fa3a0128b152627161ce47201262d3140edb5a5c3da88d73a1b790a959126956" } ,
{ file = "cffi-1.16.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:68e7c44931cc171c54ccb702482e9fc723192e88d25a0e133edd7aff8fcd1f6e" } ,
{ file = "cffi-1.16.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:abd808f9c129ba2beda4cfc53bde801e5bcf9d6e0f22f095e45327c038bfe68e" } ,
{ file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:88e2b3c14bdb32e440be531ade29d3c50a1a59cd4e51b1dd8b0865c54ea5d2e2" } ,
{ file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:fcc8eb6d5902bb1cf6dc4f187ee3ea80a1eba0a89aba40a5cb20a5087d961357" } ,
{ file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b7be2d771cdba2942e13215c4e340bfd76398e9227ad10402a8767ab1865d2e6" } ,
{ file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e715596e683d2ce000574bae5d07bd522c781a822866c20495e52520564f0969" } ,
{ file = "cffi-1.16.0-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:2d92b25dbf6cae33f65005baf472d2c245c050b1ce709cc4588cdcdd5495b520" } ,
{ file = "cffi-1.16.0-cp312-cp312-win32.whl" , hash = "sha256:b2ca4e77f9f47c55c194982e10f058db063937845bb2b7a86c84a6cfe0aefa8b" } ,
{ file = "cffi-1.16.0-cp312-cp312-win_amd64.whl" , hash = "sha256:68678abf380b42ce21a5f2abde8efee05c114c2fdb2e9eef2efdb0257fba1235" } ,
{ file = "cffi-1.16.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0c9ef6ff37e974b73c25eecc13952c55bceed9112be2d9d938ded8e856138bcc" } ,
{ file = "cffi-1.16.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a09582f178759ee8128d9270cd1344154fd473bb77d94ce0aeb2a93ebf0feaf0" } ,
{ file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e760191dd42581e023a68b758769e2da259b5d52e3103c6060ddc02c9edb8d7b" } ,
{ file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:80876338e19c951fdfed6198e70bc88f1c9758b94578d5a7c4c91a87af3cf31c" } ,
{ file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a6a14b17d7e17fa0d207ac08642c8820f84f25ce17a442fd15e27ea18d67c59b" } ,
{ file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6602bc8dc6f3a9e02b6c22c4fc1e47aa50f8f8e6d3f78a5e16ac33ef5fefa324" } ,
{ file = "cffi-1.16.0-cp38-cp38-win32.whl" , hash = "sha256:131fd094d1065b19540c3d72594260f118b231090295d8c34e19a7bbcf2e860a" } ,
{ file = "cffi-1.16.0-cp38-cp38-win_amd64.whl" , hash = "sha256:31d13b0f99e0836b7ff893d37af07366ebc90b678b6664c955b54561fc36ef36" } ,
{ file = "cffi-1.16.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:582215a0e9adbe0e379761260553ba11c58943e4bbe9c36430c4ca6ac74b15ed" } ,
{ file = "cffi-1.16.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:b29ebffcf550f9da55bec9e02ad430c992a87e5f512cd63388abb76f1036d8d2" } ,
{ file = "cffi-1.16.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:dc9b18bf40cc75f66f40a7379f6a9513244fe33c0e8aa72e2d56b0196a7ef872" } ,
{ file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9cb4a35b3642fc5c005a6755a5d17c6c8b6bcb6981baf81cea8bfbc8903e8ba8" } ,
{ file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:b86851a328eedc692acf81fb05444bdf1891747c25af7529e39ddafaf68a4f3f" } ,
{ file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c0f31130ebc2d37cdd8e44605fb5fa7ad59049298b3f745c74fa74c62fbfcfc4" } ,
{ file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8f8e709127c6c77446a8c0a8c8bf3c8ee706a06cd44b1e827c3e6a2ee6b8c098" } ,
{ file = "cffi-1.16.0-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:748dcd1e3d3d7cd5443ef03ce8685043294ad6bd7c02a38d1bd367cfd968e000" } ,
{ file = "cffi-1.16.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:8895613bcc094d4a1b2dbe179d88d7fb4a15cee43c052e8885783fac397d91fe" } ,
{ file = "cffi-1.16.0-cp39-cp39-win32.whl" , hash = "sha256:ed86a35631f7bfbb28e108dd96773b9d5a6ce4811cf6ea468bb6a359b256b1e4" } ,
{ file = "cffi-1.16.0-cp39-cp39-win_amd64.whl" , hash = "sha256:3686dffb02459559c74dd3d81748269ffb0eb027c39a6fc99502de37d501faa8" } ,
{ file = "cffi-1.16.0.tar.gz" , hash = "sha256:bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
pycparser = "*"
[ [ package ] ]
name = "cfgv"
2023-08-15 21:40:18 +03:00
version = "3.4.0"
2021-07-10 10:12:35 -05:00
description = "Validate configuration and produce human readable error messages."
2024-04-15 17:03:24 +03:00
category = "dev"
2021-07-10 10:12:35 -05:00
optional = false
2023-08-15 21:40:18 +03:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2023-08-15 21:40:18 +03:00
{ file = "cfgv-3.4.0-py2.py3-none-any.whl" , hash = "sha256:b7265b1f29fd3316bfcd2b330d63d024f2bfd8bcb8b0272f8e19a504856c48f9" } ,
{ file = "cfgv-3.4.0.tar.gz" , hash = "sha256:e52591d4c5f5dead8e0f673fb16db7949d2cfb3f7da4582893288f0ded8fe560" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
2021-08-18 08:21:22 -05:00
name = "charset-normalizer"
2023-11-28 16:21:06 +02:00
version = "3.3.2"
2021-08-18 08:21:22 -05:00
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2023-03-13 20:22:22 +02:00
python-versions = ">=3.7.0"
2023-01-18 18:32:46 +02:00
files = [
2023-11-28 16:21:06 +02:00
{ file = "charset-normalizer-3.3.2.tar.gz" , hash = "sha256:f30c3cb33b24454a82faecaf01b19c18562b1e89558fb6c56de4d9118a032fd5" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:25baf083bf6f6b341f4121c2f3c548875ee6f5339300e08be3f2b2ba1721cdd3" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:06435b539f889b1f6f4ac1758871aae42dc3a8c0e24ac9e60c2384973ad73027" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:9063e24fdb1e498ab71cb7419e24622516c4a04476b17a2dab57e8baa30d6e03" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6897af51655e3691ff853668779c7bad41579facacf5fd7253b0133308cf000d" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:1d3193f4a680c64b4b6a9115943538edb896edc190f0b222e73761716519268e" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:cd70574b12bb8a4d2aaa0094515df2463cb429d8536cfb6c7ce983246983e5a6" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8465322196c8b4d7ab6d1e049e4c5cb460d0394da4a27d23cc242fbf0034b6b5" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a9a8e9031d613fd2009c182b69c7b2c1ef8239a0efb1df3f7c8da66d5dd3d537" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:beb58fe5cdb101e3a055192ac291b7a21e3b7ef4f67fa1d74e331a7f2124341c" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:e06ed3eb3218bc64786f7db41917d4e686cc4856944f53d5bdf83a6884432e12" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:2e81c7b9c8979ce92ed306c249d46894776a909505d8f5a4ba55b14206e3222f" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:572c3763a264ba47b3cf708a44ce965d98555f618ca42c926a9c1616d8f34269" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:fd1abc0d89e30cc4e02e4064dc67fcc51bd941eb395c502aac3ec19fab46b519" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-win32.whl" , hash = "sha256:3d47fa203a7bd9c5b6cee4736ee84ca03b8ef23193c0d1ca99b5089f72645c73" } ,
{ file = "charset_normalizer-3.3.2-cp310-cp310-win_amd64.whl" , hash = "sha256:10955842570876604d404661fbccbc9c7e684caf432c09c715ec38fbae45ae09" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:802fe99cca7457642125a8a88a084cef28ff0cf9407060f7b93dca5aa25480db" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:573f6eac48f4769d667c4442081b1794f52919e7edada77495aaed9236d13a96" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:549a3a73da901d5bc3ce8d24e0600d1fa85524c10287f6004fbab87672bf3e1e" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f27273b60488abe721a075bcca6d7f3964f9f6f067c8c4c605743023d7d3944f" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:1ceae2f17a9c33cb48e3263960dc5fc8005351ee19db217e9b1bb15d28c02574" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:65f6f63034100ead094b8744b3b97965785388f308a64cf8d7c34f2f2e5be0c4" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:753f10e867343b4511128c6ed8c82f7bec3bd026875576dfd88483c5c73b2fd8" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4a78b2b446bd7c934f5dcedc588903fb2f5eec172f3d29e52a9096a43722adfc" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:e537484df0d8f426ce2afb2d0f8e1c3d0b114b83f8850e5f2fbea0e797bd82ae" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:eb6904c354526e758fda7167b33005998fb68c46fbc10e013ca97f21ca5c8887" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_ppc64le.whl" , hash = "sha256:deb6be0ac38ece9ba87dea880e438f25ca3eddfac8b002a2ec3d9183a454e8ae" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_s390x.whl" , hash = "sha256:4ab2fe47fae9e0f9dee8c04187ce5d09f48eabe611be8259444906793ab7cbce" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:80402cd6ee291dcb72644d6eac93785fe2c8b9cb30893c1af5b8fdd753b9d40f" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-win32.whl" , hash = "sha256:7cd13a2e3ddeed6913a65e66e94b51d80a041145a026c27e6bb76c31a853c6ab" } ,
{ file = "charset_normalizer-3.3.2-cp311-cp311-win_amd64.whl" , hash = "sha256:663946639d296df6a2bb2aa51b60a2454ca1cb29835324c640dafb5ff2131a77" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-macosx_10_9_universal2.whl" , hash = "sha256:0b2b64d2bb6d3fb9112bafa732def486049e63de9618b5843bcdd081d8144cd8" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:ddbb2551d7e0102e7252db79ba445cdab71b26640817ab1e3e3648dad515003b" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:55086ee1064215781fff39a1af09518bc9255b50d6333f2e4c74ca09fac6a8f6" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8f4a014bc36d3c57402e2977dada34f9c12300af536839dc38c0beab8878f38a" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:a10af20b82360ab00827f916a6058451b723b4e65030c5a18577c8b2de5b3389" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:8d756e44e94489e49571086ef83b2bb8ce311e730092d2c34ca8f7d925cb20aa" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:90d558489962fd4918143277a773316e56c72da56ec7aa3dc3dbbe20fdfed15b" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6ac7ffc7ad6d040517be39eb591cac5ff87416c2537df6ba3cba3bae290c0fed" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:7ed9e526742851e8d5cc9e6cf41427dfc6068d4f5a3bb03659444b4cabf6bc26" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:8bdb58ff7ba23002a4c5808d608e4e6c687175724f54a5dade5fa8c67b604e4d" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_ppc64le.whl" , hash = "sha256:6b3251890fff30ee142c44144871185dbe13b11bab478a88887a639655be1068" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_s390x.whl" , hash = "sha256:b4a23f61ce87adf89be746c8a8974fe1c823c891d8f86eb218bb957c924bb143" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:efcb3f6676480691518c177e3b465bcddf57cea040302f9f4e6e191af91174d4" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-win32.whl" , hash = "sha256:d965bba47ddeec8cd560687584e88cf699fd28f192ceb452d1d7ee807c5597b7" } ,
{ file = "charset_normalizer-3.3.2-cp312-cp312-win_amd64.whl" , hash = "sha256:96b02a3dc4381e5494fad39be677abcb5e6634bf7b4fa83a6dd3112607547001" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:95f2a5796329323b8f0512e09dbb7a1860c46a39da62ecb2324f116fa8fdc85c" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c002b4ffc0be611f0d9da932eb0f704fe2602a9a949d1f738e4c34c75b0863d5" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:a981a536974bbc7a512cf44ed14938cf01030a99e9b3a06dd59578882f06f985" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:3287761bc4ee9e33561a7e058c72ac0938c4f57fe49a09eae428fd88aafe7bb6" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:42cb296636fcc8b0644486d15c12376cb9fa75443e00fb25de0b8602e64c1714" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0a55554a2fa0d408816b3b5cedf0045f4b8e1a6065aec45849de2d6f3f8e9786" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:c083af607d2515612056a31f0a8d9e0fcb5876b7bfc0abad3ecd275bc4ebc2d5" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:87d1351268731db79e0f8e745d92493ee2841c974128ef629dc518b937d9194c" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:bd8f7df7d12c2db9fab40bdd87a7c09b1530128315d047a086fa3ae3435cb3a8" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:c180f51afb394e165eafe4ac2936a14bee3eb10debc9d9e4db8958fe36afe711" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:8c622a5fe39a48f78944a87d4fb8a53ee07344641b0562c540d840748571b811" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-win32.whl" , hash = "sha256:db364eca23f876da6f9e16c9da0df51aa4f104a972735574842618b8c6d999d4" } ,
{ file = "charset_normalizer-3.3.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:86216b5cee4b06df986d214f664305142d9c76df9b6512be2738aa72a2048f99" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:6463effa3186ea09411d50efc7d85360b38d5f09b870c48e4600f63af490e56a" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:6c4caeef8fa63d06bd437cd4bdcf3ffefe6738fb1b25951440d80dc7df8c03ac" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:37e55c8e51c236f95b033f6fb391d7d7970ba5fe7ff453dad675e88cf303377a" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:fb69256e180cb6c8a894fee62b3afebae785babc1ee98b81cdf68bbca1987f33" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:ae5f4161f18c61806f411a13b0310bea87f987c7d2ecdbdaad0e94eb2e404238" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b2b0a0c0517616b6869869f8c581d4eb2dd83a4d79e0ebcb7d373ef9956aeb0a" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:45485e01ff4d3630ec0d9617310448a8702f70e9c01906b0d0118bdf9d124cf2" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:eb00ed941194665c332bf8e078baf037d6c35d7c4f3102ea2d4f16ca94a26dc8" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:2127566c664442652f024c837091890cb1942c30937add288223dc895793f898" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:a50aebfa173e157099939b17f18600f72f84eed3049e743b68ad15bd69b6bf99" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:4d0d1650369165a14e14e1e47b372cfcb31d6ab44e6e33cb2d4e57265290044d" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:923c0c831b7cfcb071580d3f46c4baf50f174be571576556269530f4bbd79d04" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:06a81e93cd441c56a9b65d8e1d043daeb97a3d0856d177d5c90ba85acb3db087" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-win32.whl" , hash = "sha256:6ef1d82a3af9d3eecdba2321dc1b3c238245d890843e040e41e470ffa64c3e25" } ,
{ file = "charset_normalizer-3.3.2-cp38-cp38-win_amd64.whl" , hash = "sha256:eb8821e09e916165e160797a6c17edda0679379a4be5c716c260e836e122f54b" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:c235ebd9baae02f1b77bcea61bce332cb4331dc3617d254df3323aa01ab47bd4" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:5b4c145409bef602a690e7cfad0a15a55c13320ff7a3ad7ca59c13bb8ba4d45d" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:68d1f8a9e9e37c1223b656399be5d6b448dea850bed7d0f87a8311f1ff3dabb0" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:22afcb9f253dac0696b5a4be4a1c0f8762f8239e21b99680099abd9b2b1b2269" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e27ad930a842b4c5eb8ac0016b0a54f5aebbe679340c26101df33424142c143c" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:1f79682fbe303db92bc2b1136016a38a42e835d932bab5b3b1bfcfbf0640e519" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b261ccdec7821281dade748d088bb6e9b69e6d15b30652b74cbbac25e280b796" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:122c7fa62b130ed55f8f285bfd56d5f4b4a5b503609d181f9ad85e55c89f4185" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:d0eccceffcb53201b5bfebb52600a5fb483a20b61da9dbc885f8b103cbe7598c" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:9f96df6923e21816da7e0ad3fd47dd8f94b2a5ce594e00677c0013018b813458" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:7f04c839ed0b6b98b1a7501a002144b76c18fb1c1850c8b98d458ac269e26ed2" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:34d1c8da1e78d2e001f363791c98a272bb734000fcef47a491c1e3b0505657a8" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:ff8fa367d09b717b2a17a052544193ad76cd49979c805768879cb63d9ca50561" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-win32.whl" , hash = "sha256:aed38f6e4fb3f5d6bf81bfa990a07806be9d83cf7bacef998ab1a9bd660a581f" } ,
{ file = "charset_normalizer-3.3.2-cp39-cp39-win_amd64.whl" , hash = "sha256:b01b88d45a6fcb69667cd6d2f7a9aeb4bf53760d7fc536bf679ec94fe9f3ff3d" } ,
{ file = "charset_normalizer-3.3.2-py3-none-any.whl" , hash = "sha256:3e4d1f6587322d2788836a99c69062fbb091331ec940e02d12d179c1d53e25fc" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "click"
2023-09-13 04:54:04 +03:00
version = "8.1.7"
2021-07-10 10:12:35 -05:00
description = "Composable command line interface toolkit"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2022-04-12 16:39:19 -04:00
python-versions = ">=3.7"
2023-01-18 18:32:46 +02:00
files = [
2023-09-13 04:54:04 +03:00
{ file = "click-8.1.7-py3-none-any.whl" , hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28" } ,
{ file = "click-8.1.7.tar.gz" , hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
[ [ package ] ]
name = "colorama"
2022-11-08 19:25:32 +02:00
version = "0.4.6"
2021-07-10 10:12:35 -05:00
description = "Cross-platform colored terminal text."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2022-11-08 19:25:32 +02:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
2023-01-18 18:32:46 +02:00
files = [
{ file = "colorama-0.4.6-py2.py3-none-any.whl" , hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6" } ,
{ file = "colorama-0.4.6.tar.gz" , hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44" } ,
]
2021-07-10 10:12:35 -05:00
2023-02-15 09:55:01 +02:00
[ [ package ] ]
name = "confu"
2024-03-13 00:33:46 +02:00
version = "1.9.0"
2023-02-15 09:55:01 +02:00
description = "Configuration file validation and generation"
2024-04-15 17:03:24 +03:00
category = "main"
2023-02-15 09:55:01 +02:00
optional = false
2024-03-13 00:33:46 +02:00
python-versions = ">=3.8,<4.0"
2023-02-15 09:55:01 +02:00
files = [
2024-03-13 00:33:46 +02:00
{ file = "confu-1.9.0-py3-none-any.whl" , hash = "sha256:a633451fe97adfab845ac8e2f234bbd0e37aecd51334b140452d2d59d48cc1c2" } ,
{ file = "confu-1.9.0.tar.gz" , hash = "sha256:bc921d2cf14eccbffca131e7514985d5d320187565afe731c87a367d29cd2b87" } ,
2023-02-15 09:55:01 +02:00
]
2024-03-13 00:33:46 +02:00
[ package . dependencies ]
munge = ">=1.2.1,<2.0.0"
2023-04-12 00:04:36 +03:00
[ [ package ] ]
name = "contextlib2"
version = "21.6.0"
description = "Backports and enhancements for the contextlib module"
2024-04-15 17:03:24 +03:00
category = "main"
2023-04-12 00:04:36 +03:00
optional = false
python-versions = ">=3.6"
files = [
{ file = "contextlib2-21.6.0-py2.py3-none-any.whl" , hash = "sha256:3fbdb64466afd23abaf6c977627b75b6139a5a3e8ce38405c5b413aed7a0471f" } ,
{ file = "contextlib2-21.6.0.tar.gz" , hash = "sha256:ab1e2bfe1d01d968e1b7e8d9023bc51ef3509bba217bb730cee3827e1ee82869" } ,
]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "coreapi"
version = "2.3.3"
description = "Python client library for Core API."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = "*"
2023-01-18 18:32:46 +02:00
files = [
{ file = "coreapi-2.3.3-py2.py3-none-any.whl" , hash = "sha256:bf39d118d6d3e171f10df9ede5666f63ad80bba9a29a8ec17726a66cf52ee6f3" } ,
{ file = "coreapi-2.3.3.tar.gz" , hash = "sha256:46145fcc1f7017c076a2ef684969b641d18a2991051fddec9458ad3f78ffc1cb" } ,
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
coreschema = "*"
itypes = "*"
requests = "*"
uritemplate = "*"
[ [ package ] ]
name = "coreschema"
version = "0.0.4"
description = "Core Schema."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = "*"
2023-01-18 18:32:46 +02:00
files = [
{ file = "coreschema-0.0.4-py2-none-any.whl" , hash = "sha256:5e6ef7bf38c1525d5e55a895934ab4273548629f16aed5c0a6caa74ebf45551f" } ,
{ file = "coreschema-0.0.4.tar.gz" , hash = "sha256:9503506007d482ab0867ba14724b93c18a33b22b6d19fb419ef2d239dd4a1607" } ,
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
jinja2 = "*"
[ [ package ] ]
name = "coverage"
2024-03-26 21:07:25 +02:00
version = "7.4.4"
2021-07-10 10:12:35 -05:00
description = "Code coverage measurement for Python"
2024-04-15 17:03:24 +03:00
category = "dev"
2021-07-10 10:12:35 -05:00
optional = false
2023-08-15 21:40:18 +03:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-03-26 21:07:25 +02:00
{ file = "coverage-7.4.4-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:e0be5efd5127542ef31f165de269f77560d6cdef525fffa446de6f7e9186cfb2" } ,
{ file = "coverage-7.4.4-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:ccd341521be3d1b3daeb41960ae94a5e87abe2f46f17224ba5d6f2b8398016cf" } ,
{ file = "coverage-7.4.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:09fa497a8ab37784fbb20ab699c246053ac294d13fc7eb40ec007a5043ec91f8" } ,
{ file = "coverage-7.4.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b1a93009cb80730c9bca5d6d4665494b725b6e8e157c1cb7f2db5b4b122ea562" } ,
{ file = "coverage-7.4.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:690db6517f09336559dc0b5f55342df62370a48f5469fabf502db2c6d1cffcd2" } ,
{ file = "coverage-7.4.4-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:09c3255458533cb76ef55da8cc49ffab9e33f083739c8bd4f58e79fecfe288f7" } ,
{ file = "coverage-7.4.4-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:8ce1415194b4a6bd0cdcc3a1dfbf58b63f910dcb7330fe15bdff542c56949f87" } ,
{ file = "coverage-7.4.4-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:b91cbc4b195444e7e258ba27ac33769c41b94967919f10037e6355e998af255c" } ,
{ file = "coverage-7.4.4-cp310-cp310-win32.whl" , hash = "sha256:598825b51b81c808cb6f078dcb972f96af96b078faa47af7dfcdf282835baa8d" } ,
{ file = "coverage-7.4.4-cp310-cp310-win_amd64.whl" , hash = "sha256:09ef9199ed6653989ebbcaacc9b62b514bb63ea2f90256e71fea3ed74bd8ff6f" } ,
{ file = "coverage-7.4.4-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:0f9f50e7ef2a71e2fae92774c99170eb8304e3fdf9c8c3c7ae9bab3e7229c5cf" } ,
{ file = "coverage-7.4.4-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:623512f8ba53c422fcfb2ce68362c97945095b864cda94a92edbaf5994201083" } ,
{ file = "coverage-7.4.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0513b9508b93da4e1716744ef6ebc507aff016ba115ffe8ecff744d1322a7b63" } ,
{ file = "coverage-7.4.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:40209e141059b9370a2657c9b15607815359ab3ef9918f0196b6fccce8d3230f" } ,
{ file = "coverage-7.4.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8a2b2b78c78293782fd3767d53e6474582f62443d0504b1554370bde86cc8227" } ,
{ file = "coverage-7.4.4-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:73bfb9c09951125d06ee473bed216e2c3742f530fc5acc1383883125de76d9cd" } ,
{ file = "coverage-7.4.4-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:1f384c3cc76aeedce208643697fb3e8437604b512255de6d18dae3f27655a384" } ,
{ file = "coverage-7.4.4-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:54eb8d1bf7cacfbf2a3186019bcf01d11c666bd495ed18717162f7eb1e9dd00b" } ,
{ file = "coverage-7.4.4-cp311-cp311-win32.whl" , hash = "sha256:cac99918c7bba15302a2d81f0312c08054a3359eaa1929c7e4b26ebe41e9b286" } ,
{ file = "coverage-7.4.4-cp311-cp311-win_amd64.whl" , hash = "sha256:b14706df8b2de49869ae03a5ccbc211f4041750cd4a66f698df89d44f4bd30ec" } ,
{ file = "coverage-7.4.4-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:201bef2eea65e0e9c56343115ba3814e896afe6d36ffd37bab783261db430f76" } ,
{ file = "coverage-7.4.4-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:41c9c5f3de16b903b610d09650e5e27adbfa7f500302718c9ffd1c12cf9d6818" } ,
{ file = "coverage-7.4.4-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d898fe162d26929b5960e4e138651f7427048e72c853607f2b200909794ed978" } ,
{ file = "coverage-7.4.4-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:3ea79bb50e805cd6ac058dfa3b5c8f6c040cb87fe83de10845857f5535d1db70" } ,
{ file = "coverage-7.4.4-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ce4b94265ca988c3f8e479e741693d143026632672e3ff924f25fab50518dd51" } ,
{ file = "coverage-7.4.4-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:00838a35b882694afda09f85e469c96367daa3f3f2b097d846a7216993d37f4c" } ,
{ file = "coverage-7.4.4-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:fdfafb32984684eb03c2d83e1e51f64f0906b11e64482df3c5db936ce3839d48" } ,
{ file = "coverage-7.4.4-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:69eb372f7e2ece89f14751fbcbe470295d73ed41ecd37ca36ed2eb47512a6ab9" } ,
{ file = "coverage-7.4.4-cp312-cp312-win32.whl" , hash = "sha256:137eb07173141545e07403cca94ab625cc1cc6bc4c1e97b6e3846270e7e1fea0" } ,
{ file = "coverage-7.4.4-cp312-cp312-win_amd64.whl" , hash = "sha256:d71eec7d83298f1af3326ce0ff1d0ea83c7cb98f72b577097f9083b20bdaf05e" } ,
{ file = "coverage-7.4.4-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:d5ae728ff3b5401cc320d792866987e7e7e880e6ebd24433b70a33b643bb0384" } ,
{ file = "coverage-7.4.4-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:cc4f1358cb0c78edef3ed237ef2c86056206bb8d9140e73b6b89fbcfcbdd40e1" } ,
{ file = "coverage-7.4.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8130a2aa2acb8788e0b56938786c33c7c98562697bf9f4c7d6e8e5e3a0501e4a" } ,
{ file = "coverage-7.4.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:cf271892d13e43bc2b51e6908ec9a6a5094a4df1d8af0bfc360088ee6c684409" } ,
{ file = "coverage-7.4.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a4cdc86d54b5da0df6d3d3a2f0b710949286094c3a6700c21e9015932b81447e" } ,
{ file = "coverage-7.4.4-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:ae71e7ddb7a413dd60052e90528f2f65270aad4b509563af6d03d53e979feafd" } ,
{ file = "coverage-7.4.4-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:38dd60d7bf242c4ed5b38e094baf6401faa114fc09e9e6632374388a404f98e7" } ,
{ file = "coverage-7.4.4-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:aa5b1c1bfc28384f1f53b69a023d789f72b2e0ab1b3787aae16992a7ca21056c" } ,
{ file = "coverage-7.4.4-cp38-cp38-win32.whl" , hash = "sha256:dfa8fe35a0bb90382837b238fff375de15f0dcdb9ae68ff85f7a63649c98527e" } ,
{ file = "coverage-7.4.4-cp38-cp38-win_amd64.whl" , hash = "sha256:b2991665420a803495e0b90a79233c1433d6ed77ef282e8e152a324bbbc5e0c8" } ,
{ file = "coverage-7.4.4-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:3b799445b9f7ee8bf299cfaed6f5b226c0037b74886a4e11515e569b36fe310d" } ,
{ file = "coverage-7.4.4-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:b4d33f418f46362995f1e9d4f3a35a1b6322cb959c31d88ae56b0298e1c22357" } ,
{ file = "coverage-7.4.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:aadacf9a2f407a4688d700e4ebab33a7e2e408f2ca04dbf4aef17585389eff3e" } ,
{ file = "coverage-7.4.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7c95949560050d04d46b919301826525597f07b33beba6187d04fa64d47ac82e" } ,
{ file = "coverage-7.4.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ff7687ca3d7028d8a5f0ebae95a6e4827c5616b31a4ee1192bdfde697db110d4" } ,
{ file = "coverage-7.4.4-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:5fc1de20b2d4a061b3df27ab9b7c7111e9a710f10dc2b84d33a4ab25065994ec" } ,
{ file = "coverage-7.4.4-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:c74880fc64d4958159fbd537a091d2a585448a8f8508bf248d72112723974cbd" } ,
{ file = "coverage-7.4.4-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:742a76a12aa45b44d236815d282b03cfb1de3b4323f3e4ec933acfae08e54ade" } ,
{ file = "coverage-7.4.4-cp39-cp39-win32.whl" , hash = "sha256:d89d7b2974cae412400e88f35d86af72208e1ede1a541954af5d944a8ba46c57" } ,
{ file = "coverage-7.4.4-cp39-cp39-win_amd64.whl" , hash = "sha256:9ca28a302acb19b6af89e90f33ee3e1906961f94b54ea37de6737b7ca9d8827c" } ,
{ file = "coverage-7.4.4-pp38.pp39.pp310-none-any.whl" , hash = "sha256:b2c5edc4ac10a7ef6605a966c58929ec6c1bd0917fb8c15cb3363f65aa40e677" } ,
{ file = "coverage-7.4.4.tar.gz" , hash = "sha256:c901df83d097649e257e803be22592aedfd5182f07b3cc87d640bbb9afd50f49" } ,
2023-01-18 18:32:46 +02:00
]
2021-10-12 11:05:25 -05:00
[ package . dependencies ]
2022-06-15 15:23:26 +03:00
tomli = { version = "*" , optional = true , markers = "python_full_version <= \"3.11.0a6\" and extra == \"toml\"" }
2021-07-10 10:12:35 -05:00
[ package . extras ]
2021-10-12 11:05:25 -05:00
toml = [ "tomli" ]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "cryptography"
2024-03-13 00:33:46 +02:00
version = "42.0.5"
2021-07-10 10:12:35 -05:00
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2023-06-20 03:26:06 +03:00
python-versions = ">=3.7"
2023-01-18 18:32:46 +02:00
files = [
2024-03-13 00:33:46 +02:00
{ file = "cryptography-42.0.5-cp37-abi3-macosx_10_12_universal2.whl" , hash = "sha256:a30596bae9403a342c978fb47d9b0ee277699fa53bbafad14706af51fe543d16" } ,
{ file = "cryptography-42.0.5-cp37-abi3-macosx_10_12_x86_64.whl" , hash = "sha256:b7ffe927ee6531c78f81aa17e684e2ff617daeba7f189f911065b2ea2d526dec" } ,
{ file = "cryptography-42.0.5-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2424ff4c4ac7f6b8177b53c17ed5d8fa74ae5955656867f5a8affaca36a27abb" } ,
{ file = "cryptography-42.0.5-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:329906dcc7b20ff3cad13c069a78124ed8247adcac44b10bea1130e36caae0b4" } ,
{ file = "cryptography-42.0.5-cp37-abi3-manylinux_2_28_aarch64.whl" , hash = "sha256:b03c2ae5d2f0fc05f9a2c0c997e1bc18c8229f392234e8a0194f202169ccd278" } ,
{ file = "cryptography-42.0.5-cp37-abi3-manylinux_2_28_x86_64.whl" , hash = "sha256:f8837fe1d6ac4a8052a9a8ddab256bc006242696f03368a4009be7ee3075cdb7" } ,
{ file = "cryptography-42.0.5-cp37-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:0270572b8bd2c833c3981724b8ee9747b3ec96f699a9665470018594301439ee" } ,
{ file = "cryptography-42.0.5-cp37-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:b8cac287fafc4ad485b8a9b67d0ee80c66bf3574f655d3b97ef2e1082360faf1" } ,
{ file = "cryptography-42.0.5-cp37-abi3-musllinux_1_2_aarch64.whl" , hash = "sha256:16a48c23a62a2f4a285699dba2e4ff2d1cff3115b9df052cdd976a18856d8e3d" } ,
{ file = "cryptography-42.0.5-cp37-abi3-musllinux_1_2_x86_64.whl" , hash = "sha256:2bce03af1ce5a5567ab89bd90d11e7bbdff56b8af3acbbec1faded8f44cb06da" } ,
{ file = "cryptography-42.0.5-cp37-abi3-win32.whl" , hash = "sha256:b6cd2203306b63e41acdf39aa93b86fb566049aeb6dc489b70e34bcd07adca74" } ,
{ file = "cryptography-42.0.5-cp37-abi3-win_amd64.whl" , hash = "sha256:98d8dc6d012b82287f2c3d26ce1d2dd130ec200c8679b6213b3c73c08b2b7940" } ,
{ file = "cryptography-42.0.5-cp39-abi3-macosx_10_12_universal2.whl" , hash = "sha256:5e6275c09d2badf57aea3afa80d975444f4be8d3bc58f7f80d2a484c6f9485c8" } ,
{ file = "cryptography-42.0.5-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e4985a790f921508f36f81831817cbc03b102d643b5fcb81cd33df3fa291a1a1" } ,
{ file = "cryptography-42.0.5-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7cde5f38e614f55e28d831754e8a3bacf9ace5d1566235e39d91b35502d6936e" } ,
{ file = "cryptography-42.0.5-cp39-abi3-manylinux_2_28_aarch64.whl" , hash = "sha256:7367d7b2eca6513681127ebad53b2582911d1736dc2ffc19f2c3ae49997496bc" } ,
{ file = "cryptography-42.0.5-cp39-abi3-manylinux_2_28_x86_64.whl" , hash = "sha256:cd2030f6650c089aeb304cf093f3244d34745ce0cfcc39f20c6fbfe030102e2a" } ,
{ file = "cryptography-42.0.5-cp39-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:a2913c5375154b6ef2e91c10b5720ea6e21007412f6437504ffea2109b5a33d7" } ,
{ file = "cryptography-42.0.5-cp39-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:c41fb5e6a5fe9ebcd58ca3abfeb51dffb5d83d6775405305bfa8715b76521922" } ,
{ file = "cryptography-42.0.5-cp39-abi3-musllinux_1_2_aarch64.whl" , hash = "sha256:3eaafe47ec0d0ffcc9349e1708be2aaea4c6dd4978d76bf6eb0cb2c13636c6fc" } ,
{ file = "cryptography-42.0.5-cp39-abi3-musllinux_1_2_x86_64.whl" , hash = "sha256:1b95b98b0d2af784078fa69f637135e3c317091b615cd0905f8b8a087e86fa30" } ,
{ file = "cryptography-42.0.5-cp39-abi3-win32.whl" , hash = "sha256:1f71c10d1e88467126f0efd484bd44bca5e14c664ec2ede64c32f20875c0d413" } ,
{ file = "cryptography-42.0.5-cp39-abi3-win_amd64.whl" , hash = "sha256:a011a644f6d7d03736214d38832e030d8268bcff4a41f728e6030325fea3e400" } ,
{ file = "cryptography-42.0.5-pp310-pypy310_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:9481ffe3cf013b71b2428b905c4f7a9a4f76ec03065b05ff499bb5682a8d9ad8" } ,
{ file = "cryptography-42.0.5-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:ba334e6e4b1d92442b75ddacc615c5476d4ad55cc29b15d590cc6b86efa487e2" } ,
{ file = "cryptography-42.0.5-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:ba3e4a42397c25b7ff88cdec6e2a16c2be18720f317506ee25210f6d31925f9c" } ,
{ file = "cryptography-42.0.5-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:111a0d8553afcf8eb02a4fea6ca4f59d48ddb34497aa8706a6cf536f1a5ec576" } ,
{ file = "cryptography-42.0.5-pp39-pypy39_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:cd65d75953847815962c84a4654a84850b2bb4aed3f26fadcc1c13892e1e29f6" } ,
{ file = "cryptography-42.0.5-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:e807b3188f9eb0eaa7bbb579b462c5ace579f1cedb28107ce8b48a9f7ad3679e" } ,
{ file = "cryptography-42.0.5-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:f12764b8fffc7a123f641d7d049d382b73f96a34117e0b637b80643169cec8ac" } ,
{ file = "cryptography-42.0.5-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:37dd623507659e08be98eec89323469e8c7b4c1407c85112634ae3dbdb926fdd" } ,
{ file = "cryptography-42.0.5.tar.gz" , hash = "sha256:6fe07eec95dfd477eb9530aef5bead34fec819b3aaf6c5bd6d20565da607bfe1" } ,
2024-01-30 06:10:12 +02:00
]
[ package . dependencies ]
cffi = { version = ">=1.12" , markers = "platform_python_implementation != \"PyPy\"" }
2021-07-10 10:12:35 -05:00
[ package . extras ]
2023-02-15 09:55:01 +02:00
docs = [ "sphinx (>=5.3.0)" , "sphinx-rtd-theme (>=1.1.1)" ]
2024-01-30 06:10:12 +02:00
docstest = [ "pyenchant (>=1.6.11)" , "readme-renderer" , "sphinxcontrib-spelling (>=4.0.1)" ]
2023-06-20 03:26:06 +03:00
nox = [ "nox" ]
2024-01-30 06:10:12 +02:00
pep8test = [ "check-sdist" , "click" , "mypy" , "ruff" ]
2023-06-20 03:26:06 +03:00
sdist = [ "build" ]
2021-07-10 10:12:35 -05:00
ssh = [ "bcrypt (>=3.1.5)" ]
2024-01-30 06:10:12 +02:00
test = [ "certifi" , "pretend" , "pytest (>=6.2.0)" , "pytest-benchmark" , "pytest-cov" , "pytest-xdist" ]
2023-02-15 09:55:01 +02:00
test-randomorder = [ "pytest-randomly" ]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "decorator"
version = "4.4.2"
description = "Decorators for Humans"
2024-04-15 17:03:24 +03:00
category = "dev"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*"
2023-01-18 18:32:46 +02:00
files = [
{ file = "decorator-4.4.2-py2.py3-none-any.whl" , hash = "sha256:41fa54c2a0cc4ba648be4fd43cff00aedf5b9465c9bf18d64325bc225f08f760" } ,
{ file = "decorator-4.4.2.tar.gz" , hash = "sha256:e3a62f0520172440ca0dcc823749319382e377f37f140a0b99ef45fecb84bfe7" } ,
]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "defusedxml"
version = "0.7.1"
description = "XML bomb protection for Python stdlib modules"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2023-01-18 18:32:46 +02:00
files = [
{ file = "defusedxml-0.7.1-py2.py3-none-any.whl" , hash = "sha256:a352e7e428770286cc899e2542b6cdaedb2b4953ff269a210103ec58f6198a61" } ,
{ file = "defusedxml-0.7.1.tar.gz" , hash = "sha256:1bb3032db185915b62d7c6209c5a8792be6a32ab2fedacc84e01b52c51aa3e69" } ,
]
2021-07-10 10:12:35 -05:00
2022-10-11 15:45:07 +03:00
[ [ package ] ]
name = "diff-match-patch"
2023-05-16 21:04:05 +03:00
version = "20230430"
description = "Diff Match and Patch"
2024-04-15 17:03:24 +03:00
category = "main"
2022-10-11 15:45:07 +03:00
optional = false
2023-05-16 21:04:05 +03:00
python-versions = ">=3.7"
2023-01-18 18:32:46 +02:00
files = [
2023-05-16 21:04:05 +03:00
{ file = "diff-match-patch-20230430.tar.gz" , hash = "sha256:953019cdb9c9d2c9e47b5b12bcff3cf4746fc4598eb406076fa1fc27e6a1f15c" } ,
{ file = "diff_match_patch-20230430-py3-none-any.whl" , hash = "sha256:dce43505fb7b1b317de7195579388df0746d90db07015ed47a85e5e44930ef93" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
2023-05-16 21:04:05 +03:00
[ package . extras ]
dev = [ "attribution (==1.6.2)" , "black (==23.3.0)" , "flit (==3.8.0)" , "mypy (==1.2.0)" , "ufmt (==2.1.0)" , "usort (==1.0.6)" ]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "distlib"
2024-01-15 22:12:00 +02:00
version = "0.3.8"
2021-07-10 10:12:35 -05:00
description = "Distribution utilities"
2024-04-15 17:03:24 +03:00
category = "dev"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = "*"
2023-01-18 18:32:46 +02:00
files = [
2024-01-15 22:12:00 +02:00
{ file = "distlib-0.3.8-py2.py3-none-any.whl" , hash = "sha256:034db59a0b96f8ca18035f36290806a9a6e6bd9d1ff91e45a7f172eb17e51784" } ,
{ file = "distlib-0.3.8.tar.gz" , hash = "sha256:1530ea13e350031b6312d8580ddb6b27a104275a31106523b8f123787f494f64" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "django"
2024-03-13 00:33:46 +02:00
version = "4.2.11"
2023-06-20 03:26:06 +03:00
description = "A high-level Python web framework that encourages rapid development and clean, pragmatic design."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2023-06-20 03:26:06 +03:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-03-13 00:33:46 +02:00
{ file = "Django-4.2.11-py3-none-any.whl" , hash = "sha256:ddc24a0a8280a0430baa37aff11f28574720af05888c62b7cfe71d219f4599d3" } ,
{ file = "Django-4.2.11.tar.gz" , hash = "sha256:6e6ff3db2d8dd0c986b4eec8554c8e4f919b5c1ff62a5b4390c17aff2ed6e5c4" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2023-06-20 03:26:06 +03:00
asgiref = ">=3.6.0,<4"
sqlparse = ">=0.3.1"
tzdata = { version = "*" , markers = "sys_platform == \"win32\"" }
2021-07-10 10:12:35 -05:00
[ package . extras ]
2021-08-18 08:21:22 -05:00
argon2 = [ "argon2-cffi (>=19.1.0)" ]
2021-07-10 10:12:35 -05:00
bcrypt = [ "bcrypt" ]
[ [ package ] ]
name = "django-allauth"
2024-02-20 22:37:44 +02:00
version = "0.61.1"
2021-07-10 10:12:35 -05:00
description = "Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2023-04-12 00:04:36 +03:00
python-versions = ">=3.7"
2023-01-18 18:32:46 +02:00
files = [
2024-02-20 22:37:44 +02:00
{ file = "django-allauth-0.61.1.tar.gz" , hash = "sha256:5b4ae515ea74f54f0041210692eee10c309ad15ddbbd03d3620693c75e3f7945" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2023-09-13 04:54:04 +03:00
Django = ">=3.2"
2021-07-10 10:12:35 -05:00
pyjwt = { version = ">=1.7" , extras = [ "crypto" ] }
python3-openid = ">=3.0.8"
2023-09-13 04:54:04 +03:00
requests = ">=2.0.0"
2021-07-10 10:12:35 -05:00
requests-oauthlib = ">=0.3.0"
2023-09-13 04:54:04 +03:00
[ package . extras ]
mfa = [ "qrcode (>=7.0.0)" ]
saml = [ "python3-saml (>=1.15.0,<2.0.0)" ]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "django-autocomplete-light"
2024-03-13 00:33:46 +02:00
version = "3.11.0"
2021-07-10 10:12:35 -05:00
description = "Fresh autocompletes for Django"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = "*"
2023-01-18 18:32:46 +02:00
files = [
2024-03-13 00:33:46 +02:00
{ file = "django-autocomplete-light-3.11.0.tar.gz" , hash = "sha256:212576a17e3308ef7ca77e280b86684167916d2091d4b73640f38845d9516328" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2023-05-16 21:04:05 +03:00
django = ">=3.2"
2021-07-10 10:12:35 -05:00
[ package . extras ]
genericm2m = [ "django-generic-m2m" ]
gfk = [ "django-querysetsequence (>=0.11)" ]
nested = [ "django-nested-admin (>=3.0.21)" ]
tags = [ "django-taggit" ]
[ [ package ] ]
2022-06-14 12:03:45 -07:00
name = "django-bootstrap5"
2024-01-15 22:12:00 +02:00
version = "23.4"
2022-06-15 08:30:42 -05:00
description = "Bootstrap 5 for Django"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2024-01-15 22:12:00 +02:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-01-15 22:12:00 +02:00
{ file = "django-bootstrap5-23.4.tar.gz" , hash = "sha256:fbf9942a17e1f48b4142e78df9e85afb65e4066a20e38ec7c497d36ae5ef7256" } ,
{ file = "django_bootstrap5-23.4-py3-none-any.whl" , hash = "sha256:5181bf1e97afae6211e963f28f48d4a90c937a3b036b3f752f52260f0029f3bc" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2024-01-15 22:12:00 +02:00
Django = ">=3.2"
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "django-cors-headers"
2023-11-28 16:21:06 +02:00
version = "4.3.1"
2021-07-10 10:12:35 -05:00
description = "django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS)."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2023-07-11 16:20:46 +03:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2023-11-28 16:21:06 +02:00
{ file = "django-cors-headers-4.3.1.tar.gz" , hash = "sha256:0bf65ef45e606aff1994d35503e6b677c0b26cafff6506f8fd7187f3be840207" } ,
{ file = "django_cors_headers-4.3.1-py3-none-any.whl" , hash = "sha256:0b1fd19297e37417fc9f835d39e45c8c642938ddba1acce0c1753d3edef04f36" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2023-11-28 16:21:06 +02:00
asgiref = ">=3.6"
2022-06-15 15:23:26 +03:00
Django = ">=3.2"
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "django-countries"
2024-04-15 17:03:24 +03:00
version = "7.6.1"
2021-07-10 10:12:35 -05:00
description = "Provides a country field for Django models."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = "*"
2023-01-18 18:32:46 +02:00
files = [
2024-04-15 17:03:24 +03:00
{ file = "django-countries-7.6.1.tar.gz" , hash = "sha256:c772d4e3e54afcc5f97a018544e96f246c6d9f1db51898ab0c15cd57e19437cf" } ,
{ file = "django_countries-7.6.1-py3-none-any.whl" , hash = "sha256:1ed20842fe0f6194f91faca21076649513846a8787c9eb5aeec3cbe1656b8acc" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
2022-03-08 09:27:45 -04:00
[ package . dependencies ]
2023-02-15 09:55:01 +02:00
asgiref = "*"
2022-03-08 09:27:45 -04:00
typing-extensions = "*"
2021-07-10 10:12:35 -05:00
[ package . extras ]
2024-04-15 17:03:24 +03:00
dev = [ "black" , "django" , "djangorestframework" , "graphene-django" , "pytest" , "pytest-django" , "tox (>=4.0.0,<5.0.0)" ]
maintainer = [ "django" , "zest.releaser[recommended]" ]
2021-07-10 10:12:35 -05:00
pyuca = [ "pyuca" ]
2023-01-18 18:32:46 +02:00
test = [ "djangorestframework" , "graphene-django" , "pytest" , "pytest-cov" , "pytest-django" ]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "django-crispy-forms"
2023-10-24 20:17:03 +03:00
version = "2.1"
2021-07-10 10:12:35 -05:00
description = "Best way to have Django DRY forms"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2023-10-24 20:17:03 +03:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2023-10-24 20:17:03 +03:00
{ file = "django-crispy-forms-2.1.tar.gz" , hash = "sha256:4d7ec431933ad4d4b5c5a6de4a584d24613c347db9ac168723c9aaf63af4bb96" } ,
{ file = "django_crispy_forms-2.1-py3-none-any.whl" , hash = "sha256:d592044771412ae1bd539cc377203aa61d4eebe77fcbc07fbc8f12d3746d4f6b" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
2023-02-15 09:55:01 +02:00
[ package . dependencies ]
2023-10-24 20:17:03 +03:00
django = ">=4.2"
2023-02-15 09:55:01 +02:00
2022-10-11 05:46:49 -07:00
[ [ package ] ]
name = "django-csp"
2024-03-13 00:33:46 +02:00
version = "3.8"
2022-10-11 05:46:49 -07:00
description = "Django Content Security Policy support."
2024-04-15 17:03:24 +03:00
category = "main"
2022-10-11 05:46:49 -07:00
optional = false
python-versions = "*"
2023-01-18 18:32:46 +02:00
files = [
2024-03-13 00:33:46 +02:00
{ file = "django_csp-3.8-py3-none-any.whl" , hash = "sha256:19b2978b03fcd73517d7d67acbc04fbbcaec0facc3e83baa502965892d1e0719" } ,
{ file = "django_csp-3.8.tar.gz" , hash = "sha256:ef0f1a9f7d8da68ae6e169c02e9ac661c0ecf04db70e0d1d85640512a68471c0" } ,
2023-01-18 18:32:46 +02:00
]
2022-10-11 05:46:49 -07:00
[ package . dependencies ]
2024-03-13 00:33:46 +02:00
Django = ">=3.2"
2022-10-11 05:46:49 -07:00
[ package . extras ]
jinja2 = [ "jinja2 (>=2.9.6)" ]
2024-03-13 00:33:46 +02:00
tests = [ "jinja2 (>=2.9.6)" , "pytest" , "pytest-cov" , "pytest-django" , "pytest-ruff" ]
2022-10-11 05:46:49 -07:00
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "django-debug-toolbar"
2024-02-20 22:37:44 +02:00
version = "4.3.0"
2021-07-10 10:12:35 -05:00
description = "A configurable set of panels that display various debug information about the current request/response."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2023-04-12 00:04:36 +03:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-02-20 22:37:44 +02:00
{ file = "django_debug_toolbar-4.3.0-py3-none-any.whl" , hash = "sha256:e09b7dcb8417b743234dfc57c95a7c1d1d87a88844abd13b4c5387f807b31bf6" } ,
{ file = "django_debug_toolbar-4.3.0.tar.gz" , hash = "sha256:0b0dddee5ea29b9cb678593bc0d7a6d76b21d7799cb68e091a2148341a80f3c4" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2023-01-18 18:32:46 +02:00
django = ">=3.2.4"
sqlparse = ">=0.2"
2021-07-10 10:12:35 -05:00
2023-05-16 21:04:05 +03:00
[ [ package ] ]
name = "django-elasticsearch-dsl"
2023-10-24 20:17:03 +03:00
version = "8.0"
2023-05-16 21:04:05 +03:00
description = "Wrapper around elasticsearch-dsl-py for django models"
2024-04-15 17:03:24 +03:00
category = "main"
2023-05-16 21:04:05 +03:00
optional = false
2023-10-24 20:17:03 +03:00
python-versions = ">=3.8"
2023-05-16 21:04:05 +03:00
files = [
2023-10-24 20:17:03 +03:00
{ file = "django-elasticsearch-dsl-8.0.tar.gz" , hash = "sha256:64ee0612ced6d57515a6b7f29f1a3e1c2eea1996a6226fc72079a95c067b27ca" } ,
{ file = "django_elasticsearch_dsl-8.0-py2.py3-none-any.whl" , hash = "sha256:423784a4af336d109c3763622f1edc4973664cb5154beb55b3ff9390c1e4525e" } ,
2023-05-16 21:04:05 +03:00
]
[ package . dependencies ]
2023-10-24 20:17:03 +03:00
elasticsearch-dsl = ">=8.9.0,<9.0.0"
2023-05-16 21:04:05 +03:00
six = "*"
2023-10-24 20:17:03 +03:00
[ package . extras ]
celery = [ "celery (>=4.1.0)" ]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "django-extensions"
2023-06-20 03:26:06 +03:00
version = "3.2.3"
2021-07-10 10:12:35 -05:00
description = "Extensions for Django"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = ">=3.6"
2023-01-18 18:32:46 +02:00
files = [
2023-06-20 03:26:06 +03:00
{ file = "django-extensions-3.2.3.tar.gz" , hash = "sha256:44d27919d04e23b3f40231c4ab7af4e61ce832ef46d610cc650d53e68328410a" } ,
{ file = "django_extensions-3.2.3-py3-none-any.whl" , hash = "sha256:9600b7562f79a92cbf1fde6403c04fee314608fefbb595502e34383ae8203401" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2022-07-15 21:47:59 +03:00
Django = ">=3.2"
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "django-formtools"
2024-01-15 22:12:00 +02:00
version = "2.5.1"
2021-07-10 10:12:35 -05:00
description = "A set of high-level abstractions for Django forms"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2024-01-15 22:12:00 +02:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-01-15 22:12:00 +02:00
{ file = "django-formtools-2.5.1.tar.gz" , hash = "sha256:47cb34552c6efca088863d693284d04fc36eaaf350eb21e1a1d935e0df523c93" } ,
{ file = "django_formtools-2.5.1-py3-none-any.whl" , hash = "sha256:bce9b64eda52cc1eef6961cc649cf75aacd1a707c2fff08d6c3efcbc8e7e761a" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2023-05-16 21:04:05 +03:00
Django = ">=3.2"
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "django-grainy"
2023-06-20 03:26:06 +03:00
version = "2.0.0"
2021-07-10 10:12:35 -05:00
description = "granular permissions for django"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2023-06-20 03:26:06 +03:00
python-versions = ">=3.8,<4.0"
2023-01-18 18:32:46 +02:00
files = [
2023-06-20 03:26:06 +03:00
{ file = "django-grainy-2.0.0.tar.gz" , hash = "sha256:c839dd514825b264ee4d19915510d9ed1e6c444d0d885568ffb23220ce9a2a16" } ,
{ file = "django_grainy-2.0.0-py3-none-any.whl" , hash = "sha256:e3d1fb3142558cae8380f38c6bca4d1d843d2d46e91c36751f0f04d173322546" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2023-06-20 03:26:06 +03:00
black = ">=22.3.0,<23.0.0"
Django = ">=3.2,<5"
djangorestframework = ">=3.0,<4.0"
2021-07-10 10:12:35 -05:00
grainy = ">=1.7.0,<2"
six = ">=1.11.0,<=2.0.0"
[ [ package ] ]
name = "django-grappelli"
2023-10-24 20:17:03 +03:00
version = "3.0.8"
2021-07-10 10:12:35 -05:00
description = "A jazzy skin for the Django Admin-Interface."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = "*"
2023-01-18 18:32:46 +02:00
files = [
2023-10-24 20:17:03 +03:00
{ file = "django-grappelli-3.0.8.tar.gz" , hash = "sha256:0c24a0128a8e94b0f251a99d71b96738e4cf546d20fd993d03b26c05c8642fdd" } ,
{ file = "django_grappelli-3.0.8-py2.py3-none-any.whl" , hash = "sha256:4664f14cd8f296e01130d167cb869a106644818bf84953dfeabff498be937319" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "django-handleref"
2024-03-26 21:07:25 +02:00
version = "2.0.1"
2021-08-18 08:21:22 -05:00
description = "django object tracking"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2023-06-20 03:26:06 +03:00
python-versions = ">=3.8,<4.0"
2023-01-18 18:32:46 +02:00
files = [
2024-03-26 21:07:25 +02:00
{ file = "django_handleref-2.0.1-py3-none-any.whl" , hash = "sha256:bf2c4a7ac958ead270bf6e10caebccff56cfe2ec9e5ff6cf83ec6aaa770f9a8f" } ,
{ file = "django_handleref-2.0.1.tar.gz" , hash = "sha256:88eef6be482a4deb748ca08765c8e2717fcfb2f39a7af361bb3e52e597ef4a1d" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "django-hashers-passlib"
2023-06-20 03:26:06 +03:00
version = "1.0.0"
2021-07-10 10:12:35 -05:00
description = "Django hashers using passlib"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = "*"
2023-06-20 03:26:06 +03:00
files = [ ]
develop = false
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2023-06-20 03:26:06 +03:00
Django = ">=3.2"
passlib = ">=1.7"
[ package . source ]
type = "git"
url = "https://github.com/mathiasertl/django-hashers-passlib.git"
reference = "HEAD"
resolved_reference = "be7900109778600927380e01d4ec59d04d0734a8"
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "django-haystack"
2022-05-10 16:56:30 +03:00
version = "3.2.1"
2021-07-10 10:12:35 -05:00
description = "Pluggable search for Django."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = "*"
2023-01-18 18:32:46 +02:00
files = [
{ file = "django-haystack-3.2.1.tar.gz" , hash = "sha256:97e3197aefc225fe405b6f17600a2534bf827cb4d6743130c20bc1a06f7293a4" } ,
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
Django = ">=2.2"
2021-09-14 08:59:09 -05:00
[ package . extras ]
2022-05-10 16:56:30 +03:00
elasticsearch = [ "elasticsearch (>=5,<8)" ]
2021-09-14 08:59:09 -05:00
2022-10-11 15:45:07 +03:00
[ [ package ] ]
name = "django-import-export"
version = "2.9.0"
description = "Django application and library for importing and exporting data with included admin integration."
2024-04-15 17:03:24 +03:00
category = "main"
2022-10-11 15:45:07 +03:00
optional = false
python-versions = ">=3.7"
2023-01-18 18:32:46 +02:00
files = [
{ file = "django-import-export-2.9.0.tar.gz" , hash = "sha256:02ce3a8e191992fa7aa1d660877ac6764fa9e32a5ba6394293f2fc761a5bdd19" } ,
{ file = "django_import_export-2.9.0-py3-none-any.whl" , hash = "sha256:126d32a4410c42b6e1bf060355bf45968f6fe427c3b7ed04c96873bd45d7549a" } ,
]
2022-10-11 15:45:07 +03:00
[ package . dependencies ]
diff-match-patch = "*"
Django = ">=3.2"
tablib = { version = ">=3.0.0" , extras = [ "html" , "ods" , "xls" , "xlsx" , "yaml" ] }
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "django-inet"
2022-05-10 16:56:30 +03:00
version = "1.1.1"
2021-07-10 10:12:35 -05:00
description = "django internet utilities"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2022-05-10 16:56:30 +03:00
python-versions = ">=3.7,<4.0"
2023-01-18 18:32:46 +02:00
files = [
{ file = "django-inet-1.1.1.tar.gz" , hash = "sha256:3df96eb1f9ce936122391123434d69520d773661bfcad7835a2ba276fd4bec3f" } ,
{ file = "django_inet-1.1.1-py3-none-any.whl" , hash = "sha256:3ae9683a4a9ea9be635d2926904b54328230eac58a79a8f266d79f06dd4bed28" } ,
]
2021-07-10 10:12:35 -05:00
2022-04-12 16:39:19 -04:00
[ [ package ] ]
name = "django-ipware"
2024-02-20 22:37:44 +02:00
version = "6.0.4"
2022-04-12 16:39:19 -04:00
description = "A Django application to retrieve user's IP address"
2024-04-15 17:03:24 +03:00
category = "main"
2022-04-12 16:39:19 -04:00
optional = false
2023-10-24 20:17:03 +03:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-02-20 22:37:44 +02:00
{ file = "django-ipware-6.0.4.tar.gz" , hash = "sha256:614d0f0a911f8a765e55b6d358b1715bb85eeb63d1ebb77447d09d645f1343e8" } ,
{ file = "django_ipware-6.0.4-py2.py3-none-any.whl" , hash = "sha256:09c502ee3b1f8ae08d197d5e1f4397e965d0b201c83de7b5721db1fc460e6ab6" } ,
2023-01-18 18:32:46 +02:00
]
2022-04-12 16:39:19 -04:00
2023-11-28 16:21:06 +02:00
[ package . dependencies ]
python-ipware = ">=2.0.0"
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "django-oauth-toolkit"
2023-07-11 16:20:46 +03:00
version = "2.3.0"
2021-07-10 10:12:35 -05:00
description = "OAuth2 Provider for Django"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = "*"
2023-01-18 18:32:46 +02:00
files = [
2023-07-11 16:20:46 +03:00
{ file = "django-oauth-toolkit-2.3.0.tar.gz" , hash = "sha256:cf1cb1a5744672e6bd7d66b4a110a463bcef9cf5ed4f27e29682cc6a4d0df1ed" } ,
{ file = "django_oauth_toolkit-2.3.0-py3-none-any.whl" , hash = "sha256:47dfeab97ec21496f307c2cf3468e64ca08897fa499bf3104366d32005c9111d" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2022-01-10 14:34:16 +01:00
django = ">=2.2,<4.0.0 || >4.0.0"
2021-07-10 10:12:35 -05:00
jwcrypto = ">=0.8.0"
oauthlib = ">=3.1.0"
requests = ">=2.13.0"
[ [ package ] ]
name = "django-otp"
2023-11-28 16:21:06 +02:00
version = "1.3.0"
2021-07-10 10:12:35 -05:00
description = "A pluggable framework for adding two-factor authentication to Django using one-time passwords."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2023-05-16 21:04:05 +03:00
python-versions = ">=3.7"
2023-01-18 18:32:46 +02:00
files = [
2023-11-28 16:21:06 +02:00
{ file = "django_otp-1.3.0-py3-none-any.whl" , hash = "sha256:5277731bc05b6cdbf96aa84ac46018e30ed5fb248086053b0146f925de059060" } ,
{ file = "django_otp-1.3.0.tar.gz" , hash = "sha256:8f4156a3c14ce2aaa31379385eadf388925cd50fc4b5d20a3b944f454c98ff7c" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2023-05-16 21:04:05 +03:00
django = ">=3.2"
2021-07-10 10:12:35 -05:00
[ package . extras ]
qrcode = [ "qrcode" ]
[ [ package ] ]
name = "django-peeringdb"
2024-04-15 17:03:24 +03:00
version = "3.4.0"
2021-08-18 08:21:22 -05:00
description = "PeeringDB Django models"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2024-01-15 22:12:00 +02:00
python-versions = "^3.8"
files = [ ]
develop = false
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2024-01-15 22:12:00 +02:00
asgiref = ">=3"
2021-08-18 08:21:22 -05:00
django_countries = ">1"
2024-01-15 22:12:00 +02:00
django_handleref = ">=2"
django_inet = ">=1"
[ package . source ]
type = "git"
url = "https://github.com/peeringdb/django-peeringdb.git"
2024-04-15 17:03:24 +03:00
reference = "support_202403"
resolved_reference = "e08c61e3ff4208b81eb8d177302d95d342cc40cb"
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "django-phonenumber-field"
2022-09-09 11:36:55 -05:00
version = "6.4.0"
2021-07-10 10:12:35 -05:00
description = "An international phone number field for django models."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2022-03-08 09:27:45 -04:00
python-versions = ">=3.7"
2023-01-18 18:32:46 +02:00
files = [
{ file = "django-phonenumber-field-6.4.0.tar.gz" , hash = "sha256:72a3e7a3e7493bf2a12c07a3bc77ce89813acc16592bf04d0eee3b5a452097ed" } ,
{ file = "django_phonenumber_field-6.4.0-py3-none-any.whl" , hash = "sha256:a31b4f05ac0ff898661516c84940f83adb5cdcf0ae4b9b1d31bb8ad3ff345b58" } ,
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2022-09-09 11:36:55 -05:00
Django = ">=3.2"
2021-07-10 10:12:35 -05:00
[ package . extras ]
phonenumbers = [ "phonenumbers (>=7.0.2)" ]
phonenumberslite = [ "phonenumberslite (>=7.0.2)" ]
[ [ package ] ]
name = "django-ranged-response"
version = "0.2.0"
description = "Modified Django FileResponse that adds Content-Range headers."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = "*"
2023-01-18 18:32:46 +02:00
files = [
{ file = "django-ranged-response-0.2.0.tar.gz" , hash = "sha256:f71fff352a37316b9bead717fc76e4ddd6c9b99c4680cdf4783b9755af1cf985" } ,
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
django = "*"
[ [ package ] ]
name = "django-ratelimit"
2023-08-11 11:36:16 -05:00
version = "4.1.0"
2021-07-10 10:12:35 -05:00
description = "Cache-based rate-limiting for Django."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2023-06-20 03:26:06 +03:00
python-versions = ">=3.7"
2023-01-18 18:32:46 +02:00
files = [
2023-08-11 11:36:16 -05:00
{ file = "django-ratelimit-4.1.0.tar.gz" , hash = "sha256:555943b283045b917ad59f196829530d63be2a39adb72788d985b90c81ba808b" } ,
{ file = "django_ratelimit-4.1.0-py2.py3-none-any.whl" , hash = "sha256:d047a31cf94d83ef1465d7543ca66c6fc16695559b5f8d814d1b51df15110b92" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "django-rest-swagger"
version = "2.2.0"
description = "Swagger UI for Django REST Framework 3.5+"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = "*"
2023-01-18 18:32:46 +02:00
files = [
{ file = "django-rest-swagger-2.2.0.tar.gz" , hash = "sha256:48f6aded9937e90ae7cbe9e6c932b9744b8af80cc4e010088b3278c700e0685b" } ,
{ file = "django_rest_swagger-2.2.0-py2.py3-none-any.whl" , hash = "sha256:b039b0288bab4665cd45dc5d16f94b13911bc4ad0ed55f74ad3b90aa31c87c17" } ,
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
coreapi = ">=2.3.0"
djangorestframework = ">=3.5.4"
openapi-codec = ">=1.3.1"
simplejson = "*"
[ [ package ] ]
name = "django-reversion"
2022-02-08 13:14:27 -06:00
version = "4.0.2"
2021-07-10 10:12:35 -05:00
description = "An extension to the Django web framework that provides version control for model instances."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = ">=3.6"
2023-01-18 18:32:46 +02:00
files = [
{ file = "django-reversion-4.0.2.tar.gz" , hash = "sha256:5d33ba944dbf19c7030c9e70e3731248ae34368cf2afede10e0d08fbf89e6f8c" } ,
{ file = "django_reversion-4.0.2-py3-none-any.whl" , hash = "sha256:095ec684626a07b48a1a32640e30cae93eb2acd3c452a9111f77ac934c2efb91" } ,
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2021-08-18 08:21:22 -05:00
django = ">=2.0"
2021-07-10 10:12:35 -05:00
2022-01-11 08:56:47 -06:00
[ [ package ] ]
name = "django-security-keys"
2023-08-15 21:40:18 +03:00
version = "1.1.0"
2022-01-11 08:56:47 -06:00
description = "Django webauthn security key integration"
2024-04-15 17:03:24 +03:00
category = "main"
2022-01-11 08:56:47 -06:00
optional = false
python-versions = ">=3.8,<4.0"
2023-01-18 18:32:46 +02:00
files = [
2023-08-15 21:40:18 +03:00
{ file = "django-security-keys-1.1.0.tar.gz" , hash = "sha256:1a47742c3e2fdd3eaa23be9b2ebd0745d4d9847676948cdf4b49ac3573e2b573" } ,
{ file = "django_security_keys-1.1.0-py3-none-any.whl" , hash = "sha256:e4ded8f7b5e2d926326a0755301402714a042b41945b2757986b41b3606b3217" } ,
2023-01-18 18:32:46 +02:00
]
2022-01-11 08:56:47 -06:00
[ package . dependencies ]
django-two-factor-auth = ">=1.13.1,<2.0.0"
2023-08-15 21:40:18 +03:00
phonenumbers = ">=8.12.47,<9.0.0"
2022-01-11 08:56:47 -06:00
webauthn = ">=1,<2"
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "django-simple-captcha"
2024-01-15 22:12:00 +02:00
version = "0.6.0"
2021-07-10 10:12:35 -05:00
description = "A very simple, yet powerful, Django captcha application"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = "*"
2023-01-18 18:32:46 +02:00
files = [
2024-01-15 22:12:00 +02:00
{ file = "django-simple-captcha-0.6.0.tar.gz" , hash = "sha256:d188516d326fadd2d5ad076eb89649d55c02cabafe3fdcc2154ac18e9f6d4b97" } ,
{ file = "django_simple_captcha-0.6.0-py2.py3-none-any.whl" , hash = "sha256:3ae9a7e650cb0cdbcfd4a75aa91fdf25dcc523ef541a7b1f004bd4357798fc03" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2024-01-15 22:12:00 +02:00
Django = ">=4.2"
2021-07-10 10:12:35 -05:00
django-ranged-response = "0.2.0"
Pillow = ">=6.2.0"
[ package . extras ]
test = [ "testfixtures" ]
2022-04-12 16:39:19 -04:00
[ [ package ] ]
name = "django-structlog"
2024-03-26 21:07:25 +02:00
version = "8.0.0"
2022-04-12 16:39:19 -04:00
description = "Structured Logging for Django"
2024-04-15 17:03:24 +03:00
category = "main"
2022-04-12 16:39:19 -04:00
optional = false
2023-10-24 20:17:03 +03:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-03-26 21:07:25 +02:00
{ file = "django-structlog-8.0.0.tar.gz" , hash = "sha256:e439ae173d8d852b5f991ff7528d8ce5b0ae003cc6ea513215334b3204aee09c" } ,
{ file = "django_structlog-8.0.0-py3-none-any.whl" , hash = "sha256:8431db72e9093850f4ec952a74768619667ff43987e1559526de39a82e5869a7" } ,
2023-01-18 18:32:46 +02:00
]
2022-04-12 16:39:19 -04:00
[ package . dependencies ]
2023-04-12 00:04:36 +03:00
asgiref = ">=3.6.0"
2022-11-08 19:25:32 +02:00
django = ">=3.2"
2024-01-15 22:12:00 +02:00
django-ipware = ">=6.0.2"
2022-09-09 11:36:55 -05:00
structlog = ">=21.4.0"
2022-04-12 16:39:19 -04:00
2022-11-08 19:25:32 +02:00
[ package . extras ]
celery = [ "celery (>=5.1)" ]
2023-10-24 20:17:03 +03:00
commands = [ "django-extensions (>=1.4.9)" ]
2022-11-08 19:25:32 +02:00
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "django-tables2"
2024-01-15 22:12:00 +02:00
version = "2.7.0"
2021-07-10 10:12:35 -05:00
description = "Table/data-grid framework for Django"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = "*"
2023-01-18 18:32:46 +02:00
files = [
2024-01-15 22:12:00 +02:00
{ file = "django-tables2-2.7.0.tar.gz" , hash = "sha256:4113fcc575eb438a12e83a4d4ea01452e4800d970e8bdd0e4122ac171af1900d" } ,
{ file = "django_tables2-2.7.0-py2.py3-none-any.whl" , hash = "sha256:99e06d966ca8ac69fd74092eb45c79a280dd5ca0ccb81395d96261f62128e1af" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2023-01-18 18:32:46 +02:00
Django = ">=3.2"
2021-07-10 10:12:35 -05:00
[ package . extras ]
tablib = [ "tablib" ]
[ [ package ] ]
name = "django-two-factor-auth"
2023-01-24 13:30:34 +02:00
version = "1.14.0"
2021-07-10 10:12:35 -05:00
description = "Complete Two-Factor Authentication for Django"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = "*"
2023-01-18 18:32:46 +02:00
files = [
2023-01-24 13:30:34 +02:00
{ file = "django-two-factor-auth-1.14.0.tar.gz" , hash = "sha256:d18290f02766f400537b88937df06aa0a2d6d6d37937fbfb84896c4790a9e59b" } ,
{ file = "django_two_factor_auth-1.14.0-py3-none-any.whl" , hash = "sha256:b414ef51cc84335e0049e3f98ef89ac15a09187efa381f3acd321651afae95b3" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2023-01-24 13:30:34 +02:00
Django = ">=2.2"
2021-07-10 10:12:35 -05:00
django-formtools = "*"
django-otp = ">=0.8.0"
2022-02-08 13:14:27 -06:00
django-phonenumber-field = ">=1.1.0,<7"
qrcode = ">=4.0.0,<7.99"
2021-07-10 10:12:35 -05:00
[ package . extras ]
call = [ "twilio (>=6.0)" ]
phonenumbers = [ "phonenumbers (>=7.0.9,<8.99)" ]
phonenumberslite = [ "phonenumberslite (>=7.0.9,<8.99)" ]
sms = [ "twilio (>=6.0)" ]
yubikey = [ "django-otp-yubikey" ]
[ [ package ] ]
name = "django-vanilla-views"
version = "3.0.0"
description = "Beautifully simple class based views."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = ">=3.6"
2023-01-18 18:32:46 +02:00
files = [
{ file = "django-vanilla-views-3.0.0.tar.gz" , hash = "sha256:b65f27b8d5de53f695a397438337be882a6c7b5d8d30333a4cf98c9239fe0b86" } ,
{ file = "django_vanilla_views-3.0.0-py3-none-any.whl" , hash = "sha256:ab49c4e410f00e04a89eff0403aa14f098c0ba251657deff7a2d5c3ebe23602f" } ,
]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "djangorestframework"
2024-03-26 21:07:25 +02:00
version = "3.15.1"
2021-07-10 10:12:35 -05:00
description = "Web APIs for Django, made easy."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2023-06-20 03:26:06 +03:00
python-versions = ">=3.6"
2023-01-18 18:32:46 +02:00
files = [
2024-03-26 21:07:25 +02:00
{ file = "djangorestframework-3.15.1-py3-none-any.whl" , hash = "sha256:3ccc0475bce968608cf30d07fb17d8e52d1d7fc8bfe779c905463200750cbca6" } ,
{ file = "djangorestframework-3.15.1.tar.gz" , hash = "sha256:f88fad74183dfc7144b2756d0d2ac716ea5b4c7c9840995ac3bfd8ec034333c1" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2023-06-20 03:26:06 +03:00
django = ">=3.0"
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "djangorestframework-api-key"
2023-10-24 20:17:03 +03:00
version = "3.0.0"
2021-07-10 10:12:35 -05:00
description = "API key permissions for the Django REST Framework"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2023-10-24 20:17:03 +03:00
python-versions = ">=3.8"
files = [
{ file = "djangorestframework-api-key-3.0.0.tar.gz" , hash = "sha256:f18cdfa45aaea10fd4daaebffa60481ce4002c9b9ef6c551ef1fc21dadf28845" } ,
{ file = "djangorestframework_api_key-3.0.0-py3-none-any.whl" , hash = "sha256:b9443cd864e43caebdd330224f9309957b38128267fbc9dc1ba2f3fa1c8414d0" } ,
]
[ package . dependencies ]
packaging = "*"
[ [ package ] ]
name = "elastic-transport"
2024-04-15 17:03:24 +03:00
version = "8.13.0"
2023-10-24 20:17:03 +03:00
description = "Transport classes and utilities shared among Python Elastic client libraries"
2024-04-15 17:03:24 +03:00
category = "main"
2023-10-24 20:17:03 +03:00
optional = false
2024-01-15 22:12:00 +02:00
python-versions = ">=3.7"
2023-01-18 18:32:46 +02:00
files = [
2024-04-15 17:03:24 +03:00
{ file = "elastic-transport-8.13.0.tar.gz" , hash = "sha256:2410ec1ff51221e8b3a01c0afa9f0d0498e1386a269283801f5c12f98e42dc45" } ,
{ file = "elastic_transport-8.13.0-py3-none-any.whl" , hash = "sha256:aec890afdddd057762b27ff3553b0be8fa4673ec1a4fd922dfbd00325874bb3d" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
2023-10-24 20:17:03 +03:00
[ package . dependencies ]
certifi = "*"
2023-11-28 16:21:06 +02:00
urllib3 = ">=1.26.2,<3"
2023-10-24 20:17:03 +03:00
[ package . extras ]
2024-04-15 17:03:24 +03:00
develop = [ "aiohttp" , "furo" , "httpx" , "mock" , "opentelemetry-api" , "opentelemetry-sdk" , "orjson" , "pytest" , "pytest-asyncio" , "pytest-cov" , "pytest-httpserver" , "pytest-mock" , "requests" , "respx" , "sphinx (>2)" , "sphinx-autodoc-typehints" , "trustme" ]
2023-10-24 20:17:03 +03:00
2023-05-16 21:04:05 +03:00
[ [ package ] ]
name = "elasticsearch"
2024-04-15 17:03:24 +03:00
version = "8.13.0"
2023-05-16 21:04:05 +03:00
description = "Python client for Elasticsearch"
2024-04-15 17:03:24 +03:00
category = "main"
2023-05-16 21:04:05 +03:00
optional = false
2024-01-30 06:10:12 +02:00
python-versions = ">=3.7"
2023-05-16 21:04:05 +03:00
files = [
2024-04-15 17:03:24 +03:00
{ file = "elasticsearch-8.13.0-py3-none-any.whl" , hash = "sha256:4aaf49253e974eb500f01136a487bdd0f09d3cafd37a0456eff6acfff0c9199b" } ,
{ file = "elasticsearch-8.13.0.tar.gz" , hash = "sha256:e4ebebb22d09f0ef839c26b6aa98e19ccd636bcb77f08c12b562b02cacd5e744" } ,
2023-05-16 21:04:05 +03:00
]
[ package . dependencies ]
2024-04-15 17:03:24 +03:00
elastic-transport = ">=8.13,<9"
2023-05-16 21:04:05 +03:00
[ package . extras ]
2023-10-24 20:17:03 +03:00
async = [ "aiohttp (>=3,<4)" ]
2024-04-15 17:03:24 +03:00
orjson = [ "orjson (>=3)" ]
2023-05-16 21:04:05 +03:00
requests = [ "requests (>=2.4.0,<3.0.0)" ]
[ [ package ] ]
name = "elasticsearch-dsl"
2024-01-30 06:10:12 +02:00
version = "8.12.0"
2023-05-16 21:04:05 +03:00
description = "Python client for Elasticsearch"
2024-04-15 17:03:24 +03:00
category = "main"
2023-05-16 21:04:05 +03:00
optional = false
2023-10-24 20:17:03 +03:00
python-versions = ">=3.7"
2023-05-16 21:04:05 +03:00
files = [
2024-01-30 06:10:12 +02:00
{ file = "elasticsearch-dsl-8.12.0.tar.gz" , hash = "sha256:ce32b8529888a97be911531e7590816cf3b1f608263eff6fb75aa7106e233c88" } ,
{ file = "elasticsearch_dsl-8.12.0-py3-none-any.whl" , hash = "sha256:2ea9e6ded64d21a8f1ef72477a4d116c6fbeea631ac32a2e2490b9c0d09a99a6" } ,
2023-05-16 21:04:05 +03:00
]
[ package . dependencies ]
2023-10-24 20:17:03 +03:00
elasticsearch = ">=8.0.0,<9.0.0"
2023-05-16 21:04:05 +03:00
python-dateutil = "*"
[ package . extras ]
2023-10-24 20:17:03 +03:00
develop = [ "coverage" , "pytest" , "pytest-cov" , "pytest-mock" , "pytz" , "sphinx (>2)" , "sphinx-rtd-theme (>0.5)" ]
2023-05-16 21:04:05 +03:00
2022-10-11 15:45:07 +03:00
[ [ package ] ]
name = "et-xmlfile"
version = "1.1.0"
description = "An implementation of lxml.xmlfile for the standard library"
2024-04-15 17:03:24 +03:00
category = "main"
2022-10-11 15:45:07 +03:00
optional = false
python-versions = ">=3.6"
2023-01-18 18:32:46 +02:00
files = [
{ file = "et_xmlfile-1.1.0-py3-none-any.whl" , hash = "sha256:a2ba85d1d6a74ef63837eed693bcb89c3f752169b0e3e7ae5b16ca5e1b3deada" } ,
{ file = "et_xmlfile-1.1.0.tar.gz" , hash = "sha256:8eb9e2bc2f8c97e37a2dc85a09ecdcdec9d8a396530a6d5a33b30b9a92da0c5c" } ,
]
2022-10-11 15:45:07 +03:00
[ [ package ] ]
name = "exceptiongroup"
2023-11-28 16:21:06 +02:00
version = "1.2.0"
2022-10-11 15:45:07 +03:00
description = "Backport of PEP 654 (exception groups)"
2024-04-15 17:03:24 +03:00
category = "main"
2022-10-11 15:45:07 +03:00
optional = false
python-versions = ">=3.7"
2023-01-18 18:32:46 +02:00
files = [
2023-11-28 16:21:06 +02:00
{ file = "exceptiongroup-1.2.0-py3-none-any.whl" , hash = "sha256:4bfd3996ac73b41e9b9628b04e079f193850720ea5945fc96a08633c66912f14" } ,
{ file = "exceptiongroup-1.2.0.tar.gz" , hash = "sha256:91f5c769735f051a4290d52edd0858999b57e5876e9f85937691bd4c9fa3ed68" } ,
2023-01-18 18:32:46 +02:00
]
2022-10-11 15:45:07 +03:00
[ package . extras ]
test = [ "pytest (>=6)" ]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "filelock"
2024-03-26 21:07:25 +02:00
version = "3.13.3"
2021-07-10 10:12:35 -05:00
description = "A platform independent file lock."
2024-04-15 17:03:24 +03:00
category = "dev"
2021-07-10 10:12:35 -05:00
optional = false
2023-09-13 04:54:04 +03:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-03-26 21:07:25 +02:00
{ file = "filelock-3.13.3-py3-none-any.whl" , hash = "sha256:5ffa845303983e7a0b7ae17636509bc97997d58afeafa72fb141a17b152284cb" } ,
{ file = "filelock-3.13.3.tar.gz" , hash = "sha256:a79895a25bbefdf55d1a2a0a80968f7dbb28edcd6d4234a0afb3f37ecde4b546" } ,
2023-01-18 18:32:46 +02:00
]
2021-10-12 11:05:25 -05:00
[ package . extras ]
2024-03-26 21:07:25 +02:00
docs = [ "furo (>=2023.9.10)" , "sphinx (>=7.2.6)" , "sphinx-autodoc-typehints (>=1.25.2)" ]
testing = [ "covdefaults (>=2.3)" , "coverage (>=7.3.2)" , "diff-cover (>=8.0.1)" , "pytest (>=7.4.3)" , "pytest-cov (>=4.1)" , "pytest-mock (>=3.12)" , "pytest-timeout (>=2.2)" ]
2023-11-28 16:21:06 +02:00
typing = [ "typing-extensions (>=4.8)" ]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "flake8"
2024-01-15 22:12:00 +02:00
version = "7.0.0"
2021-07-10 10:12:35 -05:00
description = "the modular source code checker: pep8 pyflakes and co"
2024-04-15 17:03:24 +03:00
category = "dev"
2021-07-10 10:12:35 -05:00
optional = false
2023-01-18 18:32:46 +02:00
python-versions = ">=3.8.1"
files = [
2024-01-15 22:12:00 +02:00
{ file = "flake8-7.0.0-py2.py3-none-any.whl" , hash = "sha256:a6dfbb75e03252917f2473ea9653f7cd799c3064e54d4c8140044c5c065f53c3" } ,
{ file = "flake8-7.0.0.tar.gz" , hash = "sha256:33f96621059e65eec474169085dc92bf26e7b2d47366b70be2f67ab80dc25132" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2022-09-09 11:36:55 -05:00
mccabe = ">=0.7.0,<0.8.0"
2023-08-11 11:36:16 -05:00
pycodestyle = ">=2.11.0,<2.12.0"
2024-01-15 22:12:00 +02:00
pyflakes = ">=3.2.0,<3.3.0"
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "future"
2023-01-18 18:32:46 +02:00
version = "0.18.3"
2021-07-10 10:12:35 -05:00
description = "Clean single-source support for Python 3 and 2"
2024-04-15 17:03:24 +03:00
category = "dev"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
2023-01-18 18:32:46 +02:00
files = [
{ file = "future-0.18.3.tar.gz" , hash = "sha256:34a17436ed1e96697a86f9de3d15a3b0be01d8bc8de9c1dffd59fb8234ed5307" } ,
]
2021-07-10 10:12:35 -05:00
2023-05-16 21:04:05 +03:00
[ [ package ] ]
name = "geographiclib"
version = "2.0"
description = "The geodesic routines from GeographicLib"
2024-04-15 17:03:24 +03:00
category = "main"
2023-05-16 21:04:05 +03:00
optional = false
python-versions = ">=3.7"
files = [
{ file = "geographiclib-2.0-py3-none-any.whl" , hash = "sha256:6b7225248e45ff7edcee32becc4e0a1504c606ac5ee163a5656d482e0cd38734" } ,
{ file = "geographiclib-2.0.tar.gz" , hash = "sha256:f7f41c85dc3e1c2d3d935ec86660dc3b2c848c83e17f9a9e51ba9d5146a15859" } ,
]
[ [ package ] ]
name = "geopy"
2023-11-28 16:21:06 +02:00
version = "2.4.1"
2023-05-16 21:04:05 +03:00
description = "Python Geocoding Toolbox"
2024-04-15 17:03:24 +03:00
category = "main"
2023-05-16 21:04:05 +03:00
optional = false
python-versions = ">=3.7"
files = [
2023-11-28 16:21:06 +02:00
{ file = "geopy-2.4.1-py3-none-any.whl" , hash = "sha256:ae8b4bc5c1131820f4d75fce9d4aaaca0c85189b3aa5d64c3dcaf5e3b7b882a7" } ,
{ file = "geopy-2.4.1.tar.gz" , hash = "sha256:50283d8e7ad07d89be5cb027338c6365a32044df3ae2556ad3f52f4840b3d0d1" } ,
2023-05-16 21:04:05 +03:00
]
[ package . dependencies ]
geographiclib = ">=1.52,<3"
[ package . extras ]
aiohttp = [ "aiohttp" ]
dev = [ "coverage" , "flake8 (>=5.0,<5.1)" , "isort (>=5.10.0,<5.11.0)" , "pytest (>=3.10)" , "pytest-asyncio (>=0.17)" , "readme-renderer" , "sphinx (<=4.3.2)" , "sphinx-issues" , "sphinx-rtd-theme (>=0.5.0)" ]
dev-docs = [ "readme-renderer" , "sphinx (<=4.3.2)" , "sphinx-issues" , "sphinx-rtd-theme (>=0.5.0)" ]
dev-lint = [ "flake8 (>=5.0,<5.1)" , "isort (>=5.10.0,<5.11.0)" ]
dev-test = [ "coverage" , "pytest (>=3.10)" , "pytest-asyncio (>=0.17)" , "sphinx (<=4.3.2)" ]
requests = [ "requests (>=2.16.2)" , "urllib3 (>=1.24.2)" ]
timezone = [ "pytz" ]
2021-10-15 03:25:38 -05:00
[ [ package ] ]
name = "ghp-import"
2022-05-10 16:56:30 +03:00
version = "2.1.0"
2021-10-15 03:25:38 -05:00
description = "Copy your docs directly to the gh-pages branch."
2024-04-15 17:03:24 +03:00
category = "dev"
2021-10-15 03:25:38 -05:00
optional = false
python-versions = "*"
2023-01-18 18:32:46 +02:00
files = [
{ file = "ghp-import-2.1.0.tar.gz" , hash = "sha256:9c535c4c61193c2df8871222567d7fd7e5014d835f97dc7b7439069e2413d343" } ,
{ file = "ghp_import-2.1.0-py3-none-any.whl" , hash = "sha256:8337dd7b50877f163d4c0289bc1f1c7f127550241988d568c1db512c4324a619" } ,
]
2021-10-15 03:25:38 -05:00
[ package . dependencies ]
python-dateutil = ">=2.8.1"
[ package . extras ]
2023-01-18 18:32:46 +02:00
dev = [ "flake8" , "markdown" , "twine" , "wheel" ]
2021-10-15 03:25:38 -05:00
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "googlemaps"
2023-02-15 09:55:01 +02:00
version = "4.10.0"
2021-07-10 10:12:35 -05:00
description = "Python client library for Google Maps Platform"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = ">=3.5"
2023-01-18 18:32:46 +02:00
files = [
2023-02-15 09:55:01 +02:00
{ file = "googlemaps-4.10.0.tar.gz" , hash = "sha256:3055fcbb1aa262a9159b589b5e6af762b10e80634ae11c59495bd44867e47d88" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
requests = ">=2.20.0,<3.0"
[ [ package ] ]
name = "grainy"
version = "1.8.1"
description = "granular permissions utility"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = ">=3.6,<4.0"
2023-01-18 18:32:46 +02:00
files = [
{ file = "grainy-1.8.1.tar.gz" , hash = "sha256:2cfd8d50b3f5cce3c463f3c5e86324442f61a7cd46dfe7b134ee926559e56556" } ,
]
2021-07-10 10:12:35 -05:00
2022-10-11 15:45:07 +03:00
[ [ package ] ]
name = "h11"
version = "0.14.0"
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
2024-04-15 17:03:24 +03:00
category = "main"
2022-10-11 15:45:07 +03:00
optional = false
python-versions = ">=3.7"
2023-01-18 18:32:46 +02:00
files = [
{ file = "h11-0.14.0-py3-none-any.whl" , hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761" } ,
{ file = "h11-0.14.0.tar.gz" , hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d" } ,
]
2022-10-11 15:45:07 +03:00
2023-09-13 04:54:04 +03:00
[ [ package ] ]
name = "hiredis"
2024-01-15 22:12:00 +02:00
version = "2.3.2"
2023-09-13 04:54:04 +03:00
description = "Python wrapper for hiredis"
2024-04-15 17:03:24 +03:00
category = "main"
2023-09-13 04:54:04 +03:00
optional = false
python-versions = ">=3.7"
files = [
2024-01-15 22:12:00 +02:00
{ file = "hiredis-2.3.2-cp310-cp310-macosx_10_15_universal2.whl" , hash = "sha256:742093f33d374098aa21c1696ac6e4874b52658c870513a297a89265a4d08fe5" } ,
{ file = "hiredis-2.3.2-cp310-cp310-macosx_10_15_x86_64.whl" , hash = "sha256:9e14fb70ca4f7efa924f508975199353bf653f452e4ef0a1e47549e208f943d7" } ,
{ file = "hiredis-2.3.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:6d7302b4b17fcc1cc727ce84ded7f6be4655701e8d58744f73b09cb9ed2b13df" } ,
{ file = "hiredis-2.3.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ed63e8b75c193c5e5a8288d9d7b011da076cc314fafc3bfd59ec1d8a750d48c8" } ,
{ file = "hiredis-2.3.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:6b4edee59dc089bc3948f4f6fba309f51aa2ccce63902364900aa0a553a85e97" } ,
{ file = "hiredis-2.3.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a6481c3b7673a86276220140456c2a6fbfe8d1fb5c613b4728293c8634134824" } ,
{ file = "hiredis-2.3.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:684840b014ce83541a087fcf2d48227196576f56ae3e944d4dfe14c0a3e0ccb7" } ,
{ file = "hiredis-2.3.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1c4c0bcf786f0eac9593367b6279e9b89534e008edbf116dcd0de956524702c8" } ,
{ file = "hiredis-2.3.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:66ab949424ac6504d823cba45c4c4854af5c59306a1531edb43b4dd22e17c102" } ,
{ file = "hiredis-2.3.2-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:322c668ee1c12d6c5750a4b1057e6b4feee2a75b3d25d630922a463cfe5e7478" } ,
{ file = "hiredis-2.3.2-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:bfa73e3f163c6e8b2ec26f22285d717a5f77ab2120c97a2605d8f48b26950dac" } ,
{ file = "hiredis-2.3.2-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:7f39f28ffc65de577c3bc0c7615f149e35bc927802a0f56e612db9b530f316f9" } ,
{ file = "hiredis-2.3.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:55ce31bf4711da879b96d511208efb65a6165da4ba91cb3a96d86d5a8d9d23e6" } ,
{ file = "hiredis-2.3.2-cp310-cp310-win32.whl" , hash = "sha256:3dd63d0bbbe75797b743f35d37a4cca7ca7ba35423a0de742ae2985752f20c6d" } ,
{ file = "hiredis-2.3.2-cp310-cp310-win_amd64.whl" , hash = "sha256:ea002656a8d974daaf6089863ab0a306962c8b715db6b10879f98b781a2a5bf5" } ,
{ file = "hiredis-2.3.2-cp311-cp311-macosx_10_15_universal2.whl" , hash = "sha256:adfbf2e9c38b77d0db2fb32c3bdaea638fa76b4e75847283cd707521ad2475ef" } ,
{ file = "hiredis-2.3.2-cp311-cp311-macosx_10_15_x86_64.whl" , hash = "sha256:80b02d27864ebaf9b153d4b99015342382eeaed651f5591ce6f07e840307c56d" } ,
{ file = "hiredis-2.3.2-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:bd40d2e2f82a483de0d0a6dfd8c3895a02e55e5c9949610ecbded18188fd0a56" } ,
{ file = "hiredis-2.3.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:dfa904045d7cebfb0f01dad51352551cce1d873d7c3f80c7ded7d42f8cac8f89" } ,
{ file = "hiredis-2.3.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:28bd184b33e0dd6d65816c16521a4ba1ffbe9ff07d66873c42ea4049a62fed83" } ,
{ file = "hiredis-2.3.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:f70481213373d44614148f0f2e38e7905be3f021902ae5167289413196de4ba4" } ,
{ file = "hiredis-2.3.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:eb8797b528c1ff81eef06713623562b36db3dafa106b59f83a6468df788ff0d1" } ,
{ file = "hiredis-2.3.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:02fc71c8333586871602db4774d3a3e403b4ccf6446dc4603ec12df563127cee" } ,
{ file = "hiredis-2.3.2-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:0da56915bda1e0a49157191b54d3e27689b70960f0685fdd5c415dacdee2fbed" } ,
{ file = "hiredis-2.3.2-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:e2674a5a3168349435b08fa0b82998ed2536eb9acccf7087efe26e4cd088a525" } ,
{ file = "hiredis-2.3.2-cp311-cp311-musllinux_1_1_ppc64le.whl" , hash = "sha256:dc1c3fd49930494a67dcec37d0558d99d84eca8eb3f03b17198424538f2608d7" } ,
{ file = "hiredis-2.3.2-cp311-cp311-musllinux_1_1_s390x.whl" , hash = "sha256:14c7b43205e515f538a9defb4e411e0f0576caaeeda76bb9993ed505486f7562" } ,
{ file = "hiredis-2.3.2-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:7bac7e02915b970c3723a7a7c5df4ba7a11a3426d2a3f181e041aa506a1ff028" } ,
{ file = "hiredis-2.3.2-cp311-cp311-win32.whl" , hash = "sha256:63a090761ddc3c1f7db5e67aa4e247b4b3bb9890080bdcdadd1b5200b8b89ac4" } ,
{ file = "hiredis-2.3.2-cp311-cp311-win_amd64.whl" , hash = "sha256:70d226ab0306a5b8d408235cabe51d4bf3554c9e8a72d53ce0b3c5c84cf78881" } ,
{ file = "hiredis-2.3.2-cp312-cp312-macosx_10_15_universal2.whl" , hash = "sha256:5c614552c6bd1d0d907f448f75550f6b24fb56cbfce80c094908b7990cad9702" } ,
{ file = "hiredis-2.3.2-cp312-cp312-macosx_10_15_x86_64.whl" , hash = "sha256:9c431431abf55b64347ddc8df68b3ef840269cb0aa5bc2d26ad9506eb4b1b866" } ,
{ file = "hiredis-2.3.2-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:a45857e87e9d2b005e81ddac9d815a33efd26ec67032c366629f023fe64fb415" } ,
{ file = "hiredis-2.3.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e138d141ec5a6ec800b6d01ddc3e5561ce1c940215e0eb9960876bfde7186aae" } ,
{ file = "hiredis-2.3.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:387f655444d912a963ab68abf64bf6e178a13c8e4aa945cb27388fd01a02e6f1" } ,
{ file = "hiredis-2.3.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:4852f4bf88f0e2d9bdf91279892f5740ed22ae368335a37a52b92a5c88691140" } ,
{ file = "hiredis-2.3.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d711c107e83117129b7f8bd08e9820c43ceec6204fff072a001fd82f6d13db9f" } ,
{ file = "hiredis-2.3.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:92830c16885f29163e1c2da1f3c1edb226df1210ec7e8711aaabba3dd0d5470a" } ,
{ file = "hiredis-2.3.2-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:16b01d9ceae265d4ab9547be0cd628ecaff14b3360357a9d30c029e5ae8b7e7f" } ,
{ file = "hiredis-2.3.2-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:5986fb5f380169270a0293bebebd95466a1c85010b4f1afc2727e4d17c452512" } ,
{ file = "hiredis-2.3.2-cp312-cp312-musllinux_1_1_ppc64le.whl" , hash = "sha256:49532d7939cc51f8e99efc326090c54acf5437ed88b9c904cc8015b3c4eda9c9" } ,
{ file = "hiredis-2.3.2-cp312-cp312-musllinux_1_1_s390x.whl" , hash = "sha256:8f34801b251ca43ad70691fb08b606a2e55f06b9c9fb1fc18fd9402b19d70f7b" } ,
{ file = "hiredis-2.3.2-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:7298562a49d95570ab1c7fc4051e72824c6a80e907993a21a41ba204223e7334" } ,
{ file = "hiredis-2.3.2-cp312-cp312-win32.whl" , hash = "sha256:e1d86b75de787481b04d112067a4033e1ecfda2a060e50318a74e4e1c9b2948c" } ,
{ file = "hiredis-2.3.2-cp312-cp312-win_amd64.whl" , hash = "sha256:6dbfe1887ffa5cf3030451a56a8f965a9da2fa82b7149357752b67a335a05fc6" } ,
{ file = "hiredis-2.3.2-cp37-cp37m-macosx_10_15_x86_64.whl" , hash = "sha256:4fc242e9da4af48714199216eb535b61e8f8d66552c8819e33fc7806bd465a09" } ,
{ file = "hiredis-2.3.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e81aa4e9a1fcf604c8c4b51aa5d258e195a6ba81efe1da82dea3204443eba01c" } ,
{ file = "hiredis-2.3.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:419780f8583ddb544ffa86f9d44a7fcc183cd826101af4e5ffe535b6765f5f6b" } ,
{ file = "hiredis-2.3.2-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:6871306d8b98a15e53a5f289ec1106a3a1d43e7ab6f4d785f95fcef9a7bd9504" } ,
{ file = "hiredis-2.3.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:88cb0b35b63717ef1e41d62f4f8717166f7c6245064957907cfe177cc144357c" } ,
{ file = "hiredis-2.3.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:8c490191fa1218851f8a80c5a21a05a6f680ac5aebc2e688b71cbfe592f8fec6" } ,
{ file = "hiredis-2.3.2-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:4baf4b579b108062e91bd2a991dc98b9dc3dc06e6288db2d98895eea8acbac22" } ,
{ file = "hiredis-2.3.2-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:e627d8ef5e100556e09fb44c9571a432b10e11596d3c4043500080ca9944a91a" } ,
{ file = "hiredis-2.3.2-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:ba3dc0af0def8c21ce7d903c59ea1e8ec4cb073f25ece9edaec7f92a286cd219" } ,
{ file = "hiredis-2.3.2-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:56e9b7d6051688ca94e68c0c8a54a243f8db841911b683cedf89a29d4de91509" } ,
{ file = "hiredis-2.3.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:380e029bb4b1d34cf560fcc8950bf6b57c2ef0c9c8b7c7ac20b7c524a730fadd" } ,
{ file = "hiredis-2.3.2-cp37-cp37m-win32.whl" , hash = "sha256:948d9f2ca7841794dd9b204644963a4bcd69ced4e959b0d4ecf1b8ce994a6daa" } ,
{ file = "hiredis-2.3.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:cfa67afe2269b2d203cd1389c00c5bc35a287cd57860441fb0e53b371ea6a029" } ,
{ file = "hiredis-2.3.2-cp38-cp38-macosx_10_15_universal2.whl" , hash = "sha256:bcbe47da0aebc00a7cfe3ebdcff0373b86ce2b1856251c003e3d69c9db44b5a7" } ,
{ file = "hiredis-2.3.2-cp38-cp38-macosx_10_15_x86_64.whl" , hash = "sha256:f2c9c0d910dd3f7df92f0638e7f65d8edd7f442203caf89c62fc79f11b0b73f8" } ,
{ file = "hiredis-2.3.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:01b6c24c0840ac7afafbc4db236fd55f56a9a0919a215c25a238f051781f4772" } ,
{ file = "hiredis-2.3.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c1f567489f422d40c21e53212a73bef4638d9f21043848150f8544ef1f3a6ad1" } ,
{ file = "hiredis-2.3.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:28adecb308293e705e44087a1c2d557a816f032430d8a2a9bb7873902a1c6d48" } ,
{ file = "hiredis-2.3.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:27e9619847e9dc70b14b1ad2d0fb4889e7ca18996585c3463cff6c951fd6b10b" } ,
{ file = "hiredis-2.3.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9a0026cfbf29f07649b0e34509091a2a6016ff8844b127de150efce1c3aff60b" } ,
{ file = "hiredis-2.3.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f9de7586522e5da6bee83c9cf0dcccac0857a43249cb4d721a2e312d98a684d1" } ,
{ file = "hiredis-2.3.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:e58494f282215fc461b06709e9a195a24c12ba09570f25bdf9efb036acc05101" } ,
{ file = "hiredis-2.3.2-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:de3a32b4b76d46f1eb42b24a918d51d8ca52411a381748196241d59a895f7c5c" } ,
{ file = "hiredis-2.3.2-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:1979334ccab21a49c544cd1b8d784ffb2747f99a51cb0bd0976eebb517628382" } ,
{ file = "hiredis-2.3.2-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:0c0773266e1c38a06e7593bd08870ac1503f5f0ce0f5c63f2b4134b090b5d6a4" } ,
{ file = "hiredis-2.3.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:bd1cee053416183adcc8e6134704c46c60c3f66b8faaf9e65bf76191ca59a2f7" } ,
{ file = "hiredis-2.3.2-cp38-cp38-win32.whl" , hash = "sha256:5341ce3d01ef3c7418a72e370bf028c7aeb16895e79e115fe4c954fff990489e" } ,
{ file = "hiredis-2.3.2-cp38-cp38-win_amd64.whl" , hash = "sha256:8fc7197ff33047ce43a67851ccf190acb5b05c52fd4a001bb55766358f04da68" } ,
{ file = "hiredis-2.3.2-cp39-cp39-macosx_10_15_universal2.whl" , hash = "sha256:f47775e27388b58ce52f4f972f80e45b13c65113e9e6b6bf60148f893871dc9b" } ,
{ file = "hiredis-2.3.2-cp39-cp39-macosx_10_15_x86_64.whl" , hash = "sha256:9412a06b8a8e09abd6313d96864b6d7713c6003a365995a5c70cfb9209df1570" } ,
{ file = "hiredis-2.3.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:f3020b60e3fc96d08c2a9b011f1c2e2a6bdcc09cb55df93c509b88be5cb791df" } ,
{ file = "hiredis-2.3.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:53d0f2c59bce399b8010a21bc779b4f8c32d0f582b2284ac8c98dc7578b27bc4" } ,
{ file = "hiredis-2.3.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:57c0d0c7e308ed5280a4900d4468bbfec51f0e1b4cde1deae7d4e639bc6b7766" } ,
{ file = "hiredis-2.3.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:1d63318ca189fddc7e75f6a4af8eae9c0545863619fb38cfba5f43e81280b286" } ,
{ file = "hiredis-2.3.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e741ffe4e2db78a1b9dd6e5d29678ce37fbaaf65dfe132e5b82a794413302ef1" } ,
{ file = "hiredis-2.3.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:eb98038ccd368e0d88bd92ee575c58cfaf33e77f788c36b2a89a84ee1936dc6b" } ,
{ file = "hiredis-2.3.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:eae62ed60d53b3561148bcd8c2383e430af38c0deab9f2dd15f8874888ffd26f" } ,
{ file = "hiredis-2.3.2-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:ca33c175c1cf60222d9c6d01c38fc17ec3a484f32294af781de30226b003e00f" } ,
{ file = "hiredis-2.3.2-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:0c5f6972d2bdee3cd301d5c5438e31195cf1cabf6fd9274491674d4ceb46914d" } ,
{ file = "hiredis-2.3.2-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:a6b54dabfaa5dbaa92f796f0c32819b4636e66aa8e9106c3d421624bd2a2d676" } ,
{ file = "hiredis-2.3.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:e96cd35df012a17c87ae276196ea8f215e77d6eeca90709eb03999e2d5e3fd8a" } ,
{ file = "hiredis-2.3.2-cp39-cp39-win32.whl" , hash = "sha256:63b99b5ea9fe4f21469fb06a16ca5244307678636f11917359e3223aaeca0b67" } ,
{ file = "hiredis-2.3.2-cp39-cp39-win_amd64.whl" , hash = "sha256:a50c8af811b35b8a43b1590cf890b61ff2233225257a3cad32f43b3ec7ff1b9f" } ,
{ file = "hiredis-2.3.2-pp310-pypy310_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:7e8bf4444b09419b77ce671088db9f875b26720b5872d97778e2545cd87dba4a" } ,
{ file = "hiredis-2.3.2-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5bd42d0d45ea47a2f96babd82a659fbc60612ab9423a68e4a8191e538b85542a" } ,
{ file = "hiredis-2.3.2-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:80441b55edbef868e2563842f5030982b04349408396e5ac2b32025fb06b5212" } ,
{ file = "hiredis-2.3.2-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ec444ab8f27562a363672d6a7372bc0700a1bdc9764563c57c5f9efa0e592b5f" } ,
{ file = "hiredis-2.3.2-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:f9f606e810858207d4b4287b4ef0dc622c2aa469548bf02b59dcc616f134f811" } ,
{ file = "hiredis-2.3.2-pp37-pypy37_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:c3dde4ca00fe9eee3b76209711f1941bb86db42b8a75d7f2249ff9dfc026ab0e" } ,
{ file = "hiredis-2.3.2-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d4dd676107a1d3c724a56a9d9db38166ad4cf44f924ee701414751bd18a784a0" } ,
{ file = "hiredis-2.3.2-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ce42649e2676ad783186264d5ffc788a7612ecd7f9effb62d51c30d413a3eefe" } ,
{ file = "hiredis-2.3.2-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:8e3f8b1733078ac663dad57e20060e16389a60ab542f18a97931f3a2a2dd64a4" } ,
{ file = "hiredis-2.3.2-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:532a84a82156a82529ec401d1c25d677c6543c791e54a263aa139541c363995f" } ,
{ file = "hiredis-2.3.2-pp38-pypy38_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:4d59f88c4daa36b8c38e59ac7bffed6f5d7f68eaccad471484bf587b28ccc478" } ,
{ file = "hiredis-2.3.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a91a14dd95e24dc078204b18b0199226ee44644974c645dc54ee7b00c3157330" } ,
{ file = "hiredis-2.3.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bb777a38797c8c7df0444533119570be18d1a4ce5478dffc00c875684df7bfcb" } ,
{ file = "hiredis-2.3.2-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d47c915897a99d0d34a39fad4be97b4b709ab3d0d3b779ebccf2b6024a8c681e" } ,
{ file = "hiredis-2.3.2-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:333b5e04866758b11bda5f5315b4e671d15755fc6ed3b7969721bc6311d0ee36" } ,
{ file = "hiredis-2.3.2-pp39-pypy39_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:c8937f1100435698c18e4da086968c4b5d70e86ea718376f833475ab3277c9aa" } ,
{ file = "hiredis-2.3.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:fa45f7d771094b8145af10db74704ab0f698adb682fbf3721d8090f90e42cc49" } ,
{ file = "hiredis-2.3.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:33d5ebc93c39aed4b5bc769f8ce0819bc50e74bb95d57a35f838f1c4378978e0" } ,
{ file = "hiredis-2.3.2-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a797d8c7df9944314d309b0d9e1b354e2fa4430a05bb7604da13b6ad291bf959" } ,
{ file = "hiredis-2.3.2-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:e15a408f71a6c8c87b364f1f15a6cd9c1baca12bbc47a326ac8ab99ec7ad3c64" } ,
{ file = "hiredis-2.3.2.tar.gz" , hash = "sha256:733e2456b68f3f126ddaf2cd500a33b25146c3676b97ea843665717bda0c5d43" } ,
2023-09-13 04:54:04 +03:00
]
2023-11-28 16:21:06 +02:00
[ [ package ] ]
name = "httpcore"
2024-04-15 17:03:24 +03:00
version = "1.0.5"
2023-11-28 16:21:06 +02:00
description = "A minimal low-level HTTP client."
2024-04-15 17:03:24 +03:00
category = "main"
2023-11-28 16:21:06 +02:00
optional = false
python-versions = ">=3.8"
files = [
2024-04-15 17:03:24 +03:00
{ file = "httpcore-1.0.5-py3-none-any.whl" , hash = "sha256:421f18bac248b25d310f3cacd198d55b8e6125c107797b609ff9b7a6ba7991b5" } ,
{ file = "httpcore-1.0.5.tar.gz" , hash = "sha256:34a38e2f9291467ee3b44e89dd52615370e152954ba21721378a87b2960f7a61" } ,
2023-11-28 16:21:06 +02:00
]
[ package . dependencies ]
certifi = "*"
h11 = ">=0.13,<0.15"
[ package . extras ]
asyncio = [ "anyio (>=4.0,<5.0)" ]
http2 = [ "h2 (>=3,<5)" ]
2024-04-15 17:03:24 +03:00
socks = [ "socksio (>=1.0.0,<2.0.0)" ]
trio = [ "trio (>=0.22.0,<0.26.0)" ]
2023-11-28 16:21:06 +02:00
[ [ package ] ]
name = "httpx"
2024-03-13 00:33:46 +02:00
version = "0.27.0"
2023-11-28 16:21:06 +02:00
description = "The next generation HTTP client."
2024-04-15 17:03:24 +03:00
category = "main"
2023-11-28 16:21:06 +02:00
optional = false
python-versions = ">=3.8"
files = [
2024-03-13 00:33:46 +02:00
{ file = "httpx-0.27.0-py3-none-any.whl" , hash = "sha256:71d5465162c13681bff01ad59b2cc68dd838ea1f10e51574bac27103f00c91a5" } ,
{ file = "httpx-0.27.0.tar.gz" , hash = "sha256:a0cb88a46f32dc874e04ee956e4c2764aba2aa228f650b06788ba6bda2962ab5" } ,
2023-11-28 16:21:06 +02:00
]
[ package . dependencies ]
anyio = "*"
certifi = "*"
2024-04-15 17:03:24 +03:00
httpcore = ">=1.0.0,<2.0.0"
2023-11-28 16:21:06 +02:00
idna = "*"
sniffio = "*"
[ package . extras ]
brotli = [ "brotli" , "brotlicffi" ]
2024-04-15 17:03:24 +03:00
cli = [ "click (>=8.0.0,<9.0.0)" , "pygments (>=2.0.0,<3.0.0)" , "rich (>=10,<14)" ]
2023-11-28 16:21:06 +02:00
http2 = [ "h2 (>=3,<5)" ]
2024-04-15 17:03:24 +03:00
socks = [ "socksio (>=1.0.0,<2.0.0)" ]
2023-11-28 16:21:06 +02:00
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "identify"
2024-02-20 22:37:44 +02:00
version = "2.5.35"
2021-07-10 10:12:35 -05:00
description = "File identification library for Python"
2024-04-15 17:03:24 +03:00
category = "dev"
2021-07-10 10:12:35 -05:00
optional = false
2023-08-11 11:36:16 -05:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-02-20 22:37:44 +02:00
{ file = "identify-2.5.35-py2.py3-none-any.whl" , hash = "sha256:c4de0081837b211594f8e877a6b4fad7ca32bbfc1a9307fdd61c28bfe923f13e" } ,
{ file = "identify-2.5.35.tar.gz" , hash = "sha256:10a7ca245cfcd756a554a7288159f72ff105ad233c7c4b9c6f0f4d108f5f6791" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . extras ]
2022-01-11 08:56:47 -06:00
license = [ "ukkonen" ]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "idna"
2023-11-28 16:21:06 +02:00
version = "3.6"
2021-07-10 10:12:35 -05:00
description = "Internationalized Domain Names in Applications (IDNA)"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2021-08-18 08:21:22 -05:00
python-versions = ">=3.5"
2023-01-18 18:32:46 +02:00
files = [
2023-11-28 16:21:06 +02:00
{ file = "idna-3.6-py3-none-any.whl" , hash = "sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f" } ,
{ file = "idna-3.6.tar.gz" , hash = "sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
2021-10-15 03:25:38 -05:00
[ [ package ] ]
name = "importlib-metadata"
2024-03-26 21:07:25 +02:00
version = "7.1.0"
2021-10-15 03:25:38 -05:00
description = "Read metadata from Python packages"
2024-04-15 17:03:24 +03:00
category = "main"
2021-10-15 03:25:38 -05:00
optional = false
2023-07-11 16:20:46 +03:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-03-26 21:07:25 +02:00
{ file = "importlib_metadata-7.1.0-py3-none-any.whl" , hash = "sha256:30962b96c0c223483ed6cc7280e7f0199feb01a0e40cfae4d4450fc6fab1f570" } ,
{ file = "importlib_metadata-7.1.0.tar.gz" , hash = "sha256:b78938b926ee8d5f020fc4772d487045805a55ddbad2ecf21c6d60938dc7fcd2" } ,
2023-01-18 18:32:46 +02:00
]
2021-10-15 03:25:38 -05:00
[ package . dependencies ]
zipp = ">=0.5"
[ package . extras ]
2024-03-13 00:33:46 +02:00
docs = [ "furo" , "jaraco.packaging (>=9.3)" , "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "sphinx (>=3.5)" , "sphinx-lint" ]
2021-10-15 03:25:38 -05:00
perf = [ "ipython" ]
2024-03-26 21:07:25 +02:00
testing = [ "flufl.flake8" , "importlib-resources (>=1.3)" , "jaraco.test (>=5.4)" , "packaging" , "pyfakefs" , "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=2.2)" , "pytest-mypy" , "pytest-perf (>=0.9.2)" , "pytest-ruff (>=0.2.1)" ]
2021-10-15 03:25:38 -05:00
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "iniconfig"
2023-01-18 18:32:46 +02:00
version = "2.0.0"
description = "brain-dead simple config-ini parsing"
2024-04-15 17:03:24 +03:00
category = "dev"
2021-07-10 10:12:35 -05:00
optional = false
2023-01-18 18:32:46 +02:00
python-versions = ">=3.7"
files = [
{ file = "iniconfig-2.0.0-py3-none-any.whl" , hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374" } ,
{ file = "iniconfig-2.0.0.tar.gz" , hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3" } ,
]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "isort"
2024-01-15 22:12:00 +02:00
version = "5.13.2"
2021-07-10 10:12:35 -05:00
description = "A Python utility / library to sort Python imports."
2024-04-15 17:03:24 +03:00
category = "dev"
2021-07-10 10:12:35 -05:00
optional = false
2023-02-15 09:55:01 +02:00
python-versions = ">=3.8.0"
2023-01-18 18:32:46 +02:00
files = [
2024-01-15 22:12:00 +02:00
{ file = "isort-5.13.2-py3-none-any.whl" , hash = "sha256:8ca5e72a8d85860d5a3fa69b8745237f2939afe12dbf656afbcb47fe72d947a6" } ,
{ file = "isort-5.13.2.tar.gz" , hash = "sha256:48fdfcb9face5d58a4f6dde2e72a1fb8dcaf8ab26f95ab49fab84c2ddefb0109" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . extras ]
2024-01-15 22:12:00 +02:00
colors = [ "colorama (>=0.4.6)" ]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "itypes"
version = "1.2.0"
description = "Simple immutable types for python."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = "*"
2023-01-18 18:32:46 +02:00
files = [
{ file = "itypes-1.2.0-py2.py3-none-any.whl" , hash = "sha256:03da6872ca89d29aef62773672b2d408f490f80db48b23079a4b194c86dd04c6" } ,
{ file = "itypes-1.2.0.tar.gz" , hash = "sha256:af886f129dea4a2a1e3d36595a2d139589e4dd287f5cab0b40e799ee81570ff1" } ,
]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "jinja2"
2024-01-15 22:12:00 +02:00
version = "3.1.3"
2021-07-10 10:12:35 -05:00
description = "A very fast and expressive template engine."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2022-04-12 16:39:19 -04:00
python-versions = ">=3.7"
2023-01-18 18:32:46 +02:00
files = [
2024-01-15 22:12:00 +02:00
{ file = "Jinja2-3.1.3-py3-none-any.whl" , hash = "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa" } ,
{ file = "Jinja2-3.1.3.tar.gz" , hash = "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
MarkupSafe = ">=2.0"
[ package . extras ]
i18n = [ "Babel (>=2.7)" ]
[ [ package ] ]
name = "jsonschema"
2024-01-30 06:10:12 +02:00
version = "4.21.1"
2021-07-10 10:12:35 -05:00
description = "An implementation of JSON Schema validation for Python"
2024-04-15 17:03:24 +03:00
category = "dev"
2021-07-10 10:12:35 -05:00
optional = false
2023-07-11 16:20:46 +03:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-01-30 06:10:12 +02:00
{ file = "jsonschema-4.21.1-py3-none-any.whl" , hash = "sha256:7996507afae316306f9e2290407761157c6f78002dcf7419acb99822143d1c6f" } ,
{ file = "jsonschema-4.21.1.tar.gz" , hash = "sha256:85727c00279f5fa6bedbe6238d2aa6403bedd8b4864ab11207d07df3cc1b2ee5" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2023-07-11 16:20:46 +03:00
attrs = ">=22.2.0"
jsonschema-specifications = ">=2023.03.6"
referencing = ">=0.28.4"
rpds-py = ">=0.7.1"
2021-07-10 10:12:35 -05:00
[ package . extras ]
2022-06-15 08:30:42 -05:00
format = [ "fqdn" , "idna" , "isoduration" , "jsonpointer (>1.13)" , "rfc3339-validator" , "rfc3987" , "uri-template" , "webcolors (>=1.11)" ]
format-nongpl = [ "fqdn" , "idna" , "isoduration" , "jsonpointer (>1.13)" , "rfc3339-validator" , "rfc3986-validator (>0.1.0)" , "uri-template" , "webcolors (>=1.11)" ]
2021-07-10 10:12:35 -05:00
2023-07-11 16:20:46 +03:00
[ [ package ] ]
name = "jsonschema-specifications"
2024-01-15 22:12:00 +02:00
version = "2023.12.1"
2023-07-11 16:20:46 +03:00
description = "The JSON Schema meta-schemas and vocabularies, exposed as a Registry"
2024-04-15 17:03:24 +03:00
category = "dev"
2023-07-11 16:20:46 +03:00
optional = false
python-versions = ">=3.8"
files = [
2024-01-15 22:12:00 +02:00
{ file = "jsonschema_specifications-2023.12.1-py3-none-any.whl" , hash = "sha256:87e4fdf3a94858b8a2ba2778d9ba57d8a9cafca7c7489c46ba0d30a8bc6a9c3c" } ,
{ file = "jsonschema_specifications-2023.12.1.tar.gz" , hash = "sha256:48a76787b3e70f5ed53f1160d2b81f586e4ca6d1548c5de7085d1682674764cc" } ,
2023-07-11 16:20:46 +03:00
]
[ package . dependencies ]
2023-11-28 16:21:06 +02:00
referencing = ">=0.31.0"
2023-07-11 16:20:46 +03:00
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "jwcrypto"
2024-03-13 00:33:46 +02:00
version = "1.5.6"
2021-07-10 10:12:35 -05:00
description = "Implementation of JOSE Web standards"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2024-02-20 22:37:44 +02:00
python-versions = ">= 3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-03-13 00:33:46 +02:00
{ file = "jwcrypto-1.5.6-py3-none-any.whl" , hash = "sha256:150d2b0ebbdb8f40b77f543fb44ffd2baeff48788be71f67f03566692fd55789" } ,
{ file = "jwcrypto-1.5.6.tar.gz" , hash = "sha256:771a87762a0c081ae6166958a954f80848820b2ab066937dc8b8379d65b1b039" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2023-06-20 03:26:06 +03:00
cryptography = ">=3.4"
2024-03-13 00:33:46 +02:00
typing-extensions = ">=4.5.0"
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "markdown"
2024-03-26 21:07:25 +02:00
version = "3.6"
2023-08-11 11:36:16 -05:00
description = "Python implementation of John Gruber's Markdown."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2023-10-24 20:17:03 +03:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-03-26 21:07:25 +02:00
{ file = "Markdown-3.6-py3-none-any.whl" , hash = "sha256:48f276f4d8cfb8ce6527c8f79e2ee29708508bf4d40aa410fbc3b4ee832c850f" } ,
{ file = "Markdown-3.6.tar.gz" , hash = "sha256:ed4f41f6daecbeeb96e576ce414c41d2d876daa9a16cb35fa8ed8c2ddfad0224" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
2022-01-11 08:56:47 -06:00
[ package . dependencies ]
importlib-metadata = { version = ">=4.4" , markers = "python_version < \"3.10\"" }
2021-07-10 10:12:35 -05:00
[ package . extras ]
2023-10-24 20:17:03 +03:00
docs = [ "mdx-gh-links (>=0.2)" , "mkdocs (>=1.5)" , "mkdocs-gen-files" , "mkdocs-literate-nav" , "mkdocs-nature (>=0.6)" , "mkdocs-section-index" , "mkdocstrings[python]" ]
2021-07-10 10:12:35 -05:00
testing = [ "coverage" , "pyyaml" ]
2021-10-15 03:25:38 -05:00
[ [ package ] ]
name = "markdown-include"
2023-02-15 09:55:01 +02:00
version = "0.8.1"
2023-01-18 18:32:46 +02:00
description = "A Python-Markdown extension which provides an 'include' function"
2024-04-15 17:03:24 +03:00
category = "dev"
2021-10-15 03:25:38 -05:00
optional = false
2023-01-18 18:32:46 +02:00
python-versions = ">=3.7"
files = [
2023-02-15 09:55:01 +02:00
{ file = "markdown-include-0.8.1.tar.gz" , hash = "sha256:1d0623e0fc2757c38d35df53752768356162284259d259c486b4ab6285cdbbe3" } ,
{ file = "markdown_include-0.8.1-py3-none-any.whl" , hash = "sha256:32f0635b9cfef46997b307e2430022852529f7a5b87c0075c504283e7cc7db53" } ,
2023-01-18 18:32:46 +02:00
]
2021-10-15 03:25:38 -05:00
[ package . dependencies ]
2022-09-09 11:36:55 -05:00
markdown = ">=3.0"
2021-10-15 03:25:38 -05:00
2023-01-18 18:32:46 +02:00
[ package . extras ]
tests = [ "pytest" ]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "markupsafe"
2024-02-20 22:37:44 +02:00
version = "2.1.5"
2021-07-10 10:12:35 -05:00
description = "Safely add untrusted strings to HTML/XML markup."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2022-03-08 09:27:45 -04:00
python-versions = ">=3.7"
2023-01-18 18:32:46 +02:00
files = [
2024-02-20 22:37:44 +02:00
{ file = "MarkupSafe-2.1.5-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:a17a92de5231666cfbe003f0e4b9b3a7ae3afb1ec2845aadc2bacc93ff85febc" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:72b6be590cc35924b02c78ef34b467da4ba07e4e0f0454a2c5907f473fc50ce5" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e61659ba32cf2cf1481e575d0462554625196a1f2fc06a1c777d3f48e8865d46" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2174c595a0d73a3080ca3257b40096db99799265e1c27cc5a610743acd86d62f" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ae2ad8ae6ebee9d2d94b17fb62763125f3f374c25618198f40cbb8b525411900" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:075202fa5b72c86ad32dc7d0b56024ebdbcf2048c0ba09f1cde31bfdd57bcfff" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:598e3276b64aff0e7b3451b72e94fa3c238d452e7ddcd893c3ab324717456bad" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:fce659a462a1be54d2ffcacea5e3ba2d74daa74f30f5f143fe0c58636e355fdd" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-win32.whl" , hash = "sha256:d9fad5155d72433c921b782e58892377c44bd6252b5af2f67f16b194987338a4" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-win_amd64.whl" , hash = "sha256:bf50cd79a75d181c9181df03572cdce0fbb75cc353bc350712073108cba98de5" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:629ddd2ca402ae6dbedfceeba9c46d5f7b2a61d9749597d4307f943ef198fc1f" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:5b7b716f97b52c5a14bffdf688f971b2d5ef4029127f1ad7a513973cfd818df2" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6ec585f69cec0aa07d945b20805be741395e28ac1627333b1c5b0105962ffced" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b91c037585eba9095565a3556f611e3cbfaa42ca1e865f7b8015fe5c7336d5a5" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7502934a33b54030eaf1194c21c692a534196063db72176b0c4028e140f8f32c" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:0e397ac966fdf721b2c528cf028494e86172b4feba51d65f81ffd65c63798f3f" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:c061bb86a71b42465156a3ee7bd58c8c2ceacdbeb95d05a99893e08b8467359a" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:3a57fdd7ce31c7ff06cdfbf31dafa96cc533c21e443d57f5b1ecc6cdc668ec7f" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-win32.whl" , hash = "sha256:397081c1a0bfb5124355710fe79478cdbeb39626492b15d399526ae53422b906" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-win_amd64.whl" , hash = "sha256:2b7c57a4dfc4f16f7142221afe5ba4e093e09e728ca65c51f5620c9aaeb9a617" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_universal2.whl" , hash = "sha256:8dec4936e9c3100156f8a2dc89c4b88d5c435175ff03413b443469c7c8c5f4d1" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:3c6b973f22eb18a789b1460b4b91bf04ae3f0c4234a0a6aa6b0a92f6f7b951d4" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ac07bad82163452a6884fe8fa0963fb98c2346ba78d779ec06bd7a6262132aee" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f5dfb42c4604dddc8e4305050aa6deb084540643ed5804d7455b5df8fe16f5e5" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ea3d8a3d18833cf4304cd2fc9cbb1efe188ca9b5efef2bdac7adc20594a0e46b" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:d050b3361367a06d752db6ead6e7edeb0009be66bc3bae0ee9d97fb326badc2a" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:bec0a414d016ac1a18862a519e54b2fd0fc8bbfd6890376898a6c0891dd82e9f" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:58c98fee265677f63a4385256a6d7683ab1832f3ddd1e66fe948d5880c21a169" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-win32.whl" , hash = "sha256:8590b4ae07a35970728874632fed7bd57b26b0102df2d2b233b6d9d82f6c62ad" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-win_amd64.whl" , hash = "sha256:823b65d8706e32ad2df51ed89496147a42a2a6e01c13cfb6ffb8b1e92bc910bb" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:c8b29db45f8fe46ad280a7294f5c3ec36dbac9491f2d1c17345be8e69cc5928f" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ec6a563cff360b50eed26f13adc43e61bc0c04d94b8be985e6fb24b81f6dcfdf" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a549b9c31bec33820e885335b451286e2969a2d9e24879f83fe904a5ce59d70a" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4f11aa001c540f62c6166c7726f71f7573b52c68c31f014c25cc7901deea0b52" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:7b2e5a267c855eea6b4283940daa6e88a285f5f2a67f2220203786dfa59b37e9" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:2d2d793e36e230fd32babe143b04cec8a8b3eb8a3122d2aceb4a371e6b09b8df" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:ce409136744f6521e39fd8e2a24c53fa18ad67aa5bc7c2cf83645cce5b5c4e50" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-win32.whl" , hash = "sha256:4096e9de5c6fdf43fb4f04c26fb114f61ef0bf2e5604b6ee3019d51b69e8c371" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-win_amd64.whl" , hash = "sha256:4275d846e41ecefa46e2015117a9f491e57a71ddd59bbead77e904dc02b1bed2" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:656f7526c69fac7f600bd1f400991cc282b417d17539a1b228617081106feb4a" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:97cafb1f3cbcd3fd2b6fbfb99ae11cdb14deea0736fc2b0952ee177f2b813a46" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1f3fbcb7ef1f16e48246f704ab79d79da8a46891e2da03f8783a5b6fa41a9532" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:fa9db3f79de01457b03d4f01b34cf91bc0048eb2c3846ff26f66687c2f6d16ab" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ffee1f21e5ef0d712f9033568f8344d5da8cc2869dbd08d87c84656e6a2d2f68" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:5dedb4db619ba5a2787a94d877bc8ffc0566f92a01c0ef214865e54ecc9ee5e0" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:30b600cf0a7ac9234b2638fbc0fb6158ba5bdcdf46aeb631ead21248b9affbc4" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:8dd717634f5a044f860435c1d8c16a270ddf0ef8588d4887037c5028b859b0c3" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-win32.whl" , hash = "sha256:daa4ee5a243f0f20d528d939d06670a298dd39b1ad5f8a72a4275124a7819eff" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-win_amd64.whl" , hash = "sha256:619bc166c4f2de5caa5a633b8b7326fbe98e0ccbfacabd87268a2b15ff73a029" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:7a68b554d356a91cce1236aa7682dc01df0edba8d043fd1ce607c49dd3c1edcf" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:db0b55e0f3cc0be60c1f19efdde9a637c32740486004f20d1cff53c3c0ece4d2" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3e53af139f8579a6d5f7b76549125f0d94d7e630761a2111bc431fd820e163b8" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:17b950fccb810b3293638215058e432159d2b71005c74371d784862b7e4683f3" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4c31f53cdae6ecfa91a77820e8b151dba54ab528ba65dfd235c80b086d68a465" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:bff1b4290a66b490a2f4719358c0cdcd9bafb6b8f061e45c7a2460866bf50c2e" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:bc1667f8b83f48511b94671e0e441401371dfd0f0a795c7daa4a3cd1dde55bea" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:5049256f536511ee3f7e1b3f87d1d1209d327e818e6ae1365e8653d7e3abb6a6" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-win32.whl" , hash = "sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-win_amd64.whl" , hash = "sha256:fa173ec60341d6bb97a89f5ea19c85c5643c1e7dedebc22f5181eb73573142c5" } ,
{ file = "MarkupSafe-2.1.5.tar.gz" , hash = "sha256:d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "mccabe"
2022-09-09 11:36:55 -05:00
version = "0.7.0"
2021-07-10 10:12:35 -05:00
description = "McCabe checker, plugin for flake8"
2024-04-15 17:03:24 +03:00
category = "dev"
2021-07-10 10:12:35 -05:00
optional = false
2022-09-09 11:36:55 -05:00
python-versions = ">=3.6"
2023-01-18 18:32:46 +02:00
files = [
{ file = "mccabe-0.7.0-py2.py3-none-any.whl" , hash = "sha256:6c2d30ab6be0e4a46919781807b4f0d834ebdd6c6e3dca0bda5a15f863427b6e" } ,
{ file = "mccabe-0.7.0.tar.gz" , hash = "sha256:348e0240c33b60bbdf4e523192ef919f28cb2c3d7d5c7794f74009290f236325" } ,
]
2021-07-10 10:12:35 -05:00
2021-10-15 03:25:38 -05:00
[ [ package ] ]
name = "mergedeep"
version = "1.3.4"
description = "A deep merge function for 🐍."
2024-04-15 17:03:24 +03:00
category = "dev"
2021-10-15 03:25:38 -05:00
optional = false
python-versions = ">=3.6"
2023-01-18 18:32:46 +02:00
files = [
{ file = "mergedeep-1.3.4-py3-none-any.whl" , hash = "sha256:70775750742b25c0d8f36c55aed03d24c3384d17c951b3175d898bd778ef0307" } ,
{ file = "mergedeep-1.3.4.tar.gz" , hash = "sha256:0096d52e9dad9939c3d975a774666af186eda617e6ca84df4c94dec30004f2a8" } ,
]
2021-10-15 03:25:38 -05:00
[ [ package ] ]
name = "mkdocs"
2023-10-24 20:17:03 +03:00
version = "1.5.3"
2021-10-15 03:25:38 -05:00
description = "Project documentation with Markdown."
2024-04-15 17:03:24 +03:00
category = "dev"
2021-10-15 03:25:38 -05:00
optional = false
2022-10-11 15:45:07 +03:00
python-versions = ">=3.7"
2023-01-18 18:32:46 +02:00
files = [
2023-10-24 20:17:03 +03:00
{ file = "mkdocs-1.5.3-py3-none-any.whl" , hash = "sha256:3b3a78e736b31158d64dbb2f8ba29bd46a379d0c6e324c2246c3bc3d2189cfc1" } ,
{ file = "mkdocs-1.5.3.tar.gz" , hash = "sha256:eb7c99214dcb945313ba30426c2451b735992c73c2e10838f76d09e39ff4d0e2" } ,
2023-01-18 18:32:46 +02:00
]
2021-10-15 03:25:38 -05:00
[ package . dependencies ]
2022-10-11 15:45:07 +03:00
click = ">=7.0"
2022-11-08 19:25:32 +02:00
colorama = { version = ">=0.4" , markers = "platform_system == \"Windows\"" }
2021-10-15 03:25:38 -05:00
ghp-import = ">=1.0"
2022-10-11 15:45:07 +03:00
importlib-metadata = { version = ">=4.3" , markers = "python_version < \"3.10\"" }
2022-11-08 19:25:32 +02:00
jinja2 = ">=2.11.1"
2023-08-11 11:36:16 -05:00
markdown = ">=3.2.1"
markupsafe = ">=2.0.1"
2021-10-15 03:25:38 -05:00
mergedeep = ">=1.3.4"
packaging = ">=20.5"
2023-08-11 11:36:16 -05:00
pathspec = ">=0.11.1"
platformdirs = ">=2.2.0"
2022-11-08 19:25:32 +02:00
pyyaml = ">=5.1"
2021-10-15 03:25:38 -05:00
pyyaml-env-tag = ">=0.1"
watchdog = ">=2.0"
[ package . extras ]
i18n = [ "babel (>=2.9.0)" ]
2023-08-11 11:36:16 -05:00
min-versions = [ "babel (==2.9.0)" , "click (==7.0)" , "colorama (==0.4)" , "ghp-import (==1.0)" , "importlib-metadata (==4.3)" , "jinja2 (==2.11.1)" , "markdown (==3.2.1)" , "markupsafe (==2.0.1)" , "mergedeep (==1.3.4)" , "packaging (==20.5)" , "pathspec (==0.11.1)" , "platformdirs (==2.2.0)" , "pyyaml (==5.1)" , "pyyaml-env-tag (==0.1)" , "typing-extensions (==3.10)" , "watchdog (==2.0)" ]
2021-10-15 03:25:38 -05:00
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "munge"
2023-07-11 16:20:46 +03:00
version = "1.3.0"
2021-07-10 10:12:35 -05:00
description = "data manipulation library and client"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2023-07-11 16:20:46 +03:00
python-versions = ">=3.8,<4.0"
2023-01-18 18:32:46 +02:00
files = [
2023-07-11 16:20:46 +03:00
{ file = "munge-1.3.0-py3-none-any.whl" , hash = "sha256:fe24e8fd33b388c70abf296f94814aec596d10eb96c0b95a669a49f71012d1f0" } ,
{ file = "munge-1.3.0.tar.gz" , hash = "sha256:5417d47b46e4215d561ce7c01e46098787476bb81eb0c70a7b9b20b38eafa0e5" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2021-09-14 08:59:09 -05:00
click = ">=5.1"
2023-07-11 16:20:46 +03:00
PyYAML = { version = ">=5.1" , optional = true , markers = "extra == \"yaml\"" }
requests = ">=2.6"
tomlkit = { version = ">=0.7.2" , optional = true , markers = "extra == \"tomlkit\"" }
2021-07-10 10:12:35 -05:00
[ package . extras ]
2023-07-11 16:20:46 +03:00
toml = [ "toml (>=0.10.2)" ]
tomlkit = [ "tomlkit (>=0.7.2)" ]
yaml = [ "PyYAML (>=5.1)" ]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "mypy-extensions"
2023-02-15 09:55:01 +02:00
version = "1.0.0"
description = "Type system extensions for programs checked with the mypy type checker."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2023-02-15 09:55:01 +02:00
python-versions = ">=3.5"
2023-01-18 18:32:46 +02:00
files = [
2023-02-15 09:55:01 +02:00
{ file = "mypy_extensions-1.0.0-py3-none-any.whl" , hash = "sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d" } ,
{ file = "mypy_extensions-1.0.0.tar.gz" , hash = "sha256:75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "mysqlclient"
2024-02-20 22:37:44 +02:00
version = "2.2.4"
2021-07-10 10:12:35 -05:00
description = "Python interface to MySQL"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2023-06-26 11:52:52 -05:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-02-20 22:37:44 +02:00
{ file = "mysqlclient-2.2.4-cp310-cp310-win_amd64.whl" , hash = "sha256:ac44777eab0a66c14cb0d38965572f762e193ec2e5c0723bcd11319cc5b693c5" } ,
{ file = "mysqlclient-2.2.4-cp311-cp311-win_amd64.whl" , hash = "sha256:329e4eec086a2336fe3541f1ce095d87a6f169d1cc8ba7b04ac68bcb234c9711" } ,
{ file = "mysqlclient-2.2.4-cp312-cp312-win_amd64.whl" , hash = "sha256:e1ebe3f41d152d7cb7c265349fdb7f1eca86ccb0ca24a90036cde48e00ceb2ab" } ,
{ file = "mysqlclient-2.2.4-cp38-cp38-win_amd64.whl" , hash = "sha256:3c318755e06df599338dad7625f884b8a71fcf322a9939ef78c9b3db93e1de7a" } ,
{ file = "mysqlclient-2.2.4-cp39-cp39-win_amd64.whl" , hash = "sha256:9d4c015480c4a6b2b1602eccd9846103fc70606244788d04aa14b31c4bd1f0e2" } ,
{ file = "mysqlclient-2.2.4-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:d43987bb9626096a302ca6ddcdd81feaeca65ced1d5fe892a6a66b808326aa54" } ,
{ file = "mysqlclient-2.2.4-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:4e80dcad884dd6e14949ac6daf769123223a52a6805345608bf49cdaf7bc8b3a" } ,
{ file = "mysqlclient-2.2.4-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:9d3310295cb682232cadc28abd172f406c718b9ada41d2371259098ae37779d3" } ,
{ file = "mysqlclient-2.2.4.tar.gz" , hash = "sha256:33bc9fb3464e7d7c10b1eaf7336c5ff8f2a3d3b88bab432116ad2490beb3bf41" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "nodeenv"
2023-05-16 21:04:05 +03:00
version = "1.8.0"
2021-07-10 10:12:35 -05:00
description = "Node.js virtual environment builder"
2024-04-15 17:03:24 +03:00
category = "dev"
2021-07-10 10:12:35 -05:00
optional = false
2022-07-15 21:47:59 +03:00
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*"
2023-01-18 18:32:46 +02:00
files = [
2023-05-16 21:04:05 +03:00
{ file = "nodeenv-1.8.0-py2.py3-none-any.whl" , hash = "sha256:df865724bb3c3adc86b3876fa209771517b0cfe596beff01a92700e0e8be4cec" } ,
{ file = "nodeenv-1.8.0.tar.gz" , hash = "sha256:d51e0c37e64fbf47d017feac3145cdbb58836d7eee8c6f6d3b6880c5456227d2" } ,
2023-01-18 18:32:46 +02:00
]
[ package . dependencies ]
setuptools = "*"
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "oauthlib"
2022-11-08 19:25:32 +02:00
version = "3.2.2"
2021-07-10 10:12:35 -05:00
description = "A generic, spec-compliant, thorough implementation of the OAuth request-signing logic"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = ">=3.6"
2023-01-18 18:32:46 +02:00
files = [
{ file = "oauthlib-3.2.2-py3-none-any.whl" , hash = "sha256:8139f29aac13e25d502680e9e19963e83f16838d48a0d71c287fe40e7067fbca" } ,
{ file = "oauthlib-3.2.2.tar.gz" , hash = "sha256:9859c40929662bec5d64f34d01c99e093149682a3f38915dc0655d5a633dd918" } ,
]
2021-07-10 10:12:35 -05:00
[ package . extras ]
2022-02-08 13:14:27 -06:00
rsa = [ "cryptography (>=3.0.0)" ]
2021-07-10 10:12:35 -05:00
signals = [ "blinker (>=1.4.0)" ]
2022-02-08 13:14:27 -06:00
signedtoken = [ "cryptography (>=3.0.0)" , "pyjwt (>=2.0.0,<3)" ]
2021-07-10 10:12:35 -05:00
2022-10-11 15:45:07 +03:00
[ [ package ] ]
name = "odfpy"
version = "1.4.1"
description = "Python API and tools to manipulate OpenDocument files"
2024-04-15 17:03:24 +03:00
category = "main"
2022-10-11 15:45:07 +03:00
optional = false
python-versions = "*"
2023-01-18 18:32:46 +02:00
files = [
{ file = "odfpy-1.4.1.tar.gz" , hash = "sha256:db766a6e59c5103212f3cc92ec8dd50a0f3a02790233ed0b52148b70d3c438ec" } ,
]
2022-10-11 15:45:07 +03:00
[ package . dependencies ]
defusedxml = "*"
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "openapi-codec"
version = "1.3.2"
description = "An OpenAPI codec for Core API."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = "*"
2023-01-18 18:32:46 +02:00
files = [
{ file = "openapi-codec-1.3.2.tar.gz" , hash = "sha256:1bce63289edf53c601ea3683120641407ff6b708803b8954c8a876fe778d2145" } ,
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
coreapi = ">=2.2.0"
2022-10-11 15:45:07 +03:00
[ [ package ] ]
name = "openpyxl"
2023-03-13 20:22:22 +02:00
version = "3.1.2"
2022-10-11 15:45:07 +03:00
description = "A Python library to read/write Excel 2010 xlsx/xlsm files"
2024-04-15 17:03:24 +03:00
category = "main"
2022-10-11 15:45:07 +03:00
optional = false
python-versions = ">=3.6"
2023-01-18 18:32:46 +02:00
files = [
2023-03-13 20:22:22 +02:00
{ file = "openpyxl-3.1.2-py2.py3-none-any.whl" , hash = "sha256:f91456ead12ab3c6c2e9491cf33ba6d08357d802192379bb482f1033ade496f5" } ,
{ file = "openpyxl-3.1.2.tar.gz" , hash = "sha256:a6f5977418eff3b2d5500d54d9db50c8277a368436f4e4f8ddb1be3422870184" } ,
2023-01-18 18:32:46 +02:00
]
2022-10-11 15:45:07 +03:00
[ package . dependencies ]
et-xmlfile = "*"
[ [ package ] ]
name = "outcome"
2023-11-28 16:21:06 +02:00
version = "1.3.0.post0"
2022-10-11 15:45:07 +03:00
description = "Capture the outcome of Python function calls."
2024-04-15 17:03:24 +03:00
category = "dev"
2022-10-11 15:45:07 +03:00
optional = false
python-versions = ">=3.7"
2023-01-18 18:32:46 +02:00
files = [
2023-11-28 16:21:06 +02:00
{ file = "outcome-1.3.0.post0-py2.py3-none-any.whl" , hash = "sha256:e771c5ce06d1415e356078d3bdd68523f284b4ce5419828922b6871e65eda82b" } ,
{ file = "outcome-1.3.0.post0.tar.gz" , hash = "sha256:9dcf02e65f2971b80047b377468e72a268e15c0af3cf1238e6ff14f7f91143b8" } ,
2023-01-18 18:32:46 +02:00
]
2022-10-11 15:45:07 +03:00
[ package . dependencies ]
attrs = ">=19.2.0"
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "packaging"
2024-03-13 00:33:46 +02:00
version = "24.0"
2021-07-10 10:12:35 -05:00
description = "Core utilities for Python packages"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2023-01-18 18:32:46 +02:00
python-versions = ">=3.7"
files = [
2024-03-13 00:33:46 +02:00
{ file = "packaging-24.0-py3-none-any.whl" , hash = "sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5" } ,
{ file = "packaging-24.0.tar.gz" , hash = "sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "passlib"
version = "1.7.4"
description = "comprehensive password hashing framework supporting over 30 schemes"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = "*"
2023-01-18 18:32:46 +02:00
files = [
{ file = "passlib-1.7.4-py2.py3-none-any.whl" , hash = "sha256:aa6bca462b8d8bda89c70b382f0c298a20b5560af6cbfa2dce410c0a2fb669f1" } ,
{ file = "passlib-1.7.4.tar.gz" , hash = "sha256:defd50f72b65c5402ab2c573830a6978e5f202ad0d984793c8dde2c4152ebe04" } ,
]
2021-07-10 10:12:35 -05:00
[ package . extras ]
argon2 = [ "argon2-cffi (>=18.2.0)" ]
bcrypt = [ "bcrypt (>=3.1.0)" ]
2023-01-18 18:32:46 +02:00
build-docs = [ "cloud-sptheme (>=1.10.1)" , "sphinx (>=1.6)" , "sphinxcontrib-fulltoc (>=1.2.0)" ]
2021-07-10 10:12:35 -05:00
totp = [ "cryptography" ]
[ [ package ] ]
name = "pathspec"
2024-01-15 22:12:00 +02:00
version = "0.12.1"
2021-07-10 10:12:35 -05:00
description = "Utility library for gitignore style pattern matching of file paths."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2024-01-15 22:12:00 +02:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-01-15 22:12:00 +02:00
{ file = "pathspec-0.12.1-py3-none-any.whl" , hash = "sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08" } ,
{ file = "pathspec-0.12.1.tar.gz" , hash = "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "peeringdb"
2023-11-28 16:21:06 +02:00
version = "2.0.0"
2023-02-15 09:55:01 +02:00
description = "PeeringDB Django models"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2024-01-15 22:12:00 +02:00
python-versions = ">=3.8,<4.0"
files = [
{ file = "peeringdb-2.0.0-py3-none-any.whl" , hash = "sha256:1ba02f9cc0aab5f765212098b0bd1b0ee8b6fe16ded44650d761d78dc17fd7a8" } ,
{ file = "peeringdb-2.0.0.tar.gz" , hash = "sha256:8c58b864d3ec40fff5e88fdbb0cea480c88842c4eeb9f94d3dd98afc41b64e77" } ,
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2024-01-15 22:12:00 +02:00
confu = ">=1,<2"
2023-11-28 16:21:06 +02:00
httpx = ">=0.24.1"
2024-01-15 22:12:00 +02:00
munge = { version = ">=1.2.0,<2.0.0" , extras = [ "tomlkit" , "yaml" ] }
pyyaml = ">=6.0.1,<7.0.0"
"twentyc.rpc" = ">=1,<2"
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "phonenumbers"
2024-03-26 21:07:25 +02:00
version = "8.13.33"
2021-07-10 10:12:35 -05:00
description = "Python version of Google's common library for parsing, formatting, storing and validating international phone numbers."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = "*"
2023-01-18 18:32:46 +02:00
files = [
2024-03-26 21:07:25 +02:00
{ file = "phonenumbers-8.13.33-py2.py3-none-any.whl" , hash = "sha256:f2d653268ece55a4f3752d9cda4be6f7465f298e6d028d522aedda13cf057201" } ,
{ file = "phonenumbers-8.13.33.tar.gz" , hash = "sha256:991f2619f0593b36b674c345af47944ec4bae526b353cf53d707e662087be63b" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "pillow"
2024-04-15 17:03:24 +03:00
version = "10.3.0"
2021-07-10 10:12:35 -05:00
description = "Python Imaging Library (Fork)"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2023-07-11 16:20:46 +03:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-04-15 17:03:24 +03:00
{ file = "pillow-10.3.0-cp310-cp310-macosx_10_10_x86_64.whl" , hash = "sha256:90b9e29824800e90c84e4022dd5cc16eb2d9605ee13f05d47641eb183cd73d45" } ,
{ file = "pillow-10.3.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:a2c405445c79c3f5a124573a051062300936b0281fee57637e706453e452746c" } ,
{ file = "pillow-10.3.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:78618cdbccaa74d3f88d0ad6cb8ac3007f1a6fa5c6f19af64b55ca170bfa1edf" } ,
{ file = "pillow-10.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:261ddb7ca91fcf71757979534fb4c128448b5b4c55cb6152d280312062f69599" } ,
{ file = "pillow-10.3.0-cp310-cp310-manylinux_2_28_aarch64.whl" , hash = "sha256:ce49c67f4ea0609933d01c0731b34b8695a7a748d6c8d186f95e7d085d2fe475" } ,
{ file = "pillow-10.3.0-cp310-cp310-manylinux_2_28_x86_64.whl" , hash = "sha256:b14f16f94cbc61215115b9b1236f9c18403c15dd3c52cf629072afa9d54c1cbf" } ,
{ file = "pillow-10.3.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:d33891be6df59d93df4d846640f0e46f1a807339f09e79a8040bc887bdcd7ed3" } ,
{ file = "pillow-10.3.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:b50811d664d392f02f7761621303eba9d1b056fb1868c8cdf4231279645c25f5" } ,
{ file = "pillow-10.3.0-cp310-cp310-win32.whl" , hash = "sha256:ca2870d5d10d8726a27396d3ca4cf7976cec0f3cb706debe88e3a5bd4610f7d2" } ,
{ file = "pillow-10.3.0-cp310-cp310-win_amd64.whl" , hash = "sha256:f0d0591a0aeaefdaf9a5e545e7485f89910c977087e7de2b6c388aec32011e9f" } ,
{ file = "pillow-10.3.0-cp310-cp310-win_arm64.whl" , hash = "sha256:ccce24b7ad89adb5a1e34a6ba96ac2530046763912806ad4c247356a8f33a67b" } ,
{ file = "pillow-10.3.0-cp311-cp311-macosx_10_10_x86_64.whl" , hash = "sha256:5f77cf66e96ae734717d341c145c5949c63180842a545c47a0ce7ae52ca83795" } ,
{ file = "pillow-10.3.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:e4b878386c4bf293578b48fc570b84ecfe477d3b77ba39a6e87150af77f40c57" } ,
{ file = "pillow-10.3.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:fdcbb4068117dfd9ce0138d068ac512843c52295ed996ae6dd1faf537b6dbc27" } ,
{ file = "pillow-10.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9797a6c8fe16f25749b371c02e2ade0efb51155e767a971c61734b1bf6293994" } ,
{ file = "pillow-10.3.0-cp311-cp311-manylinux_2_28_aarch64.whl" , hash = "sha256:9e91179a242bbc99be65e139e30690e081fe6cb91a8e77faf4c409653de39451" } ,
{ file = "pillow-10.3.0-cp311-cp311-manylinux_2_28_x86_64.whl" , hash = "sha256:1b87bd9d81d179bd8ab871603bd80d8645729939f90b71e62914e816a76fc6bd" } ,
{ file = "pillow-10.3.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:81d09caa7b27ef4e61cb7d8fbf1714f5aec1c6b6c5270ee53504981e6e9121ad" } ,
{ file = "pillow-10.3.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:048ad577748b9fa4a99a0548c64f2cb8d672d5bf2e643a739ac8faff1164238c" } ,
{ file = "pillow-10.3.0-cp311-cp311-win32.whl" , hash = "sha256:7161ec49ef0800947dc5570f86568a7bb36fa97dd09e9827dc02b718c5643f09" } ,
{ file = "pillow-10.3.0-cp311-cp311-win_amd64.whl" , hash = "sha256:8eb0908e954d093b02a543dc963984d6e99ad2b5e36503d8a0aaf040505f747d" } ,
{ file = "pillow-10.3.0-cp311-cp311-win_arm64.whl" , hash = "sha256:4e6f7d1c414191c1199f8996d3f2282b9ebea0945693fb67392c75a3a320941f" } ,
{ file = "pillow-10.3.0-cp312-cp312-macosx_10_10_x86_64.whl" , hash = "sha256:e46f38133e5a060d46bd630faa4d9fa0202377495df1f068a8299fd78c84de84" } ,
{ file = "pillow-10.3.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:50b8eae8f7334ec826d6eeffaeeb00e36b5e24aa0b9df322c247539714c6df19" } ,
{ file = "pillow-10.3.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9d3bea1c75f8c53ee4d505c3e67d8c158ad4df0d83170605b50b64025917f338" } ,
{ file = "pillow-10.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:19aeb96d43902f0a783946a0a87dbdad5c84c936025b8419da0a0cd7724356b1" } ,
{ file = "pillow-10.3.0-cp312-cp312-manylinux_2_28_aarch64.whl" , hash = "sha256:74d28c17412d9caa1066f7a31df8403ec23d5268ba46cd0ad2c50fb82ae40462" } ,
{ file = "pillow-10.3.0-cp312-cp312-manylinux_2_28_x86_64.whl" , hash = "sha256:ff61bfd9253c3915e6d41c651d5f962da23eda633cf02262990094a18a55371a" } ,
{ file = "pillow-10.3.0-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:d886f5d353333b4771d21267c7ecc75b710f1a73d72d03ca06df49b09015a9ef" } ,
{ file = "pillow-10.3.0-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:4b5ec25d8b17217d635f8935dbc1b9aa5907962fae29dff220f2659487891cd3" } ,
{ file = "pillow-10.3.0-cp312-cp312-win32.whl" , hash = "sha256:51243f1ed5161b9945011a7360e997729776f6e5d7005ba0c6879267d4c5139d" } ,
{ file = "pillow-10.3.0-cp312-cp312-win_amd64.whl" , hash = "sha256:412444afb8c4c7a6cc11a47dade32982439925537e483be7c0ae0cf96c4f6a0b" } ,
{ file = "pillow-10.3.0-cp312-cp312-win_arm64.whl" , hash = "sha256:798232c92e7665fe82ac085f9d8e8ca98826f8e27859d9a96b41d519ecd2e49a" } ,
{ file = "pillow-10.3.0-cp38-cp38-macosx_10_10_x86_64.whl" , hash = "sha256:4eaa22f0d22b1a7e93ff0a596d57fdede2e550aecffb5a1ef1106aaece48e96b" } ,
{ file = "pillow-10.3.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:cd5e14fbf22a87321b24c88669aad3a51ec052eb145315b3da3b7e3cc105b9a2" } ,
{ file = "pillow-10.3.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1530e8f3a4b965eb6a7785cf17a426c779333eb62c9a7d1bbcf3ffd5bf77a4aa" } ,
{ file = "pillow-10.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5d512aafa1d32efa014fa041d38868fda85028e3f930a96f85d49c7d8ddc0383" } ,
{ file = "pillow-10.3.0-cp38-cp38-manylinux_2_28_aarch64.whl" , hash = "sha256:339894035d0ede518b16073bdc2feef4c991ee991a29774b33e515f1d308e08d" } ,
{ file = "pillow-10.3.0-cp38-cp38-manylinux_2_28_x86_64.whl" , hash = "sha256:aa7e402ce11f0885305bfb6afb3434b3cd8f53b563ac065452d9d5654c7b86fd" } ,
{ file = "pillow-10.3.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:0ea2a783a2bdf2a561808fe4a7a12e9aa3799b701ba305de596bc48b8bdfce9d" } ,
{ file = "pillow-10.3.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:c78e1b00a87ce43bb37642c0812315b411e856a905d58d597750eb79802aaaa3" } ,
{ file = "pillow-10.3.0-cp38-cp38-win32.whl" , hash = "sha256:72d622d262e463dfb7595202d229f5f3ab4b852289a1cd09650362db23b9eb0b" } ,
{ file = "pillow-10.3.0-cp38-cp38-win_amd64.whl" , hash = "sha256:2034f6759a722da3a3dbd91a81148cf884e91d1b747992ca288ab88c1de15999" } ,
{ file = "pillow-10.3.0-cp39-cp39-macosx_10_10_x86_64.whl" , hash = "sha256:2ed854e716a89b1afcedea551cd85f2eb2a807613752ab997b9974aaa0d56936" } ,
{ file = "pillow-10.3.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:dc1a390a82755a8c26c9964d457d4c9cbec5405896cba94cf51f36ea0d855002" } ,
{ file = "pillow-10.3.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4203efca580f0dd6f882ca211f923168548f7ba334c189e9eab1178ab840bf60" } ,
{ file = "pillow-10.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3102045a10945173d38336f6e71a8dc71bcaeed55c3123ad4af82c52807b9375" } ,
{ file = "pillow-10.3.0-cp39-cp39-manylinux_2_28_aarch64.whl" , hash = "sha256:6fb1b30043271ec92dc65f6d9f0b7a830c210b8a96423074b15c7bc999975f57" } ,
{ file = "pillow-10.3.0-cp39-cp39-manylinux_2_28_x86_64.whl" , hash = "sha256:1dfc94946bc60ea375cc39cff0b8da6c7e5f8fcdc1d946beb8da5c216156ddd8" } ,
{ file = "pillow-10.3.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:b09b86b27a064c9624d0a6c54da01c1beaf5b6cadfa609cf63789b1d08a797b9" } ,
{ file = "pillow-10.3.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:d3b2348a78bc939b4fed6552abfd2e7988e0f81443ef3911a4b8498ca084f6eb" } ,
{ file = "pillow-10.3.0-cp39-cp39-win32.whl" , hash = "sha256:45ebc7b45406febf07fef35d856f0293a92e7417ae7933207e90bf9090b70572" } ,
{ file = "pillow-10.3.0-cp39-cp39-win_amd64.whl" , hash = "sha256:0ba26351b137ca4e0db0342d5d00d2e355eb29372c05afd544ebf47c0956ffeb" } ,
{ file = "pillow-10.3.0-cp39-cp39-win_arm64.whl" , hash = "sha256:50fd3f6b26e3441ae07b7c979309638b72abc1a25da31a81a7fbd9495713ef4f" } ,
{ file = "pillow-10.3.0-pp310-pypy310_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:6b02471b72526ab8a18c39cb7967b72d194ec53c1fd0a70b050565a0f366d355" } ,
{ file = "pillow-10.3.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl" , hash = "sha256:8ab74c06ffdab957d7670c2a5a6e1a70181cd10b727cd788c4dd9005b6a8acd9" } ,
{ file = "pillow-10.3.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:048eeade4c33fdf7e08da40ef402e748df113fd0b4584e32c4af74fe78baaeb2" } ,
{ file = "pillow-10.3.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9e2ec1e921fd07c7cda7962bad283acc2f2a9ccc1b971ee4b216b75fad6f0463" } ,
{ file = "pillow-10.3.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:4c8e73e99da7db1b4cad7f8d682cf6abad7844da39834c288fbfa394a47bbced" } ,
{ file = "pillow-10.3.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:16563993329b79513f59142a6b02055e10514c1a8e86dca8b48a893e33cf91e3" } ,
{ file = "pillow-10.3.0-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:dd78700f5788ae180b5ee8902c6aea5a5726bac7c364b202b4b3e3ba2d293170" } ,
{ file = "pillow-10.3.0-pp39-pypy39_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:aff76a55a8aa8364d25400a210a65ff59d0168e0b4285ba6bf2bd83cf675ba32" } ,
{ file = "pillow-10.3.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl" , hash = "sha256:b7bc2176354defba3edc2b9a777744462da2f8e921fbaf61e52acb95bafa9828" } ,
{ file = "pillow-10.3.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:793b4e24db2e8742ca6423d3fde8396db336698c55cd34b660663ee9e45ed37f" } ,
{ file = "pillow-10.3.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d93480005693d247f8346bc8ee28c72a2191bdf1f6b5db469c096c0c867ac015" } ,
{ file = "pillow-10.3.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:c83341b89884e2b2e55886e8fbbf37c3fa5efd6c8907124aeb72f285ae5696e5" } ,
{ file = "pillow-10.3.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:1a1d1915db1a4fdb2754b9de292642a39a7fb28f1736699527bb649484fb966a" } ,
{ file = "pillow-10.3.0-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:a0eaa93d054751ee9964afa21c06247779b90440ca41d184aeb5d410f20ff591" } ,
{ file = "pillow-10.3.0.tar.gz" , hash = "sha256:9d2455fbf44c914840c793e89aa82d0e1763a14253a000743719ae5946814b2d" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
2022-04-12 16:39:19 -04:00
[ package . extras ]
2023-04-12 00:04:36 +03:00
docs = [ "furo" , "olefile" , "sphinx (>=2.4)" , "sphinx-copybutton" , "sphinx-inline-tabs" , "sphinx-removed-in" , "sphinxext-opengraph" ]
2024-01-15 22:12:00 +02:00
fpx = [ "olefile" ]
mic = [ "olefile" ]
2022-04-12 16:39:19 -04:00
tests = [ "check-manifest" , "coverage" , "defusedxml" , "markdown2" , "olefile" , "packaging" , "pyroma" , "pytest" , "pytest-cov" , "pytest-timeout" ]
2024-01-15 22:12:00 +02:00
typing = [ "typing-extensions" ]
xmp = [ "defusedxml" ]
2022-04-12 16:39:19 -04:00
2021-08-18 08:21:22 -05:00
[ [ package ] ]
name = "platformdirs"
2024-02-20 22:37:44 +02:00
version = "4.2.0"
2022-11-08 19:25:32 +02:00
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
2024-04-15 17:03:24 +03:00
category = "main"
2021-08-18 08:21:22 -05:00
optional = false
2024-01-15 22:12:00 +02:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-02-20 22:37:44 +02:00
{ file = "platformdirs-4.2.0-py3-none-any.whl" , hash = "sha256:0614df2a2f37e1a662acbd8e2b25b92ccf8632929bc6d43467e17fe89c75e068" } ,
{ file = "platformdirs-4.2.0.tar.gz" , hash = "sha256:ef0cc731df711022c174543cb70a9b5bd22e5a9337c8624ef2c2ceb8ddad8768" } ,
2023-01-18 18:32:46 +02:00
]
2021-08-18 08:21:22 -05:00
[ package . extras ]
2024-02-20 22:37:44 +02:00
docs = [ "furo (>=2023.9.10)" , "proselint (>=0.13)" , "sphinx (>=7.2.6)" , "sphinx-autodoc-typehints (>=1.25.2)" ]
test = [ "appdirs (==1.4.4)" , "covdefaults (>=2.3)" , "pytest (>=7.4.3)" , "pytest-cov (>=4.1)" , "pytest-mock (>=3.12)" ]
2021-08-18 08:21:22 -05:00
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "pluggy"
2024-01-30 06:10:12 +02:00
version = "1.4.0"
2021-07-10 10:12:35 -05:00
description = "plugin and hook calling mechanisms for python"
2024-04-15 17:03:24 +03:00
category = "dev"
2021-07-10 10:12:35 -05:00
optional = false
2023-09-13 04:54:04 +03:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-01-30 06:10:12 +02:00
{ file = "pluggy-1.4.0-py3-none-any.whl" , hash = "sha256:7db9f7b503d67d1c5b95f59773ebb58a8c1c288129a88665838012cfb07b8981" } ,
{ file = "pluggy-1.4.0.tar.gz" , hash = "sha256:8c85c2876142a764e5b7548e7d9a0e0ddb46f5185161049a79b7e974454223be" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
2021-09-14 08:59:09 -05:00
testing = [ "pytest" , "pytest-benchmark" ]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "pre-commit"
2024-03-26 21:07:25 +02:00
version = "3.7.0"
2021-07-10 10:12:35 -05:00
description = "A framework for managing and maintaining multi-language pre-commit hooks."
2024-04-15 17:03:24 +03:00
category = "dev"
2021-07-10 10:12:35 -05:00
optional = false
2024-01-15 22:12:00 +02:00
python-versions = ">=3.9"
2023-01-18 18:32:46 +02:00
files = [
2024-03-26 21:07:25 +02:00
{ file = "pre_commit-3.7.0-py2.py3-none-any.whl" , hash = "sha256:5eae9e10c2b5ac51577c3452ec0a490455c45a0533f7960f993a0d01e59decab" } ,
{ file = "pre_commit-3.7.0.tar.gz" , hash = "sha256:e209d61b8acdcf742404408531f0c37d49d2c734fd7cff2d6076083d191cb060" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
cfgv = ">=2.0.0"
identify = ">=1.0.0"
nodeenv = ">=0.11.1"
pyyaml = ">=5.1"
2023-01-18 18:32:46 +02:00
virtualenv = ">=20.10.0"
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "pycodestyle"
2023-10-24 20:17:03 +03:00
version = "2.11.1"
2021-07-10 10:12:35 -05:00
description = "Python style guide checker"
2024-04-15 17:03:24 +03:00
category = "dev"
2021-07-10 10:12:35 -05:00
optional = false
2023-08-11 11:36:16 -05:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2023-10-24 20:17:03 +03:00
{ file = "pycodestyle-2.11.1-py2.py3-none-any.whl" , hash = "sha256:44fe31000b2d866f2e41841b18528a505fbd7fef9017b04eff4e2648a0fadc67" } ,
{ file = "pycodestyle-2.11.1.tar.gz" , hash = "sha256:41ba0e7afc9752dfb53ced5489e89f8186be00e599e712660695b7a75ff2663f" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
2024-03-13 00:33:46 +02:00
[ [ package ] ]
name = "pycountry"
version = "23.12.11"
description = "ISO country, subdivision, language, currency and script definitions and their translations"
2024-04-15 17:03:24 +03:00
category = "main"
2024-03-13 00:33:46 +02:00
optional = false
python-versions = ">=3.8"
files = [
{ file = "pycountry-23.12.11-py3-none-any.whl" , hash = "sha256:2ff91cff4f40ff61086e773d61e72005fe95de4a57bfc765509db05695dc50ab" } ,
{ file = "pycountry-23.12.11.tar.gz" , hash = "sha256:00569d82eaefbc6a490a311bfa84a9c571cff9ddbf8b0a4f4e7b4f868b4ad925" } ,
]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "pycparser"
2024-04-15 17:03:24 +03:00
version = "2.22"
2021-07-10 10:12:35 -05:00
description = "C parser in Python"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2024-04-15 17:03:24 +03:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-04-15 17:03:24 +03:00
{ file = "pycparser-2.22-py3-none-any.whl" , hash = "sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc" } ,
{ file = "pycparser-2.22.tar.gz" , hash = "sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
2022-03-08 09:27:45 -04:00
[ [ package ] ]
name = "pydantic"
2024-03-13 00:33:46 +02:00
version = "2.6.4"
2023-08-15 21:40:18 +03:00
description = "Data validation using Python type hints"
2024-04-15 17:03:24 +03:00
category = "main"
2022-03-08 09:27:45 -04:00
optional = false
2024-01-30 06:10:12 +02:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-03-13 00:33:46 +02:00
{ file = "pydantic-2.6.4-py3-none-any.whl" , hash = "sha256:cc46fce86607580867bdc3361ad462bab9c222ef042d3da86f2fb333e1d916c5" } ,
{ file = "pydantic-2.6.4.tar.gz" , hash = "sha256:b1704e0847db01817624a6b86766967f552dd9dbf3afba4004409f908dcc84e6" } ,
2023-08-15 21:40:18 +03:00
]
[ package . dependencies ]
annotated-types = ">=0.4.0"
2024-03-13 00:33:46 +02:00
pydantic-core = "2.16.3"
2023-08-15 21:40:18 +03:00
typing-extensions = ">=4.6.1"
2022-03-08 09:27:45 -04:00
[ package . extras ]
2023-08-15 21:40:18 +03:00
email = [ "email-validator (>=2.0.0)" ]
[ [ package ] ]
name = "pydantic-core"
2024-03-13 00:33:46 +02:00
version = "2.16.3"
2023-08-15 21:40:18 +03:00
description = ""
2024-04-15 17:03:24 +03:00
category = "main"
2023-08-15 21:40:18 +03:00
optional = false
2024-01-30 06:10:12 +02:00
python-versions = ">=3.8"
2023-08-15 21:40:18 +03:00
files = [
2024-03-13 00:33:46 +02:00
{ file = "pydantic_core-2.16.3-cp310-cp310-macosx_10_12_x86_64.whl" , hash = "sha256:75b81e678d1c1ede0785c7f46690621e4c6e63ccd9192af1f0bd9d504bbb6bf4" } ,
{ file = "pydantic_core-2.16.3-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:9c865a7ee6f93783bd5d781af5a4c43dadc37053a5b42f7d18dc019f8c9d2bd1" } ,
{ file = "pydantic_core-2.16.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:162e498303d2b1c036b957a1278fa0899d02b2842f1ff901b6395104c5554a45" } ,
{ file = "pydantic_core-2.16.3-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:2f583bd01bbfbff4eaee0868e6fc607efdfcc2b03c1c766b06a707abbc856187" } ,
{ file = "pydantic_core-2.16.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:b926dd38db1519ed3043a4de50214e0d600d404099c3392f098a7f9d75029ff8" } ,
{ file = "pydantic_core-2.16.3-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:716b542728d4c742353448765aa7cdaa519a7b82f9564130e2b3f6766018c9ec" } ,
{ file = "pydantic_core-2.16.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:fc4ad7f7ee1a13d9cb49d8198cd7d7e3aa93e425f371a68235f784e99741561f" } ,
{ file = "pydantic_core-2.16.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:bd87f48924f360e5d1c5f770d6155ce0e7d83f7b4e10c2f9ec001c73cf475c99" } ,
{ file = "pydantic_core-2.16.3-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:0df446663464884297c793874573549229f9eca73b59360878f382a0fc085979" } ,
{ file = "pydantic_core-2.16.3-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:4df8a199d9f6afc5ae9a65f8f95ee52cae389a8c6b20163762bde0426275b7db" } ,
{ file = "pydantic_core-2.16.3-cp310-none-win32.whl" , hash = "sha256:456855f57b413f077dff513a5a28ed838dbbb15082ba00f80750377eed23d132" } ,
{ file = "pydantic_core-2.16.3-cp310-none-win_amd64.whl" , hash = "sha256:732da3243e1b8d3eab8c6ae23ae6a58548849d2e4a4e03a1924c8ddf71a387cb" } ,
{ file = "pydantic_core-2.16.3-cp311-cp311-macosx_10_12_x86_64.whl" , hash = "sha256:519ae0312616026bf4cedc0fe459e982734f3ca82ee8c7246c19b650b60a5ee4" } ,
{ file = "pydantic_core-2.16.3-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:b3992a322a5617ded0a9f23fd06dbc1e4bd7cf39bc4ccf344b10f80af58beacd" } ,
{ file = "pydantic_core-2.16.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8d62da299c6ecb04df729e4b5c52dc0d53f4f8430b4492b93aa8de1f541c4aac" } ,
{ file = "pydantic_core-2.16.3-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:2acca2be4bb2f2147ada8cac612f8a98fc09f41c89f87add7256ad27332c2fda" } ,
{ file = "pydantic_core-2.16.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:1b662180108c55dfbf1280d865b2d116633d436cfc0bba82323554873967b340" } ,
{ file = "pydantic_core-2.16.3-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:e7c6ed0dc9d8e65f24f5824291550139fe6f37fac03788d4580da0d33bc00c97" } ,
{ file = "pydantic_core-2.16.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a6b1bb0827f56654b4437955555dc3aeeebeddc47c2d7ed575477f082622c49e" } ,
{ file = "pydantic_core-2.16.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:e56f8186d6210ac7ece503193ec84104da7ceb98f68ce18c07282fcc2452e76f" } ,
{ file = "pydantic_core-2.16.3-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:936e5db01dd49476fa8f4383c259b8b1303d5dd5fb34c97de194560698cc2c5e" } ,
{ file = "pydantic_core-2.16.3-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:33809aebac276089b78db106ee692bdc9044710e26f24a9a2eaa35a0f9fa70ba" } ,
{ file = "pydantic_core-2.16.3-cp311-none-win32.whl" , hash = "sha256:ded1c35f15c9dea16ead9bffcde9bb5c7c031bff076355dc58dcb1cb436c4721" } ,
{ file = "pydantic_core-2.16.3-cp311-none-win_amd64.whl" , hash = "sha256:d89ca19cdd0dd5f31606a9329e309d4fcbb3df860960acec32630297d61820df" } ,
{ file = "pydantic_core-2.16.3-cp311-none-win_arm64.whl" , hash = "sha256:6162f8d2dc27ba21027f261e4fa26f8bcb3cf9784b7f9499466a311ac284b5b9" } ,
{ file = "pydantic_core-2.16.3-cp312-cp312-macosx_10_12_x86_64.whl" , hash = "sha256:0f56ae86b60ea987ae8bcd6654a887238fd53d1384f9b222ac457070b7ac4cff" } ,
{ file = "pydantic_core-2.16.3-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:c9bd22a2a639e26171068f8ebb5400ce2c1bc7d17959f60a3b753ae13c632975" } ,
{ file = "pydantic_core-2.16.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4204e773b4b408062960e65468d5346bdfe139247ee5f1ca2a378983e11388a2" } ,
{ file = "pydantic_core-2.16.3-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:f651dd19363c632f4abe3480a7c87a9773be27cfe1341aef06e8759599454120" } ,
{ file = "pydantic_core-2.16.3-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:aaf09e615a0bf98d406657e0008e4a8701b11481840be7d31755dc9f97c44053" } ,
{ file = "pydantic_core-2.16.3-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:8e47755d8152c1ab5b55928ab422a76e2e7b22b5ed8e90a7d584268dd49e9c6b" } ,
{ file = "pydantic_core-2.16.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:500960cb3a0543a724a81ba859da816e8cf01b0e6aaeedf2c3775d12ee49cade" } ,
{ file = "pydantic_core-2.16.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:cf6204fe865da605285c34cf1172879d0314ff267b1c35ff59de7154f35fdc2e" } ,
{ file = "pydantic_core-2.16.3-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:d33dd21f572545649f90c38c227cc8631268ba25c460b5569abebdd0ec5974ca" } ,
{ file = "pydantic_core-2.16.3-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:49d5d58abd4b83fb8ce763be7794d09b2f50f10aa65c0f0c1696c677edeb7cbf" } ,
{ file = "pydantic_core-2.16.3-cp312-none-win32.whl" , hash = "sha256:f53aace168a2a10582e570b7736cc5bef12cae9cf21775e3eafac597e8551fbe" } ,
{ file = "pydantic_core-2.16.3-cp312-none-win_amd64.whl" , hash = "sha256:0d32576b1de5a30d9a97f300cc6a3f4694c428d956adbc7e6e2f9cad279e45ed" } ,
{ file = "pydantic_core-2.16.3-cp312-none-win_arm64.whl" , hash = "sha256:ec08be75bb268473677edb83ba71e7e74b43c008e4a7b1907c6d57e940bf34b6" } ,
{ file = "pydantic_core-2.16.3-cp38-cp38-macosx_10_12_x86_64.whl" , hash = "sha256:b1f6f5938d63c6139860f044e2538baeee6f0b251a1816e7adb6cbce106a1f01" } ,
{ file = "pydantic_core-2.16.3-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:2a1ef6a36fdbf71538142ed604ad19b82f67b05749512e47f247a6ddd06afdc7" } ,
{ file = "pydantic_core-2.16.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:704d35ecc7e9c31d48926150afada60401c55efa3b46cd1ded5a01bdffaf1d48" } ,
{ file = "pydantic_core-2.16.3-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:d937653a696465677ed583124b94a4b2d79f5e30b2c46115a68e482c6a591c8a" } ,
{ file = "pydantic_core-2.16.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c9803edf8e29bd825f43481f19c37f50d2b01899448273b3a7758441b512acf8" } ,
{ file = "pydantic_core-2.16.3-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:72282ad4892a9fb2da25defeac8c2e84352c108705c972db82ab121d15f14e6d" } ,
{ file = "pydantic_core-2.16.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7f752826b5b8361193df55afcdf8ca6a57d0232653494ba473630a83ba50d8c9" } ,
{ file = "pydantic_core-2.16.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:4384a8f68ddb31a0b0c3deae88765f5868a1b9148939c3f4121233314ad5532c" } ,
{ file = "pydantic_core-2.16.3-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:a4b2bf78342c40b3dc830880106f54328928ff03e357935ad26c7128bbd66ce8" } ,
{ file = "pydantic_core-2.16.3-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:13dcc4802961b5f843a9385fc821a0b0135e8c07fc3d9949fd49627c1a5e6ae5" } ,
{ file = "pydantic_core-2.16.3-cp38-none-win32.whl" , hash = "sha256:e3e70c94a0c3841e6aa831edab1619ad5c511199be94d0c11ba75fe06efe107a" } ,
{ file = "pydantic_core-2.16.3-cp38-none-win_amd64.whl" , hash = "sha256:ecdf6bf5f578615f2e985a5e1f6572e23aa632c4bd1dc67f8f406d445ac115ed" } ,
{ file = "pydantic_core-2.16.3-cp39-cp39-macosx_10_12_x86_64.whl" , hash = "sha256:bda1ee3e08252b8d41fa5537413ffdddd58fa73107171a126d3b9ff001b9b820" } ,
{ file = "pydantic_core-2.16.3-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:21b888c973e4f26b7a96491c0965a8a312e13be108022ee510248fe379a5fa23" } ,
{ file = "pydantic_core-2.16.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:be0ec334369316fa73448cc8c982c01e5d2a81c95969d58b8f6e272884df0074" } ,
{ file = "pydantic_core-2.16.3-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:b5b6079cc452a7c53dd378c6f881ac528246b3ac9aae0f8eef98498a75657805" } ,
{ file = "pydantic_core-2.16.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:7ee8d5f878dccb6d499ba4d30d757111847b6849ae07acdd1205fffa1fc1253c" } ,
{ file = "pydantic_core-2.16.3-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:7233d65d9d651242a68801159763d09e9ec96e8a158dbf118dc090cd77a104c9" } ,
{ file = "pydantic_core-2.16.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c6119dc90483a5cb50a1306adb8d52c66e447da88ea44f323e0ae1a5fcb14256" } ,
{ file = "pydantic_core-2.16.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:578114bc803a4c1ff9946d977c221e4376620a46cf78da267d946397dc9514a8" } ,
{ file = "pydantic_core-2.16.3-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:d8f99b147ff3fcf6b3cc60cb0c39ea443884d5559a30b1481e92495f2310ff2b" } ,
{ file = "pydantic_core-2.16.3-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:4ac6b4ce1e7283d715c4b729d8f9dab9627586dafce81d9eaa009dd7f25dd972" } ,
{ file = "pydantic_core-2.16.3-cp39-none-win32.whl" , hash = "sha256:e7774b570e61cb998490c5235740d475413a1f6de823169b4cf94e2fe9e9f6b2" } ,
{ file = "pydantic_core-2.16.3-cp39-none-win_amd64.whl" , hash = "sha256:9091632a25b8b87b9a605ec0e61f241c456e9248bfdcf7abdf344fdb169c81cf" } ,
{ file = "pydantic_core-2.16.3-pp310-pypy310_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:36fa178aacbc277bc6b62a2c3da95226520da4f4e9e206fdf076484363895d2c" } ,
{ file = "pydantic_core-2.16.3-pp310-pypy310_pp73-macosx_11_0_arm64.whl" , hash = "sha256:dcca5d2bf65c6fb591fff92da03f94cd4f315972f97c21975398bd4bd046854a" } ,
{ file = "pydantic_core-2.16.3-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2a72fb9963cba4cd5793854fd12f4cfee731e86df140f59ff52a49b3552db241" } ,
{ file = "pydantic_core-2.16.3-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b60cc1a081f80a2105a59385b92d82278b15d80ebb3adb200542ae165cd7d183" } ,
{ file = "pydantic_core-2.16.3-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:cbcc558401de90a746d02ef330c528f2e668c83350f045833543cd57ecead1ad" } ,
{ file = "pydantic_core-2.16.3-pp310-pypy310_pp73-musllinux_1_1_aarch64.whl" , hash = "sha256:fee427241c2d9fb7192b658190f9f5fd6dfe41e02f3c1489d2ec1e6a5ab1e04a" } ,
{ file = "pydantic_core-2.16.3-pp310-pypy310_pp73-musllinux_1_1_x86_64.whl" , hash = "sha256:f4cb85f693044e0f71f394ff76c98ddc1bc0953e48c061725e540396d5c8a2e1" } ,
{ file = "pydantic_core-2.16.3-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:b29eeb887aa931c2fcef5aa515d9d176d25006794610c264ddc114c053bf96fe" } ,
{ file = "pydantic_core-2.16.3-pp39-pypy39_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:a425479ee40ff021f8216c9d07a6a3b54b31c8267c6e17aa88b70d7ebd0e5e5b" } ,
{ file = "pydantic_core-2.16.3-pp39-pypy39_pp73-macosx_11_0_arm64.whl" , hash = "sha256:5c5cbc703168d1b7a838668998308018a2718c2130595e8e190220238addc96f" } ,
{ file = "pydantic_core-2.16.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:99b6add4c0b39a513d323d3b93bc173dac663c27b99860dd5bf491b240d26137" } ,
{ file = "pydantic_core-2.16.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:75f76ee558751746d6a38f89d60b6228fa174e5172d143886af0f85aa306fd89" } ,
{ file = "pydantic_core-2.16.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:00ee1c97b5364b84cb0bd82e9bbf645d5e2871fb8c58059d158412fee2d33d8a" } ,
{ file = "pydantic_core-2.16.3-pp39-pypy39_pp73-musllinux_1_1_aarch64.whl" , hash = "sha256:287073c66748f624be4cef893ef9174e3eb88fe0b8a78dc22e88eca4bc357ca6" } ,
{ file = "pydantic_core-2.16.3-pp39-pypy39_pp73-musllinux_1_1_x86_64.whl" , hash = "sha256:ed25e1835c00a332cb10c683cd39da96a719ab1dfc08427d476bce41b92531fc" } ,
{ file = "pydantic_core-2.16.3-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:86b3d0033580bd6bbe07590152007275bd7af95f98eaa5bd36f3da219dcd93da" } ,
{ file = "pydantic_core-2.16.3.tar.gz" , hash = "sha256:1cac689f80a3abab2d3c0048b29eea5751114054f032a941a32de4c852c59cad" } ,
2023-08-15 21:40:18 +03:00
]
[ package . dependencies ]
typing-extensions = ">=4.6.0,<4.7.0 || >4.7.0"
2022-03-08 09:27:45 -04:00
2021-10-15 03:25:38 -05:00
[ [ package ] ]
name = "pydot"
2024-01-15 22:12:00 +02:00
version = "2.0.0"
2021-10-15 03:25:38 -05:00
description = "Python interface to Graphviz's Dot"
2024-04-15 17:03:24 +03:00
category = "dev"
2021-10-15 03:25:38 -05:00
optional = false
2024-01-15 22:12:00 +02:00
python-versions = ">=3.7"
2023-01-18 18:32:46 +02:00
files = [
2024-01-15 22:12:00 +02:00
{ file = "pydot-2.0.0-py3-none-any.whl" , hash = "sha256:408a47913ea7bd5d2d34b274144880c1310c4aee901f353cf21fe2e526a4ea28" } ,
{ file = "pydot-2.0.0.tar.gz" , hash = "sha256:60246af215123fa062f21cd791be67dda23a6f280df09f68919e637a1e4f3235" } ,
2023-01-18 18:32:46 +02:00
]
2021-10-15 03:25:38 -05:00
[ package . dependencies ]
2024-01-15 22:12:00 +02:00
pyparsing = ">=3"
[ package . extras ]
dev = [ "black" , "chardet" ]
release = [ "zest.releaser[recommended]" ]
tests = [ "black" , "chardet" , "tox" ]
2021-10-15 03:25:38 -05:00
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "pyflakes"
2024-01-15 22:12:00 +02:00
version = "3.2.0"
2021-07-10 10:12:35 -05:00
description = "passive checker of Python programs"
2024-04-15 17:03:24 +03:00
category = "dev"
2021-07-10 10:12:35 -05:00
optional = false
2023-08-11 11:36:16 -05:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-01-15 22:12:00 +02:00
{ file = "pyflakes-3.2.0-py2.py3-none-any.whl" , hash = "sha256:84b5be138a2dfbb40689ca07e2152deb896a65c3a3e24c251c5c62489568074a" } ,
{ file = "pyflakes-3.2.0.tar.gz" , hash = "sha256:1c61603ff154621fb2a9172037d84dca3500def8c8b630657d1701f026f8af3f" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "pyjwt"
2023-08-11 11:36:16 -05:00
version = "2.8.0"
2021-07-10 10:12:35 -05:00
description = "JSON Web Token implementation in Python"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2022-10-11 15:45:07 +03:00
python-versions = ">=3.7"
2023-01-18 18:32:46 +02:00
files = [
2023-08-11 11:36:16 -05:00
{ file = "PyJWT-2.8.0-py3-none-any.whl" , hash = "sha256:59127c392cc44c2da5bb3192169a91f429924e17aff6534d70fdc02ab3e04320" } ,
{ file = "PyJWT-2.8.0.tar.gz" , hash = "sha256:57e28d156e3d5c10088e0c68abb90bfac3df82b40a71bd0daa20c65ccd5c23de" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2022-11-08 19:25:32 +02:00
cryptography = { version = ">=3.4.0" , optional = true , markers = "extra == \"crypto\"" }
2021-07-10 10:12:35 -05:00
[ package . extras ]
2022-11-08 19:25:32 +02:00
crypto = [ "cryptography (>=3.4.0)" ]
2023-01-18 18:32:46 +02:00
dev = [ "coverage[toml] (==5.0.4)" , "cryptography (>=3.4.0)" , "pre-commit" , "pytest (>=6.0.0,<7.0.0)" , "sphinx (>=4.5.0,<5.0.0)" , "sphinx-rtd-theme" , "zope.interface" ]
2022-10-11 15:45:07 +03:00
docs = [ "sphinx (>=4.5.0,<5.0.0)" , "sphinx-rtd-theme" , "zope.interface" ]
2023-01-18 18:32:46 +02:00
tests = [ "coverage[toml] (==5.0.4)" , "pytest (>=6.0.0,<7.0.0)" ]
2021-07-10 10:12:35 -05:00
2021-10-15 03:25:38 -05:00
[ [ package ] ]
name = "pymdgen"
version = "1.0.0"
description = "python code markdown documentation generator"
2024-04-15 17:03:24 +03:00
category = "dev"
2021-10-15 03:25:38 -05:00
optional = false
python-versions = ">=3.6,<4.0"
2023-01-18 18:32:46 +02:00
files = [
{ file = "pymdgen-1.0.0.tar.gz" , hash = "sha256:d02d298074db01269e6817b41016461cae9cc1a6231720ccff631687bf2f33da" } ,
]
2021-10-15 03:25:38 -05:00
2022-01-11 08:56:47 -06:00
[ [ package ] ]
name = "pyopenssl"
2024-03-13 00:33:46 +02:00
version = "24.1.0"
2022-01-11 08:56:47 -06:00
description = "Python wrapper module around the OpenSSL library"
2024-04-15 17:03:24 +03:00
category = "main"
2022-01-11 08:56:47 -06:00
optional = false
2023-11-28 16:21:06 +02:00
python-versions = ">=3.7"
2023-01-18 18:32:46 +02:00
files = [
2024-03-13 00:33:46 +02:00
{ file = "pyOpenSSL-24.1.0-py3-none-any.whl" , hash = "sha256:17ed5be5936449c5418d1cd269a1a9e9081bc54c17aed272b45856a3d3dc86ad" } ,
{ file = "pyOpenSSL-24.1.0.tar.gz" , hash = "sha256:cabed4bfaa5df9f1a16c0ef64a0cb65318b5cd077a7eda7d6970131ca2f41a6f" } ,
2023-01-18 18:32:46 +02:00
]
2022-01-11 08:56:47 -06:00
[ package . dependencies ]
2024-01-30 06:10:12 +02:00
cryptography = ">=41.0.5,<43"
2022-01-11 08:56:47 -06:00
[ package . extras ]
2023-11-28 16:21:06 +02:00
docs = [ "sphinx (!=5.2.0,!=5.2.0.post0,!=7.2.5)" , "sphinx-rtd-theme" ]
2024-03-13 00:33:46 +02:00
test = [ "pretend" , "pytest (>=3.0.1)" , "pytest-rerunfailures" ]
2022-01-11 08:56:47 -06:00
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "pyparsing"
2024-03-13 00:33:46 +02:00
version = "3.1.2"
2022-04-12 16:39:19 -04:00
description = "pyparsing module - Classes and methods to define and execute parsing grammars"
2024-04-15 17:03:24 +03:00
category = "dev"
2021-07-10 10:12:35 -05:00
optional = false
2022-04-12 16:39:19 -04:00
python-versions = ">=3.6.8"
2023-01-18 18:32:46 +02:00
files = [
2024-03-13 00:33:46 +02:00
{ file = "pyparsing-3.1.2-py3-none-any.whl" , hash = "sha256:f9db75911801ed778fe61bb643079ff86601aca99fcae6345aa67292038fb742" } ,
{ file = "pyparsing-3.1.2.tar.gz" , hash = "sha256:a1bac0ce561155ecc3ed78ca94d3c9378656ad4c94c1270de543f621420f94ad" } ,
2023-01-18 18:32:46 +02:00
]
2022-01-11 08:56:47 -06:00
[ package . extras ]
2023-01-18 18:32:46 +02:00
diagrams = [ "jinja2" , "railroad-diagrams" ]
2021-07-10 10:12:35 -05:00
2023-02-15 09:55:01 +02:00
[ [ package ] ]
name = "pypng"
version = "0.20220715.0"
description = "Pure Python library for saving and loading PNG images"
2024-04-15 17:03:24 +03:00
category = "main"
2023-02-15 09:55:01 +02:00
optional = false
python-versions = "*"
files = [
{ file = "pypng-0.20220715.0-py3-none-any.whl" , hash = "sha256:4a43e969b8f5aaafb2a415536c1a8ec7e341cd6a3f957fd5b5f32a4cfeed902c" } ,
{ file = "pypng-0.20220715.0.tar.gz" , hash = "sha256:739c433ba96f078315de54c0db975aee537cbc3e1d0ae4ed9aab0ca1e427e2c1" } ,
]
2022-10-11 15:45:07 +03:00
[ [ package ] ]
name = "pysocks"
version = "1.7.1"
description = "A Python SOCKS client module. See https://github.com/Anorov/PySocks for more information."
2024-04-15 17:03:24 +03:00
category = "dev"
2022-10-11 15:45:07 +03:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2023-01-18 18:32:46 +02:00
files = [
{ file = "PySocks-1.7.1-py27-none-any.whl" , hash = "sha256:08e69f092cc6dbe92a0fdd16eeb9b9ffbc13cadfe5ca4c7bd92ffb078b293299" } ,
{ file = "PySocks-1.7.1-py3-none-any.whl" , hash = "sha256:2725bd0a9925919b9b51739eea5f9e2bae91e83288108a9ad338b2e3a4435ee5" } ,
{ file = "PySocks-1.7.1.tar.gz" , hash = "sha256:3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0" } ,
]
2022-10-11 15:45:07 +03:00
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "pytest"
2024-03-13 00:33:46 +02:00
version = "8.1.1"
2021-07-10 10:12:35 -05:00
description = "pytest: simple powerful testing with Python"
2024-04-15 17:03:24 +03:00
category = "dev"
2021-07-10 10:12:35 -05:00
optional = false
2024-01-30 06:10:12 +02:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-03-13 00:33:46 +02:00
{ file = "pytest-8.1.1-py3-none-any.whl" , hash = "sha256:2a8386cfc11fa9d2c50ee7b2a57e7d898ef90470a7a34c4b949ff59662bb78b7" } ,
{ file = "pytest-8.1.1.tar.gz" , hash = "sha256:ac978141a75948948817d360297b7aae0fcb9d6ff6bc9ec6d514b85d5a65c044" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
2022-11-08 19:25:32 +02:00
exceptiongroup = { version = ">=1.0.0rc8" , markers = "python_version < \"3.11\"" }
2021-07-10 10:12:35 -05:00
iniconfig = "*"
packaging = "*"
2024-03-13 00:33:46 +02:00
pluggy = ">=1.4,<2.0"
tomli = { version = ">=1" , markers = "python_version < \"3.11\"" }
2021-07-10 10:12:35 -05:00
[ package . extras ]
2024-03-13 00:33:46 +02:00
testing = [ "argcomplete" , "attrs (>=19.2)" , "hypothesis (>=3.56)" , "mock" , "pygments (>=2.7.2)" , "requests" , "setuptools" , "xmlschema" ]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "pytest-cov"
2024-03-26 21:07:25 +02:00
version = "5.0.0"
2021-07-10 10:12:35 -05:00
description = "Pytest plugin for measuring coverage."
2024-04-15 17:03:24 +03:00
category = "dev"
2021-07-10 10:12:35 -05:00
optional = false
2024-03-26 21:07:25 +02:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-03-26 21:07:25 +02:00
{ file = "pytest-cov-5.0.0.tar.gz" , hash = "sha256:5837b58e9f6ebd335b0f8060eecce69b662415b16dc503883a02f45dfeb14857" } ,
{ file = "pytest_cov-5.0.0-py3-none-any.whl" , hash = "sha256:4f0764a1219df53214206bf1feea4633c3b558a2925c8b59f144f682861ce652" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2021-10-12 11:05:25 -05:00
coverage = { version = ">=5.2.1" , extras = [ "toml" ] }
2021-07-10 10:12:35 -05:00
pytest = ">=4.6"
[ package . extras ]
2024-03-26 21:07:25 +02:00
testing = [ "fields" , "hunter" , "process-tests" , "pytest-xdist" , "virtualenv" ]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "pytest-django"
2024-02-20 22:37:44 +02:00
version = "4.8.0"
2021-07-10 10:12:35 -05:00
description = "A Django plugin for pytest."
2024-04-15 17:03:24 +03:00
category = "dev"
2021-07-10 10:12:35 -05:00
optional = false
2023-11-28 16:21:06 +02:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-02-20 22:37:44 +02:00
{ file = "pytest-django-4.8.0.tar.gz" , hash = "sha256:5d054fe011c56f3b10f978f41a8efb2e5adfc7e680ef36fb571ada1f24779d90" } ,
{ file = "pytest_django-4.8.0-py3-none-any.whl" , hash = "sha256:ca1ddd1e0e4c227cf9e3e40a6afc6d106b3e70868fd2ac5798a22501271cd0c7" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2023-11-28 16:21:06 +02:00
pytest = ">=7.0.0"
2021-07-10 10:12:35 -05:00
[ package . extras ]
docs = [ "sphinx" , "sphinx-rtd-theme" ]
2023-01-18 18:32:46 +02:00
testing = [ "Django" , "django-configurations (>=2.0)" ]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "pytest-filedata"
version = "0.4.0"
description = "easily load data from files"
2024-04-15 17:03:24 +03:00
category = "dev"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = "*"
2023-01-18 18:32:46 +02:00
files = [
{ file = "pytest_filedata-0.4.0.tar.gz" , hash = "sha256:3a2a3f346087ac82dfd313212cd2d61c5fcfd23b0aecaa2484e6c31cfcb32fd5" } ,
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
decorator = ">=4,<5"
future = ">=0.16.0,<1"
requests-mock = ">=1,<2"
[ [ package ] ]
name = "pytest-mock"
2024-03-26 21:07:25 +02:00
version = "3.14.0"
2021-07-10 10:12:35 -05:00
description = "Thin-wrapper around the mock package for easier use with pytest"
2024-04-15 17:03:24 +03:00
category = "dev"
2021-07-10 10:12:35 -05:00
optional = false
2023-10-24 20:17:03 +03:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-03-26 21:07:25 +02:00
{ file = "pytest-mock-3.14.0.tar.gz" , hash = "sha256:2719255a1efeceadbc056d6bf3df3d1c5015530fb40cf347c0f9afac88410bd0" } ,
{ file = "pytest_mock-3.14.0-py3-none-any.whl" , hash = "sha256:0b72c38033392a5f4621342fe11e9219ac11ec9d375f8e2a0c164539e0d70f6f" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2024-03-26 21:07:25 +02:00
pytest = ">=6.2.5"
2021-07-10 10:12:35 -05:00
[ package . extras ]
2023-01-18 18:32:46 +02:00
dev = [ "pre-commit" , "pytest-asyncio" , "tox" ]
2021-07-10 10:12:35 -05:00
2021-10-15 03:25:38 -05:00
[ [ package ] ]
name = "python-dateutil"
2024-03-13 00:33:46 +02:00
version = "2.9.0.post0"
2021-10-15 03:25:38 -05:00
description = "Extensions to the standard Python datetime module"
2024-04-15 17:03:24 +03:00
category = "main"
2021-10-15 03:25:38 -05:00
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
2023-01-18 18:32:46 +02:00
files = [
2024-03-13 00:33:46 +02:00
{ file = "python-dateutil-2.9.0.post0.tar.gz" , hash = "sha256:37dd54208da7e1cd875388217d5e00ebd4179249f90fb72437e91a35459a0ad3" } ,
{ file = "python_dateutil-2.9.0.post0-py2.py3-none-any.whl" , hash = "sha256:a8b2bc7bffae282281c8140a97d3aa9c14da0b136dfe83f850eea9a5f7470427" } ,
2023-01-18 18:32:46 +02:00
]
2021-10-15 03:25:38 -05:00
[ package . dependencies ]
six = ">=1.5"
2022-10-11 15:45:07 +03:00
[ [ package ] ]
name = "python-dotenv"
2024-01-30 06:10:12 +02:00
version = "1.0.1"
2022-10-11 15:45:07 +03:00
description = "Read key-value pairs from a .env file and set them as environment variables"
2024-04-15 17:03:24 +03:00
category = "dev"
2022-10-11 15:45:07 +03:00
optional = false
2023-03-13 20:22:22 +02:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-01-30 06:10:12 +02:00
{ file = "python-dotenv-1.0.1.tar.gz" , hash = "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca" } ,
{ file = "python_dotenv-1.0.1-py3-none-any.whl" , hash = "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a" } ,
2023-01-18 18:32:46 +02:00
]
2022-10-11 15:45:07 +03:00
[ package . extras ]
cli = [ "click (>=5.0)" ]
2023-11-28 16:21:06 +02:00
[ [ package ] ]
name = "python-ipware"
2024-03-13 00:33:46 +02:00
version = "2.0.2"
2023-11-28 16:21:06 +02:00
description = "A Python package to retrieve user's IP address"
2024-04-15 17:03:24 +03:00
category = "main"
2023-11-28 16:21:06 +02:00
optional = false
python-versions = ">=3.7"
files = [
2024-03-13 00:33:46 +02:00
{ file = "python-ipware-2.0.2.tar.gz" , hash = "sha256:86e30cc3af62cec42284dedd49c8a14e436e73c96433c8645ec0b476ff4ad7ec" } ,
{ file = "python_ipware-2.0.2-py3-none-any.whl" , hash = "sha256:3a94fd073b93e12b13617e291f13eda3495d3ba68b580e3e30174ea84ac63041" } ,
2023-11-28 16:21:06 +02:00
]
[ package . extras ]
dev = [ "coverage[toml]" , "coveralls (>=3.3,<4.0)" , "ruff" , "twine" ]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "python3-openid"
version = "3.2.0"
description = "OpenID support for modern servers and consumers."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = "*"
2023-01-18 18:32:46 +02:00
files = [
{ file = "python3-openid-3.2.0.tar.gz" , hash = "sha256:33fbf6928f401e0b790151ed2b5290b02545e8775f982485205a066f874aaeaf" } ,
{ file = "python3_openid-3.2.0-py3-none-any.whl" , hash = "sha256:6626f771e0417486701e0b4daff762e7212e820ca5b29fcc0d05f6f8736dfa6b" } ,
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
defusedxml = "*"
[ package . extras ]
mysql = [ "mysql-connector-python" ]
postgresql = [ "psycopg2" ]
[ [ package ] ]
name = "pyupgrade"
2024-03-26 21:07:25 +02:00
version = "3.15.2"
2021-07-10 10:12:35 -05:00
description = "A tool to automatically upgrade syntax for newer versions."
2024-04-15 17:03:24 +03:00
category = "dev"
2021-07-10 10:12:35 -05:00
optional = false
2023-07-11 16:20:46 +03:00
python-versions = ">=3.8.1"
2023-01-18 18:32:46 +02:00
files = [
2024-03-26 21:07:25 +02:00
{ file = "pyupgrade-3.15.2-py2.py3-none-any.whl" , hash = "sha256:ce309e0ff8ecb73f56a45f12570be84bbbde9540d13697cacb261a7f595fb1f5" } ,
{ file = "pyupgrade-3.15.2.tar.gz" , hash = "sha256:c488d6896c546d25845712ef6402657123008d56c1063174e27aabe15bd6b4e5" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2023-08-11 11:36:16 -05:00
tokenize-rt = ">=5.2.0"
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "pyyaml"
2023-08-11 11:36:16 -05:00
version = "6.0.1"
2021-07-10 10:12:35 -05:00
description = "YAML parser and emitter for Python"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2023-07-11 16:20:46 +03:00
python-versions = ">=3.6"
2023-01-18 18:32:46 +02:00
files = [
2023-08-11 11:36:16 -05:00
{ file = "PyYAML-6.0.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:d858aa552c999bc8a8d57426ed01e40bef403cd8ccdd0fc5f6f04a00414cac2a" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515" } ,
2023-11-28 16:21:06 +02:00
{ file = "PyYAML-6.0.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290" } ,
2023-08-11 11:36:16 -05:00
{ file = "PyYAML-6.0.1-cp310-cp310-win32.whl" , hash = "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-win_amd64.whl" , hash = "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673" } ,
2023-11-28 16:21:06 +02:00
{ file = "PyYAML-6.0.1-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b" } ,
2023-08-11 11:36:16 -05:00
{ file = "PyYAML-6.0.1-cp311-cp311-win32.whl" , hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl" , hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34" } ,
2023-11-28 16:21:06 +02:00
{ file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-win32.whl" , hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-win_amd64.whl" , hash = "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df" } ,
2023-08-11 11:36:16 -05:00
{ file = "PyYAML-6.0.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:afd7e57eddb1a54f0f1a974bc4391af8bcce0b444685d936840f125cf046d5bd" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-win32.whl" , hash = "sha256:fca0e3a251908a499833aa292323f32437106001d436eca0e6e7833256674585" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:f22ac1c3cac4dbc50079e965eba2c1058622631e526bd9afd45fedd49ba781fa" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:b1275ad35a5d18c62a7220633c913e1b42d44b46ee12554e5fd39c70a243d6a3" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:18aeb1bf9a78867dc38b259769503436b7c72f7a1f1f4c93ff9a17de54319b27" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:596106435fa6ad000c2991a98fa58eeb8656ef2325d7e158344fb33864ed87e3" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:baa90d3f661d43131ca170712d903e6295d1f7a0f595074f151c0aed377c9b9c" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-win32.whl" , hash = "sha256:9046c58c4395dff28dd494285c82ba00b546adfc7ef001486fbf0324bc174fba" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:4fb147e7a67ef577a588a0e2c17b6db51dda102c71de36f8549b6816a96e1867" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:1d4c7e777c441b20e32f52bd377e0c409713e8bb1386e1099c2415f26e479595" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735" } ,
2023-11-28 16:21:06 +02:00
{ file = "PyYAML-6.0.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6" } ,
2023-08-11 11:36:16 -05:00
{ file = "PyYAML-6.0.1-cp38-cp38-win32.whl" , hash = "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-win_amd64.whl" , hash = "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:c8098ddcc2a85b61647b2590f825f3db38891662cfc2fc776415143f599bb859" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c" } ,
2023-11-28 16:21:06 +02:00
{ file = "PyYAML-6.0.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5" } ,
2023-08-11 11:36:16 -05:00
{ file = "PyYAML-6.0.1-cp39-cp39-win32.whl" , hash = "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-win_amd64.whl" , hash = "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486" } ,
{ file = "PyYAML-6.0.1.tar.gz" , hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
2021-10-15 03:25:38 -05:00
[ [ package ] ]
name = "pyyaml-env-tag"
version = "0.1"
description = "A custom YAML tag for referencing environment variables in YAML files. "
2024-04-15 17:03:24 +03:00
category = "dev"
2021-10-15 03:25:38 -05:00
optional = false
python-versions = ">=3.6"
2023-01-18 18:32:46 +02:00
files = [
{ file = "pyyaml_env_tag-0.1-py3-none-any.whl" , hash = "sha256:af31106dec8a4d68c60207c1886031cbf839b68aa7abccdb19868200532c2069" } ,
{ file = "pyyaml_env_tag-0.1.tar.gz" , hash = "sha256:70092675bda14fdec33b31ba77e7543de9ddc88f2e5b99160396572d11525bdb" } ,
]
2021-10-15 03:25:38 -05:00
[ package . dependencies ]
pyyaml = "*"
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "qrcode"
2023-02-15 09:55:01 +02:00
version = "7.4.2"
2021-07-10 10:12:35 -05:00
description = "QR Code image generator"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2023-02-15 09:55:01 +02:00
python-versions = ">=3.7"
2023-01-18 18:32:46 +02:00
files = [
2023-02-15 09:55:01 +02:00
{ file = "qrcode-7.4.2-py3-none-any.whl" , hash = "sha256:581dca7a029bcb2deef5d01068e39093e80ef00b4a61098a2182eac59d01643a" } ,
{ file = "qrcode-7.4.2.tar.gz" , hash = "sha256:9dd969454827e127dbd93696b20747239e6d540e082937c90f14ac95b30f5845" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
2023-02-15 09:55:01 +02:00
pypng = "*"
typing-extensions = "*"
2021-07-10 10:12:35 -05:00
[ package . extras ]
2023-02-15 09:55:01 +02:00
all = [ "pillow (>=9.1.0)" , "pytest" , "pytest-cov" , "tox" , "zest.releaser[recommended]" ]
dev = [ "pytest" , "pytest-cov" , "tox" ]
2023-01-18 18:32:46 +02:00
maintainer = [ "zest.releaser[recommended]" ]
2023-02-15 09:55:01 +02:00
pil = [ "pillow (>=9.1.0)" ]
test = [ "coverage" , "pytest" ]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "rdap"
2024-03-26 21:07:25 +02:00
version = "1.5.2"
2021-07-10 10:12:35 -05:00
description = "Registration Data Access Protocol tools"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2024-03-26 21:07:25 +02:00
python-versions = "<4.0,>=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-03-26 21:07:25 +02:00
{ file = "rdap-1.5.2-py3-none-any.whl" , hash = "sha256:d138f89446647eb0b121ca57a3a099e80fb20600cabf29d7b3cb5e7d13e8769d" } ,
{ file = "rdap-1.5.2.tar.gz" , hash = "sha256:40fa8df10d2bcf14e6ebf6c17fb77b4b232df8340dfa269d33441dce4b2ea0b4" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2024-03-26 21:07:25 +02:00
munge = { version = ">=1.3" , extras = [ "yaml" ] }
requests = ">=2.25.1"
2021-07-10 10:12:35 -05:00
2023-09-13 04:54:04 +03:00
[ [ package ] ]
name = "redis"
2024-03-13 00:33:46 +02:00
version = "5.0.3"
2023-09-13 04:54:04 +03:00
description = "Python client for Redis database and key-value store"
2024-04-15 17:03:24 +03:00
category = "main"
2023-09-13 04:54:04 +03:00
optional = false
python-versions = ">=3.7"
files = [
2024-03-13 00:33:46 +02:00
{ file = "redis-5.0.3-py3-none-any.whl" , hash = "sha256:5da9b8fe9e1254293756c16c008e8620b3d15fcc6dde6babde9541850e72a32d" } ,
{ file = "redis-5.0.3.tar.gz" , hash = "sha256:4973bae7444c0fbed64a06b87446f79361cb7e4ec1538c022d696ed7a5015580" } ,
2023-09-13 04:54:04 +03:00
]
[ package . dependencies ]
2024-03-13 00:33:46 +02:00
async-timeout = { version = ">=4.0.3" , markers = "python_full_version < \"3.11.3\"" }
2023-09-13 04:54:04 +03:00
[ package . extras ]
hiredis = [ "hiredis (>=1.0.0)" ]
ocsp = [ "cryptography (>=36.0.1)" , "pyopenssl (==20.0.1)" , "requests (>=2.26.0)" ]
2023-07-11 16:20:46 +03:00
[ [ package ] ]
name = "referencing"
2024-03-26 21:07:25 +02:00
version = "0.34.0"
2023-07-11 16:20:46 +03:00
description = "JSON Referencing + Python"
2024-04-15 17:03:24 +03:00
category = "dev"
2023-07-11 16:20:46 +03:00
optional = false
python-versions = ">=3.8"
files = [
2024-03-26 21:07:25 +02:00
{ file = "referencing-0.34.0-py3-none-any.whl" , hash = "sha256:d53ae300ceddd3169f1ffa9caf2cb7b769e92657e4fafb23d34b93679116dfd4" } ,
{ file = "referencing-0.34.0.tar.gz" , hash = "sha256:5773bd84ef41799a5a8ca72dc34590c041eb01bf9aa02632b4a973fb0181a844" } ,
2023-07-11 16:20:46 +03:00
]
[ package . dependencies ]
attrs = ">=22.2.0"
rpds-py = ">=0.7.0"
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "requests"
2023-05-23 19:53:37 -05:00
version = "2.31.0"
2021-07-10 10:12:35 -05:00
description = "Python HTTP for Humans."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2023-05-16 21:04:05 +03:00
python-versions = ">=3.7"
2023-01-18 18:32:46 +02:00
files = [
2023-05-23 19:53:37 -05:00
{ file = "requests-2.31.0-py3-none-any.whl" , hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f" } ,
{ file = "requests-2.31.0.tar.gz" , hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
certifi = ">=2017.4.17"
2023-01-18 18:32:46 +02:00
charset-normalizer = ">=2,<4"
2022-06-15 15:23:26 +03:00
idna = ">=2.5,<4"
2023-05-16 21:04:05 +03:00
urllib3 = ">=1.21.1,<3"
2021-07-10 10:12:35 -05:00
[ package . extras ]
2022-06-15 15:23:26 +03:00
socks = [ "PySocks (>=1.5.6,!=1.5.7)" ]
2023-01-18 18:32:46 +02:00
use-chardet-on-py3 = [ "chardet (>=3.0.2,<6)" ]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "requests-mock"
2024-04-15 17:03:24 +03:00
version = "1.12.1"
2021-07-10 10:12:35 -05:00
description = "Mock out responses from the requests package"
2024-04-15 17:03:24 +03:00
category = "dev"
2021-07-10 10:12:35 -05:00
optional = false
2024-04-15 17:03:24 +03:00
python-versions = ">=3.5"
2023-01-18 18:32:46 +02:00
files = [
2024-04-15 17:03:24 +03:00
{ file = "requests-mock-1.12.1.tar.gz" , hash = "sha256:e9e12e333b525156e82a3c852f22016b9158220d2f47454de9cae8a77d371401" } ,
{ file = "requests_mock-1.12.1-py2.py3-none-any.whl" , hash = "sha256:b1e37054004cdd5e56c84454cc7df12b25f90f382159087f4b6915aaeef39563" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2024-04-15 17:03:24 +03:00
requests = ">=2.22,<3"
2021-07-10 10:12:35 -05:00
[ package . extras ]
fixture = [ "fixtures" ]
[ [ package ] ]
name = "requests-oauthlib"
2024-03-26 21:07:25 +02:00
version = "2.0.0"
2021-07-10 10:12:35 -05:00
description = "OAuthlib authentication support for Requests."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2024-03-26 21:07:25 +02:00
python-versions = ">=3.4"
2023-01-18 18:32:46 +02:00
files = [
2024-03-26 21:07:25 +02:00
{ file = "requests-oauthlib-2.0.0.tar.gz" , hash = "sha256:b3dffaebd884d8cd778494369603a9e7b58d29111bf6b41bdc2dcd87203af4e9" } ,
{ file = "requests_oauthlib-2.0.0-py2.py3-none-any.whl" , hash = "sha256:7dd8a5c40426b779b0868c404bdef9768deccf22749cde15852df527e6269b36" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
oauthlib = ">=3.0.0"
requests = ">=2.0.0"
[ package . extras ]
rsa = [ "oauthlib[signedtoken] (>=3.0.0)" ]
2023-07-11 16:20:46 +03:00
[ [ package ] ]
name = "rpds-py"
2024-02-20 22:37:44 +02:00
version = "0.18.0"
2023-07-11 16:20:46 +03:00
description = "Python bindings to Rust's persistent data structures (rpds)"
2024-04-15 17:03:24 +03:00
category = "dev"
2023-07-11 16:20:46 +03:00
optional = false
python-versions = ">=3.8"
files = [
2024-02-20 22:37:44 +02:00
{ file = "rpds_py-0.18.0-cp310-cp310-macosx_10_12_x86_64.whl" , hash = "sha256:5b4e7d8d6c9b2e8ee2d55c90b59c707ca59bc30058269b3db7b1f8df5763557e" } ,
{ file = "rpds_py-0.18.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:c463ed05f9dfb9baebef68048aed8dcdc94411e4bf3d33a39ba97e271624f8f7" } ,
{ file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:01e36a39af54a30f28b73096dd39b6802eddd04c90dbe161c1b8dbe22353189f" } ,
{ file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:d62dec4976954a23d7f91f2f4530852b0c7608116c257833922a896101336c51" } ,
{ file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:dd18772815d5f008fa03d2b9a681ae38d5ae9f0e599f7dda233c439fcaa00d40" } ,
{ file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:923d39efa3cfb7279a0327e337a7958bff00cc447fd07a25cddb0a1cc9a6d2da" } ,
{ file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:39514da80f971362f9267c600b6d459bfbbc549cffc2cef8e47474fddc9b45b1" } ,
{ file = "rpds_py-0.18.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:a34d557a42aa28bd5c48a023c570219ba2593bcbbb8dc1b98d8cf5d529ab1434" } ,
{ file = "rpds_py-0.18.0-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:93df1de2f7f7239dc9cc5a4a12408ee1598725036bd2dedadc14d94525192fc3" } ,
{ file = "rpds_py-0.18.0-cp310-cp310-musllinux_1_2_i686.whl" , hash = "sha256:34b18ba135c687f4dac449aa5157d36e2cbb7c03cbea4ddbd88604e076aa836e" } ,
{ file = "rpds_py-0.18.0-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:c0b5dcf9193625afd8ecc92312d6ed78781c46ecbf39af9ad4681fc9f464af88" } ,
{ file = "rpds_py-0.18.0-cp310-none-win32.whl" , hash = "sha256:c4325ff0442a12113a6379af66978c3fe562f846763287ef66bdc1d57925d337" } ,
{ file = "rpds_py-0.18.0-cp310-none-win_amd64.whl" , hash = "sha256:7223a2a5fe0d217e60a60cdae28d6949140dde9c3bcc714063c5b463065e3d66" } ,
{ file = "rpds_py-0.18.0-cp311-cp311-macosx_10_12_x86_64.whl" , hash = "sha256:3a96e0c6a41dcdba3a0a581bbf6c44bb863f27c541547fb4b9711fd8cf0ffad4" } ,
{ file = "rpds_py-0.18.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:30f43887bbae0d49113cbaab729a112251a940e9b274536613097ab8b4899cf6" } ,
{ file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:fcb25daa9219b4cf3a0ab24b0eb9a5cc8949ed4dc72acb8fa16b7e1681aa3c58" } ,
{ file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:d68c93e381010662ab873fea609bf6c0f428b6d0bb00f2c6939782e0818d37bf" } ,
{ file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:b34b7aa8b261c1dbf7720b5d6f01f38243e9b9daf7e6b8bc1fd4657000062f2c" } ,
{ file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:2e6d75ab12b0bbab7215e5d40f1e5b738aa539598db27ef83b2ec46747df90e1" } ,
{ file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0b8612cd233543a3781bc659c731b9d607de65890085098986dfd573fc2befe5" } ,
{ file = "rpds_py-0.18.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:aec493917dd45e3c69d00a8874e7cbed844efd935595ef78a0f25f14312e33c6" } ,
{ file = "rpds_py-0.18.0-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:661d25cbffaf8cc42e971dd570d87cb29a665f49f4abe1f9e76be9a5182c4688" } ,
{ file = "rpds_py-0.18.0-cp311-cp311-musllinux_1_2_i686.whl" , hash = "sha256:1df3659d26f539ac74fb3b0c481cdf9d725386e3552c6fa2974f4d33d78e544b" } ,
{ file = "rpds_py-0.18.0-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:a1ce3ba137ed54f83e56fb983a5859a27d43a40188ba798993812fed73c70836" } ,
{ file = "rpds_py-0.18.0-cp311-none-win32.whl" , hash = "sha256:69e64831e22a6b377772e7fb337533c365085b31619005802a79242fee620bc1" } ,
{ file = "rpds_py-0.18.0-cp311-none-win_amd64.whl" , hash = "sha256:998e33ad22dc7ec7e030b3df701c43630b5bc0d8fbc2267653577e3fec279afa" } ,
{ file = "rpds_py-0.18.0-cp312-cp312-macosx_10_12_x86_64.whl" , hash = "sha256:7f2facbd386dd60cbbf1a794181e6aa0bd429bd78bfdf775436020172e2a23f0" } ,
{ file = "rpds_py-0.18.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:1d9a5be316c15ffb2b3c405c4ff14448c36b4435be062a7f578ccd8b01f0c4d8" } ,
{ file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:cd5bf1af8efe569654bbef5a3e0a56eca45f87cfcffab31dd8dde70da5982475" } ,
{ file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:5417558f6887e9b6b65b4527232553c139b57ec42c64570569b155262ac0754f" } ,
{ file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:56a737287efecafc16f6d067c2ea0117abadcd078d58721f967952db329a3e5c" } ,
{ file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:8f03bccbd8586e9dd37219bce4d4e0d3ab492e6b3b533e973fa08a112cb2ffc9" } ,
{ file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4457a94da0d5c53dc4b3e4de1158bdab077db23c53232f37a3cb7afdb053a4e3" } ,
{ file = "rpds_py-0.18.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:0ab39c1ba9023914297dd88ec3b3b3c3f33671baeb6acf82ad7ce883f6e8e157" } ,
{ file = "rpds_py-0.18.0-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:9d54553c1136b50fd12cc17e5b11ad07374c316df307e4cfd6441bea5fb68496" } ,
{ file = "rpds_py-0.18.0-cp312-cp312-musllinux_1_2_i686.whl" , hash = "sha256:0af039631b6de0397ab2ba16eaf2872e9f8fca391b44d3d8cac317860a700a3f" } ,
{ file = "rpds_py-0.18.0-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:84ffab12db93b5f6bad84c712c92060a2d321b35c3c9960b43d08d0f639d60d7" } ,
{ file = "rpds_py-0.18.0-cp312-none-win32.whl" , hash = "sha256:685537e07897f173abcf67258bee3c05c374fa6fff89d4c7e42fb391b0605e98" } ,
{ file = "rpds_py-0.18.0-cp312-none-win_amd64.whl" , hash = "sha256:e003b002ec72c8d5a3e3da2989c7d6065b47d9eaa70cd8808b5384fbb970f4ec" } ,
{ file = "rpds_py-0.18.0-cp38-cp38-macosx_10_12_x86_64.whl" , hash = "sha256:08f9ad53c3f31dfb4baa00da22f1e862900f45908383c062c27628754af2e88e" } ,
{ file = "rpds_py-0.18.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:c0013fe6b46aa496a6749c77e00a3eb07952832ad6166bd481c74bda0dcb6d58" } ,
{ file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e32a92116d4f2a80b629778280103d2a510a5b3f6314ceccd6e38006b5e92dcb" } ,
{ file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:e541ec6f2ec456934fd279a3120f856cd0aedd209fc3852eca563f81738f6861" } ,
{ file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:bed88b9a458e354014d662d47e7a5baafd7ff81c780fd91584a10d6ec842cb73" } ,
{ file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:2644e47de560eb7bd55c20fc59f6daa04682655c58d08185a9b95c1970fa1e07" } ,
{ file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8e8916ae4c720529e18afa0b879473049e95949bf97042e938530e072fde061d" } ,
{ file = "rpds_py-0.18.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:465a3eb5659338cf2a9243e50ad9b2296fa15061736d6e26240e713522b6235c" } ,
{ file = "rpds_py-0.18.0-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:ea7d4a99f3b38c37eac212dbd6ec42b7a5ec51e2c74b5d3223e43c811609e65f" } ,
{ file = "rpds_py-0.18.0-cp38-cp38-musllinux_1_2_i686.whl" , hash = "sha256:67071a6171e92b6da534b8ae326505f7c18022c6f19072a81dcf40db2638767c" } ,
{ file = "rpds_py-0.18.0-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:41ef53e7c58aa4ef281da975f62c258950f54b76ec8e45941e93a3d1d8580594" } ,
{ file = "rpds_py-0.18.0-cp38-none-win32.whl" , hash = "sha256:fdea4952db2793c4ad0bdccd27c1d8fdd1423a92f04598bc39425bcc2b8ee46e" } ,
{ file = "rpds_py-0.18.0-cp38-none-win_amd64.whl" , hash = "sha256:7cd863afe7336c62ec78d7d1349a2f34c007a3cc6c2369d667c65aeec412a5b1" } ,
{ file = "rpds_py-0.18.0-cp39-cp39-macosx_10_12_x86_64.whl" , hash = "sha256:5307def11a35f5ae4581a0b658b0af8178c65c530e94893345bebf41cc139d33" } ,
{ file = "rpds_py-0.18.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:77f195baa60a54ef9d2de16fbbfd3ff8b04edc0c0140a761b56c267ac11aa467" } ,
{ file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:39f5441553f1c2aed4de4377178ad8ff8f9d733723d6c66d983d75341de265ab" } ,
{ file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:9a00312dea9310d4cb7dbd7787e722d2e86a95c2db92fbd7d0155f97127bcb40" } ,
{ file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:8f2fc11e8fe034ee3c34d316d0ad8808f45bc3b9ce5857ff29d513f3ff2923a1" } ,
{ file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:586f8204935b9ec884500498ccc91aa869fc652c40c093bd9e1471fbcc25c022" } ,
{ file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ddc2f4dfd396c7bfa18e6ce371cba60e4cf9d2e5cdb71376aa2da264605b60b9" } ,
{ file = "rpds_py-0.18.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:5ddcba87675b6d509139d1b521e0c8250e967e63b5909a7e8f8944d0f90ff36f" } ,
{ file = "rpds_py-0.18.0-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:7bd339195d84439cbe5771546fe8a4e8a7a045417d8f9de9a368c434e42a721e" } ,
{ file = "rpds_py-0.18.0-cp39-cp39-musllinux_1_2_i686.whl" , hash = "sha256:d7c36232a90d4755b720fbd76739d8891732b18cf240a9c645d75f00639a9024" } ,
{ file = "rpds_py-0.18.0-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:6b0817e34942b2ca527b0e9298373e7cc75f429e8da2055607f4931fded23e20" } ,
{ file = "rpds_py-0.18.0-cp39-none-win32.whl" , hash = "sha256:99f70b740dc04d09e6b2699b675874367885217a2e9f782bdf5395632ac663b7" } ,
{ file = "rpds_py-0.18.0-cp39-none-win_amd64.whl" , hash = "sha256:6ef687afab047554a2d366e112dd187b62d261d49eb79b77e386f94644363294" } ,
{ file = "rpds_py-0.18.0-pp310-pypy310_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:ad36cfb355e24f1bd37cac88c112cd7730873f20fb0bdaf8ba59eedf8216079f" } ,
{ file = "rpds_py-0.18.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl" , hash = "sha256:36b3ee798c58ace201289024b52788161e1ea133e4ac93fba7d49da5fec0ef9e" } ,
{ file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f8a2f084546cc59ea99fda8e070be2fd140c3092dc11524a71aa8f0f3d5a55ca" } ,
{ file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:e4461d0f003a0aa9be2bdd1b798a041f177189c1a0f7619fe8c95ad08d9a45d7" } ,
{ file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:8db715ebe3bb7d86d77ac1826f7d67ec11a70dbd2376b7cc214199360517b641" } ,
{ file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:793968759cd0d96cac1e367afd70c235867831983f876a53389ad869b043c948" } ,
{ file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:66e6a3af5a75363d2c9a48b07cb27c4ea542938b1a2e93b15a503cdfa8490795" } ,
{ file = "rpds_py-0.18.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:6ef0befbb5d79cf32d0266f5cff01545602344eda89480e1dd88aca964260b18" } ,
{ file = "rpds_py-0.18.0-pp310-pypy310_pp73-musllinux_1_2_aarch64.whl" , hash = "sha256:1d4acf42190d449d5e89654d5c1ed3a4f17925eec71f05e2a41414689cda02d1" } ,
{ file = "rpds_py-0.18.0-pp310-pypy310_pp73-musllinux_1_2_i686.whl" , hash = "sha256:a5f446dd5055667aabaee78487f2b5ab72e244f9bc0b2ffebfeec79051679984" } ,
{ file = "rpds_py-0.18.0-pp310-pypy310_pp73-musllinux_1_2_x86_64.whl" , hash = "sha256:9dbbeb27f4e70bfd9eec1be5477517365afe05a9b2c441a0b21929ee61048124" } ,
{ file = "rpds_py-0.18.0-pp38-pypy38_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:22806714311a69fd0af9b35b7be97c18a0fc2826e6827dbb3a8c94eac6cf7eeb" } ,
{ file = "rpds_py-0.18.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl" , hash = "sha256:b34ae4636dfc4e76a438ab826a0d1eed2589ca7d9a1b2d5bb546978ac6485461" } ,
{ file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8c8370641f1a7f0e0669ddccca22f1da893cef7628396431eb445d46d893e5cd" } ,
{ file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:c8362467a0fdeccd47935f22c256bec5e6abe543bf0d66e3d3d57a8fb5731863" } ,
{ file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:11a8c85ef4a07a7638180bf04fe189d12757c696eb41f310d2426895356dcf05" } ,
{ file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b316144e85316da2723f9d8dc75bada12fa58489a527091fa1d5a612643d1a0e" } ,
{ file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:cf1ea2e34868f6fbf070e1af291c8180480310173de0b0c43fc38a02929fc0e3" } ,
{ file = "rpds_py-0.18.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:e546e768d08ad55b20b11dbb78a745151acbd938f8f00d0cfbabe8b0199b9880" } ,
{ file = "rpds_py-0.18.0-pp38-pypy38_pp73-musllinux_1_2_aarch64.whl" , hash = "sha256:4901165d170a5fde6f589acb90a6b33629ad1ec976d4529e769c6f3d885e3e80" } ,
{ file = "rpds_py-0.18.0-pp38-pypy38_pp73-musllinux_1_2_i686.whl" , hash = "sha256:618a3d6cae6ef8ec88bb76dd80b83cfe415ad4f1d942ca2a903bf6b6ff97a2da" } ,
{ file = "rpds_py-0.18.0-pp38-pypy38_pp73-musllinux_1_2_x86_64.whl" , hash = "sha256:ed4eb745efbff0a8e9587d22a84be94a5eb7d2d99c02dacf7bd0911713ed14dd" } ,
{ file = "rpds_py-0.18.0-pp39-pypy39_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:6c81e5f372cd0dc5dc4809553d34f832f60a46034a5f187756d9b90586c2c307" } ,
{ file = "rpds_py-0.18.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl" , hash = "sha256:43fbac5f22e25bee1d482c97474f930a353542855f05c1161fd804c9dc74a09d" } ,
{ file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6d7faa6f14017c0b1e69f5e2c357b998731ea75a442ab3841c0dbbbfe902d2c4" } ,
{ file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:08231ac30a842bd04daabc4d71fddd7e6d26189406d5a69535638e4dcb88fe76" } ,
{ file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:044a3e61a7c2dafacae99d1e722cc2d4c05280790ec5a05031b3876809d89a5c" } ,
{ file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:3f26b5bd1079acdb0c7a5645e350fe54d16b17bfc5e71f371c449383d3342e17" } ,
{ file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:482103aed1dfe2f3b71a58eff35ba105289b8d862551ea576bd15479aba01f66" } ,
{ file = "rpds_py-0.18.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:1374f4129f9bcca53a1bba0bb86bf78325a0374577cf7e9e4cd046b1e6f20e24" } ,
{ file = "rpds_py-0.18.0-pp39-pypy39_pp73-musllinux_1_2_aarch64.whl" , hash = "sha256:635dc434ff724b178cb192c70016cc0ad25a275228f749ee0daf0eddbc8183b1" } ,
{ file = "rpds_py-0.18.0-pp39-pypy39_pp73-musllinux_1_2_i686.whl" , hash = "sha256:bc362ee4e314870a70f4ae88772d72d877246537d9f8cb8f7eacf10884862432" } ,
{ file = "rpds_py-0.18.0-pp39-pypy39_pp73-musllinux_1_2_x86_64.whl" , hash = "sha256:4832d7d380477521a8c1644bbab6588dfedea5e30a7d967b5fb75977c45fd77f" } ,
{ file = "rpds_py-0.18.0.tar.gz" , hash = "sha256:42821446ee7a76f5d9f71f9e33a4fb2ffd724bb3e7f93386150b61a43115788d" } ,
2023-07-11 16:20:46 +03:00
]
2023-04-12 00:04:36 +03:00
[ [ package ] ]
name = "schema"
version = "0.7.5"
description = "Simple data validation library"
2024-04-15 17:03:24 +03:00
category = "main"
2023-04-12 00:04:36 +03:00
optional = false
python-versions = "*"
files = [
{ file = "schema-0.7.5-py2.py3-none-any.whl" , hash = "sha256:f3ffdeeada09ec34bf40d7d79996d9f7175db93b7a5065de0faa7f41083c1e6c" } ,
{ file = "schema-0.7.5.tar.gz" , hash = "sha256:f06717112c61895cabc4707752b88716e8420a8819d71404501e114f91043197" } ,
]
[ package . dependencies ]
contextlib2 = ">=0.5.5"
2022-09-20 22:42:22 -05:00
[ [ package ] ]
2022-10-11 15:45:07 +03:00
name = "selenium"
2024-04-15 17:03:24 +03:00
version = "4.19.0"
2022-10-11 15:45:07 +03:00
description = ""
2024-04-15 17:03:24 +03:00
category = "dev"
2022-09-20 22:42:22 -05:00
optional = false
2023-09-13 04:54:04 +03:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-04-15 17:03:24 +03:00
{ file = "selenium-4.19.0-py3-none-any.whl" , hash = "sha256:5b4f49240d61e687a73f7968ae2517d403882aae3550eae2a229c745e619f1d9" } ,
{ file = "selenium-4.19.0.tar.gz" , hash = "sha256:d9dfd6d0b021d71d0a48b865fe7746490ba82b81e9c87b212360006629eb1853" } ,
2023-01-18 18:32:46 +02:00
]
2022-09-20 22:42:22 -05:00
2022-10-11 15:45:07 +03:00
[ package . dependencies ]
certifi = ">=2021.10.8"
trio = ">=0.17,<1.0"
trio-websocket = ">=0.9,<1.0"
2024-01-30 06:10:12 +02:00
typing_extensions = ">=4.9.0"
2023-05-16 21:04:05 +03:00
urllib3 = { version = ">=1.26,<3" , extras = [ "socks" ] }
2022-09-20 22:42:22 -05:00
2023-01-18 18:32:46 +02:00
[ [ package ] ]
name = "setuptools"
2024-03-26 21:07:25 +02:00
version = "69.2.0"
2023-01-18 18:32:46 +02:00
description = "Easily download, build, install, upgrade, and uninstall Python packages"
2024-04-15 17:03:24 +03:00
category = "dev"
2023-01-18 18:32:46 +02:00
optional = false
2023-08-15 15:38:34 -05:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-03-26 21:07:25 +02:00
{ file = "setuptools-69.2.0-py3-none-any.whl" , hash = "sha256:c21c49fb1042386df081cb5d86759792ab89efca84cf114889191cd09aacc80c" } ,
{ file = "setuptools-69.2.0.tar.gz" , hash = "sha256:0ff4183f8f42cd8fa3acea16c45205521a4ef28f73c6391d8a25e92893134f2e" } ,
2023-01-18 18:32:46 +02:00
]
[ package . extras ]
2023-11-28 16:21:06 +02:00
docs = [ "furo" , "jaraco.packaging (>=9.3)" , "jaraco.tidelift (>=1.4)" , "pygments-github-lexers (==0.0.5)" , "rst.linker (>=1.9)" , "sphinx (<7.2.5)" , "sphinx (>=3.5)" , "sphinx-favicon" , "sphinx-inline-tabs" , "sphinx-lint" , "sphinx-notfound-page (>=1,<2)" , "sphinx-reredirects" , "sphinxcontrib-towncrier" ]
2024-03-26 21:07:25 +02:00
testing = [ "build[virtualenv]" , "filelock (>=3.4.0)" , "importlib-metadata" , "ini2toml[lite] (>=0.9)" , "jaraco.develop (>=7.21)" , "jaraco.envs (>=2.2)" , "jaraco.path (>=3.2.0)" , "mypy (==1.9)" , "packaging (>=23.2)" , "pip (>=19.1)" , "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=2.2)" , "pytest-home (>=0.5)" , "pytest-mypy (>=0.9.1)" , "pytest-perf" , "pytest-ruff (>=0.2.1)" , "pytest-timeout" , "pytest-xdist (>=3)" , "tomli" , "tomli-w (>=1.0.0)" , "virtualenv (>=13.0.0)" , "wheel" ]
2024-03-13 00:33:46 +02:00
testing-integration = [ "build[virtualenv] (>=1.0.3)" , "filelock (>=3.4.0)" , "jaraco.envs (>=2.2)" , "jaraco.path (>=3.2.0)" , "packaging (>=23.2)" , "pytest" , "pytest-enabler" , "pytest-xdist" , "tomli" , "virtualenv (>=13.0.0)" , "wheel" ]
2023-01-18 18:32:46 +02:00
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "simplejson"
2023-10-24 20:17:03 +03:00
version = "3.19.2"
2021-07-10 10:12:35 -05:00
description = "Simple, fast, extensible JSON encoder/decoder for Python"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = ">=2.5, !=3.0.*, !=3.1.*, !=3.2.*"
2023-01-18 18:32:46 +02:00
files = [
2023-10-24 20:17:03 +03:00
{ file = "simplejson-3.19.2-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:3471e95110dcaf901db16063b2e40fb394f8a9e99b3fe9ee3acc6f6ef72183a2" } ,
{ file = "simplejson-3.19.2-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:3194cd0d2c959062b94094c0a9f8780ffd38417a5322450a0db0ca1a23e7fbd2" } ,
{ file = "simplejson-3.19.2-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:8a390e56a7963e3946ff2049ee1eb218380e87c8a0e7608f7f8790ba19390867" } ,
{ file = "simplejson-3.19.2-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:1537b3dd62d8aae644f3518c407aa8469e3fd0f179cdf86c5992792713ed717a" } ,
{ file = "simplejson-3.19.2-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:a8617625369d2d03766413bff9e64310feafc9fc4f0ad2b902136f1a5cd8c6b0" } ,
{ file = "simplejson-3.19.2-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:2c433a412e96afb9a3ce36fa96c8e61a757af53e9c9192c97392f72871e18e69" } ,
{ file = "simplejson-3.19.2-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:f1c70249b15e4ce1a7d5340c97670a95f305ca79f376887759b43bb33288c973" } ,
{ file = "simplejson-3.19.2-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:287e39ba24e141b046812c880f4619d0ca9e617235d74abc27267194fc0c7835" } ,
{ file = "simplejson-3.19.2-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:6f0a0b41dd05eefab547576bed0cf066595f3b20b083956b1405a6f17d1be6ad" } ,
{ file = "simplejson-3.19.2-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:2f98d918f7f3aaf4b91f2b08c0c92b1774aea113334f7cde4fe40e777114dbe6" } ,
{ file = "simplejson-3.19.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:7d74beca677623481810c7052926365d5f07393c72cbf62d6cce29991b676402" } ,
{ file = "simplejson-3.19.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:7f2398361508c560d0bf1773af19e9fe644e218f2a814a02210ac2c97ad70db0" } ,
{ file = "simplejson-3.19.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6ad331349b0b9ca6da86064a3599c425c7a21cd41616e175ddba0866da32df48" } ,
{ file = "simplejson-3.19.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:332c848f02d71a649272b3f1feccacb7e4f7e6de4a2e6dc70a32645326f3d428" } ,
{ file = "simplejson-3.19.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:25785d038281cd106c0d91a68b9930049b6464288cea59ba95b35ee37c2d23a5" } ,
{ file = "simplejson-3.19.2-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:18955c1da6fc39d957adfa346f75226246b6569e096ac9e40f67d102278c3bcb" } ,
{ file = "simplejson-3.19.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:11cc3afd8160d44582543838b7e4f9aa5e97865322844b75d51bf4e0e413bb3e" } ,
{ file = "simplejson-3.19.2-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:b01fda3e95d07a6148702a641e5e293b6da7863f8bc9b967f62db9461330562c" } ,
{ file = "simplejson-3.19.2-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:778331444917108fa8441f59af45886270d33ce8a23bfc4f9b192c0b2ecef1b3" } ,
{ file = "simplejson-3.19.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:9eb117db8d7ed733a7317c4215c35993b815bf6aeab67523f1f11e108c040672" } ,
{ file = "simplejson-3.19.2-cp310-cp310-win32.whl" , hash = "sha256:39b6d79f5cbfa3eb63a869639cfacf7c41d753c64f7801efc72692c1b2637ac7" } ,
{ file = "simplejson-3.19.2-cp310-cp310-win_amd64.whl" , hash = "sha256:5675e9d8eeef0aa06093c1ff898413ade042d73dc920a03e8cea2fb68f62445a" } ,
{ file = "simplejson-3.19.2-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:ed628c1431100b0b65387419551e822987396bee3c088a15d68446d92f554e0c" } ,
{ file = "simplejson-3.19.2-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:adcb3332979cbc941b8fff07181f06d2b608625edc0a4d8bc3ffc0be414ad0c4" } ,
{ file = "simplejson-3.19.2-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:08889f2f597ae965284d7b52a5c3928653a9406d88c93e3161180f0abc2433ba" } ,
{ file = "simplejson-3.19.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ef7938a78447174e2616be223f496ddccdbf7854f7bf2ce716dbccd958cc7d13" } ,
{ file = "simplejson-3.19.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:a970a2e6d5281d56cacf3dc82081c95c1f4da5a559e52469287457811db6a79b" } ,
{ file = "simplejson-3.19.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:554313db34d63eac3b3f42986aa9efddd1a481169c12b7be1e7512edebff8eaf" } ,
{ file = "simplejson-3.19.2-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4d36081c0b1c12ea0ed62c202046dca11438bee48dd5240b7c8de8da62c620e9" } ,
{ file = "simplejson-3.19.2-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:a3cd18e03b0ee54ea4319cdcce48357719ea487b53f92a469ba8ca8e39df285e" } ,
{ file = "simplejson-3.19.2-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:66e5dc13bfb17cd6ee764fc96ccafd6e405daa846a42baab81f4c60e15650414" } ,
{ file = "simplejson-3.19.2-cp311-cp311-musllinux_1_1_ppc64le.whl" , hash = "sha256:972a7833d4a1fcf7a711c939e315721a88b988553fc770a5b6a5a64bd6ebeba3" } ,
{ file = "simplejson-3.19.2-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:3e74355cb47e0cd399ead3477e29e2f50e1540952c22fb3504dda0184fc9819f" } ,
{ file = "simplejson-3.19.2-cp311-cp311-win32.whl" , hash = "sha256:1dd4f692304854352c3e396e9b5f0a9c9e666868dd0bdc784e2ac4c93092d87b" } ,
{ file = "simplejson-3.19.2-cp311-cp311-win_amd64.whl" , hash = "sha256:9300aee2a8b5992d0f4293d88deb59c218989833e3396c824b69ba330d04a589" } ,
{ file = "simplejson-3.19.2-cp312-cp312-macosx_10_9_universal2.whl" , hash = "sha256:b8d940fd28eb34a7084877747a60873956893e377f15a32ad445fe66c972c3b8" } ,
{ file = "simplejson-3.19.2-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:4969d974d9db826a2c07671273e6b27bc48e940738d768fa8f33b577f0978378" } ,
{ file = "simplejson-3.19.2-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:c594642d6b13d225e10df5c16ee15b3398e21a35ecd6aee824f107a625690374" } ,
{ file = "simplejson-3.19.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e2f5a398b5e77bb01b23d92872255e1bcb3c0c719a3be40b8df146570fe7781a" } ,
{ file = "simplejson-3.19.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:176a1b524a3bd3314ed47029a86d02d5a95cc0bee15bd3063a1e1ec62b947de6" } ,
{ file = "simplejson-3.19.2-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f3c7363a8cb8c5238878ec96c5eb0fc5ca2cb11fc0c7d2379863d342c6ee367a" } ,
{ file = "simplejson-3.19.2-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:346820ae96aa90c7d52653539a57766f10f33dd4be609206c001432b59ddf89f" } ,
{ file = "simplejson-3.19.2-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:de9a2792612ec6def556d1dc621fd6b2073aff015d64fba9f3e53349ad292734" } ,
{ file = "simplejson-3.19.2-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:1c768e7584c45094dca4b334af361e43b0aaa4844c04945ac7d43379eeda9bc2" } ,
{ file = "simplejson-3.19.2-cp312-cp312-musllinux_1_1_ppc64le.whl" , hash = "sha256:9652e59c022e62a5b58a6f9948b104e5bb96d3b06940c6482588176f40f4914b" } ,
{ file = "simplejson-3.19.2-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:9c1a4393242e321e344213a90a1e3bf35d2f624aa8b8f6174d43e3c6b0e8f6eb" } ,
{ file = "simplejson-3.19.2-cp312-cp312-win32.whl" , hash = "sha256:7cb98be113911cb0ad09e5523d0e2a926c09a465c9abb0784c9269efe4f95917" } ,
{ file = "simplejson-3.19.2-cp312-cp312-win_amd64.whl" , hash = "sha256:6779105d2fcb7fcf794a6a2a233787f6bbd4731227333a072d8513b252ed374f" } ,
{ file = "simplejson-3.19.2-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:061e81ea2d62671fa9dea2c2bfbc1eec2617ae7651e366c7b4a2baf0a8c72cae" } ,
{ file = "simplejson-3.19.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4280e460e51f86ad76dc456acdbfa9513bdf329556ffc8c49e0200878ca57816" } ,
{ file = "simplejson-3.19.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:11c39fbc4280d7420684494373b7c5904fa72a2b48ef543a56c2d412999c9e5d" } ,
{ file = "simplejson-3.19.2-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:bccb3e88ec26ffa90f72229f983d3a5d1155e41a1171190fa723d4135523585b" } ,
{ file = "simplejson-3.19.2-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1bb5b50dc6dd671eb46a605a3e2eb98deb4a9af787a08fcdddabe5d824bb9664" } ,
{ file = "simplejson-3.19.2-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:d94245caa3c61f760c4ce4953cfa76e7739b6f2cbfc94cc46fff6c050c2390c5" } ,
{ file = "simplejson-3.19.2-cp36-cp36m-musllinux_1_1_i686.whl" , hash = "sha256:d0e5ffc763678d48ecc8da836f2ae2dd1b6eb2d27a48671066f91694e575173c" } ,
{ file = "simplejson-3.19.2-cp36-cp36m-musllinux_1_1_ppc64le.whl" , hash = "sha256:d222a9ed082cd9f38b58923775152003765016342a12f08f8c123bf893461f28" } ,
{ file = "simplejson-3.19.2-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:8434dcdd347459f9fd9c526117c01fe7ca7b016b6008dddc3c13471098f4f0dc" } ,
{ file = "simplejson-3.19.2-cp36-cp36m-win32.whl" , hash = "sha256:c9ac1c2678abf9270e7228133e5b77c6c3c930ad33a3c1dfbdd76ff2c33b7b50" } ,
{ file = "simplejson-3.19.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:92c4a4a2b1f4846cd4364855cbac83efc48ff5a7d7c06ba014c792dd96483f6f" } ,
{ file = "simplejson-3.19.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:0d551dc931638e2102b8549836a1632e6e7cf620af3d093a7456aa642bff601d" } ,
{ file = "simplejson-3.19.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:73a8a4653f2e809049999d63530180d7b5a344b23a793502413ad1ecea9a0290" } ,
{ file = "simplejson-3.19.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:40847f617287a38623507d08cbcb75d51cf9d4f9551dd6321df40215128325a3" } ,
{ file = "simplejson-3.19.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:be893258d5b68dd3a8cba8deb35dc6411db844a9d35268a8d3793b9d9a256f80" } ,
{ file = "simplejson-3.19.2-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e9eb3cff1b7d71aa50c89a0536f469cb8d6dcdd585d8f14fb8500d822f3bdee4" } ,
{ file = "simplejson-3.19.2-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:d0f402e787e6e7ee7876c8b05e2fe6464820d9f35ba3f172e95b5f8b699f6c7f" } ,
{ file = "simplejson-3.19.2-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:fbbcc6b0639aa09b9649f36f1bcb347b19403fe44109948392fbb5ea69e48c3e" } ,
{ file = "simplejson-3.19.2-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:2fc697be37585eded0c8581c4788fcfac0e3f84ca635b73a5bf360e28c8ea1a2" } ,
{ file = "simplejson-3.19.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:0b0a3eb6dd39cce23801a50c01a0976971498da49bc8a0590ce311492b82c44b" } ,
{ file = "simplejson-3.19.2-cp37-cp37m-win32.whl" , hash = "sha256:49f9da0d6cd17b600a178439d7d2d57c5ef01f816b1e0e875e8e8b3b42db2693" } ,
{ file = "simplejson-3.19.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:c87c22bd6a987aca976e3d3e23806d17f65426191db36d40da4ae16a6a494cbc" } ,
{ file = "simplejson-3.19.2-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:9e4c166f743bb42c5fcc60760fb1c3623e8fda94f6619534217b083e08644b46" } ,
{ file = "simplejson-3.19.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0a48679310e1dd5c9f03481799311a65d343748fe86850b7fb41df4e2c00c087" } ,
{ file = "simplejson-3.19.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:c0521e0f07cb56415fdb3aae0bbd8701eb31a9dfef47bb57206075a0584ab2a2" } ,
{ file = "simplejson-3.19.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0d2d5119b1d7a1ed286b8af37357116072fc96700bce3bec5bb81b2e7057ab41" } ,
{ file = "simplejson-3.19.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:2c1467d939932901a97ba4f979e8f2642415fcf02ea12f53a4e3206c9c03bc17" } ,
{ file = "simplejson-3.19.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:49aaf4546f6023c44d7e7136be84a03a4237f0b2b5fb2b17c3e3770a758fc1a0" } ,
{ file = "simplejson-3.19.2-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:60848ab779195b72382841fc3fa4f71698a98d9589b0a081a9399904487b5832" } ,
{ file = "simplejson-3.19.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:0436a70d8eb42bea4fe1a1c32d371d9bb3b62c637969cb33970ad624d5a3336a" } ,
{ file = "simplejson-3.19.2-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:49e0e3faf3070abdf71a5c80a97c1afc059b4f45a5aa62de0c2ca0444b51669b" } ,
{ file = "simplejson-3.19.2-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:ff836cd4041e16003549449cc0a5e372f6b6f871eb89007ab0ee18fb2800fded" } ,
{ file = "simplejson-3.19.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:3848427b65e31bea2c11f521b6fc7a3145d6e501a1038529da2391aff5970f2f" } ,
{ file = "simplejson-3.19.2-cp38-cp38-win32.whl" , hash = "sha256:3f39bb1f6e620f3e158c8b2eaf1b3e3e54408baca96a02fe891794705e788637" } ,
{ file = "simplejson-3.19.2-cp38-cp38-win_amd64.whl" , hash = "sha256:0405984f3ec1d3f8777c4adc33eac7ab7a3e629f3b1c05fdded63acc7cf01137" } ,
{ file = "simplejson-3.19.2-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:445a96543948c011a3a47c8e0f9d61e9785df2544ea5be5ab3bc2be4bd8a2565" } ,
{ file = "simplejson-3.19.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:4a8c3cc4f9dfc33220246760358c8265dad6e1104f25f0077bbca692d616d358" } ,
{ file = "simplejson-3.19.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:af9c7e6669c4d0ad7362f79cb2ab6784d71147503e62b57e3d95c4a0f222c01c" } ,
{ file = "simplejson-3.19.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:064300a4ea17d1cd9ea1706aa0590dcb3be81112aac30233823ee494f02cb78a" } ,
{ file = "simplejson-3.19.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:9453419ea2ab9b21d925d0fd7e3a132a178a191881fab4169b6f96e118cc25bb" } ,
{ file = "simplejson-3.19.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:9e038c615b3906df4c3be8db16b3e24821d26c55177638ea47b3f8f73615111c" } ,
{ file = "simplejson-3.19.2-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:16ca9c90da4b1f50f089e14485db8c20cbfff2d55424062791a7392b5a9b3ff9" } ,
{ file = "simplejson-3.19.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:1018bd0d70ce85f165185d2227c71e3b1e446186f9fa9f971b69eee223e1e3cd" } ,
{ file = "simplejson-3.19.2-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:e8dd53a8706b15bc0e34f00e6150fbefb35d2fd9235d095b4f83b3c5ed4fa11d" } ,
{ file = "simplejson-3.19.2-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:2d022b14d7758bfb98405672953fe5c202ea8a9ccf9f6713c5bd0718eba286fd" } ,
{ file = "simplejson-3.19.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:febffa5b1eda6622d44b245b0685aff6fb555ce0ed734e2d7b1c3acd018a2cff" } ,
{ file = "simplejson-3.19.2-cp39-cp39-win32.whl" , hash = "sha256:4edcd0bf70087b244ba77038db23cd98a1ace2f91b4a3ecef22036314d77ac23" } ,
{ file = "simplejson-3.19.2-cp39-cp39-win_amd64.whl" , hash = "sha256:aad7405c033d32c751d98d3a65801e2797ae77fac284a539f6c3a3e13005edc4" } ,
{ file = "simplejson-3.19.2-py3-none-any.whl" , hash = "sha256:bcedf4cae0d47839fee7de344f96b5694ca53c786f28b5f773d4f0b265a159eb" } ,
{ file = "simplejson-3.19.2.tar.gz" , hash = "sha256:9eb442a2442ce417801c912df68e1f6ccfcd41577ae7274953ab3ad24ef7d82c" } ,
]
[ [ package ] ]
name = "simplekml"
version = "1.3.6"
description = "A Simple KML creator"
2024-04-15 17:03:24 +03:00
category = "main"
2023-10-24 20:17:03 +03:00
optional = false
python-versions = "*"
files = [
{ file = "simplekml-1.3.6.tar.gz" , hash = "sha256:cda687be2754395fcab664e908ebf589facd41e8436d233d2be37a69efb1c536" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "six"
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
2023-01-18 18:32:46 +02:00
files = [
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
]
2021-07-10 10:12:35 -05:00
2022-10-11 15:45:07 +03:00
[ [ package ] ]
name = "sniffio"
2024-03-13 00:33:46 +02:00
version = "1.3.1"
2022-10-11 15:45:07 +03:00
description = "Sniff out which async library your code is running under"
2024-04-15 17:03:24 +03:00
category = "main"
2022-10-11 15:45:07 +03:00
optional = false
python-versions = ">=3.7"
2023-01-18 18:32:46 +02:00
files = [
2024-03-13 00:33:46 +02:00
{ file = "sniffio-1.3.1-py3-none-any.whl" , hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2" } ,
{ file = "sniffio-1.3.1.tar.gz" , hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc" } ,
2023-01-18 18:32:46 +02:00
]
2022-10-11 15:45:07 +03:00
[ [ package ] ]
name = "sortedcontainers"
version = "2.4.0"
description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set"
2024-04-15 17:03:24 +03:00
category = "dev"
2022-10-11 15:45:07 +03:00
optional = false
python-versions = "*"
2023-01-18 18:32:46 +02:00
files = [
{ file = "sortedcontainers-2.4.0-py2.py3-none-any.whl" , hash = "sha256:a163dcaede0f1c021485e957a39245190e74249897e2ae4b2aa38595db237ee0" } ,
{ file = "sortedcontainers-2.4.0.tar.gz" , hash = "sha256:25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88" } ,
]
2022-10-11 15:45:07 +03:00
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "sqlparse"
2023-05-16 21:04:05 +03:00
version = "0.4.4"
2021-07-10 10:12:35 -05:00
description = "A non-validating SQL parser."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = ">=3.5"
2023-01-18 18:32:46 +02:00
files = [
2023-05-16 21:04:05 +03:00
{ file = "sqlparse-0.4.4-py3-none-any.whl" , hash = "sha256:5430a4fe2ac7d0f93e66f1efc6e1338a41884b7ddf2a350cedd20ccc4d9d28f3" } ,
{ file = "sqlparse-0.4.4.tar.gz" , hash = "sha256:d446183e84b8349fa3061f0fe7f06ca94ba65b426946ffebe6e3e8295332420c" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
2023-05-16 21:04:05 +03:00
[ package . extras ]
dev = [ "build" , "flake8" ]
doc = [ "sphinx" ]
test = [ "pytest" , "pytest-cov" ]
2022-04-12 16:39:19 -04:00
[ [ package ] ]
name = "structlog"
2024-01-15 22:12:00 +02:00
version = "24.1.0"
2022-04-12 16:39:19 -04:00
description = "Structured Logging for Python"
2024-04-15 17:03:24 +03:00
category = "main"
2022-04-12 16:39:19 -04:00
optional = false
2023-10-24 20:17:03 +03:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-01-15 22:12:00 +02:00
{ file = "structlog-24.1.0-py3-none-any.whl" , hash = "sha256:3f6efe7d25fab6e86f277713c218044669906537bb717c1807a09d46bca0714d" } ,
{ file = "structlog-24.1.0.tar.gz" , hash = "sha256:41a09886e4d55df25bdcb9b5c9674bccfab723ff43e0a86a1b7b236be8e57b16" } ,
2023-01-18 18:32:46 +02:00
]
2022-04-12 16:39:19 -04:00
[ package . extras ]
2023-10-24 20:17:03 +03:00
dev = [ "structlog[tests,typing]" ]
2024-01-15 22:12:00 +02:00
docs = [ "furo" , "myst-parser" , "sphinx" , "sphinx-notfound-page" , "sphinxcontrib-mermaid" , "sphinxext-opengraph" , "twisted" ]
2023-10-24 20:17:03 +03:00
tests = [ "freezegun (>=0.2.8)" , "pretend" , "pytest (>=6.0)" , "pytest-asyncio (>=0.17)" , "simplejson" ]
typing = [ "mypy (>=1.4)" , "rich" , "twisted" ]
2022-10-11 15:45:07 +03:00
[ [ package ] ]
name = "tablib"
2024-03-26 21:07:25 +02:00
version = "3.6.0"
2023-04-12 00:04:36 +03:00
description = "Format agnostic tabular data library (XLS, JSON, YAML, CSV, etc.)"
2024-04-15 17:03:24 +03:00
category = "main"
2022-10-11 15:45:07 +03:00
optional = false
2023-06-20 03:26:06 +03:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-03-26 21:07:25 +02:00
{ file = "tablib-3.6.0-py3-none-any.whl" , hash = "sha256:c403ed093d438b6162236efb106463d76c37a66283565b8c5c4631010c7e8b6d" } ,
{ file = "tablib-3.6.0.tar.gz" , hash = "sha256:414cb1922ae14af267ddd93163687dac6db74220360c5e0bd91f9a4479a9a649" } ,
2023-01-18 18:32:46 +02:00
]
2022-10-11 15:45:07 +03:00
[ package . dependencies ]
odfpy = { version = "*" , optional = true , markers = "extra == \"ods\"" }
openpyxl = { version = ">=2.6.0" , optional = true , markers = "extra == \"xlsx\"" }
pyyaml = { version = "*" , optional = true , markers = "extra == \"yaml\"" }
xlrd = { version = "*" , optional = true , markers = "extra == \"xls\"" }
xlwt = { version = "*" , optional = true , markers = "extra == \"xls\"" }
[ package . extras ]
2024-03-26 21:07:25 +02:00
all = [ "odfpy" , "openpyxl (>=2.6.0)" , "pandas" , "pyyaml" , "tabulate" , "xlrd" , "xlwt" ]
2022-10-11 15:45:07 +03:00
cli = [ "tabulate" ]
ods = [ "odfpy" ]
pandas = [ "pandas" ]
xls = [ "xlrd" , "xlwt" ]
xlsx = [ "openpyxl (>=2.6.0)" ]
yaml = [ "pyyaml" ]
2022-04-12 16:39:19 -04:00
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "tld"
2023-03-13 20:22:22 +02:00
version = "0.13"
2021-07-10 10:12:35 -05:00
description = "Extract the top-level domain (TLD) from the URL given."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2023-03-13 20:22:22 +02:00
python-versions = ">=3.7, <4"
2023-01-18 18:32:46 +02:00
files = [
2023-03-13 20:22:22 +02:00
{ file = "tld-0.13-py2.py3-none-any.whl" , hash = "sha256:f75b2be080f767ed17c2338a339eaa4fab5792586319ca819119da252f9f3749" } ,
{ file = "tld-0.13.tar.gz" , hash = "sha256:93dde5e1c04bdf1844976eae440706379d21f4ab235b73c05d7483e074fb5629" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "tokenize-rt"
2023-08-11 11:36:16 -05:00
version = "5.2.0"
2021-07-10 10:12:35 -05:00
description = "A wrapper around the stdlib `tokenize` which roundtrips."
2024-04-15 17:03:24 +03:00
category = "dev"
2021-07-10 10:12:35 -05:00
optional = false
2023-06-20 03:26:06 +03:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2023-08-11 11:36:16 -05:00
{ file = "tokenize_rt-5.2.0-py2.py3-none-any.whl" , hash = "sha256:b79d41a65cfec71285433511b50271b05da3584a1da144a0752e9c621a285289" } ,
{ file = "tokenize_rt-5.2.0.tar.gz" , hash = "sha256:9fe80f8a5c1edad2d3ede0f37481cc0cc1538a2f442c9c2f9e4feacd2792d054" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
2021-08-18 08:21:22 -05:00
[ [ package ] ]
name = "tomli"
2022-03-08 09:27:45 -04:00
version = "2.0.1"
2021-08-18 08:21:22 -05:00
description = "A lil' TOML parser"
2024-04-15 17:03:24 +03:00
category = "main"
2021-08-18 08:21:22 -05:00
optional = false
2022-02-08 13:14:27 -06:00
python-versions = ">=3.7"
2023-01-18 18:32:46 +02:00
files = [
{ file = "tomli-2.0.1-py3-none-any.whl" , hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc" } ,
{ file = "tomli-2.0.1.tar.gz" , hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f" } ,
]
2021-08-18 08:21:22 -05:00
2023-02-15 09:55:01 +02:00
[ [ package ] ]
name = "tomlkit"
2024-03-13 00:33:46 +02:00
version = "0.12.4"
2023-02-15 09:55:01 +02:00
description = "Style preserving TOML library"
2024-04-15 17:03:24 +03:00
category = "main"
2022-10-11 15:45:07 +03:00
optional = false
2023-03-13 20:22:22 +02:00
python-versions = ">=3.7"
2023-01-18 18:32:46 +02:00
files = [
2024-03-13 00:33:46 +02:00
{ file = "tomlkit-0.12.4-py3-none-any.whl" , hash = "sha256:5cd82d48a3dd89dee1f9d64420aa20ae65cfbd00668d6f094d7578a78efbb77b" } ,
{ file = "tomlkit-0.12.4.tar.gz" , hash = "sha256:7ca1cfc12232806517a8515047ba66a19369e71edf2439d0f5824f91032b6cc3" } ,
2023-01-18 18:32:46 +02:00
]
2022-10-11 15:45:07 +03:00
[ [ package ] ]
name = "trio"
2024-03-26 21:07:25 +02:00
version = "0.25.0"
2022-10-11 15:45:07 +03:00
description = "A friendly Python library for async concurrency and I/O"
2024-04-15 17:03:24 +03:00
category = "dev"
2022-10-11 15:45:07 +03:00
optional = false
2023-11-28 16:21:06 +02:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-03-26 21:07:25 +02:00
{ file = "trio-0.25.0-py3-none-any.whl" , hash = "sha256:e6458efe29cc543e557a91e614e2b51710eba2961669329ce9c862d50c6e8e81" } ,
{ file = "trio-0.25.0.tar.gz" , hash = "sha256:9b41f5993ad2c0e5f62d0acca320ec657fdb6b2a2c22b8c7aed6caf154475c4e" } ,
2023-01-18 18:32:46 +02:00
]
2022-10-11 15:45:07 +03:00
[ package . dependencies ]
2024-03-26 21:07:25 +02:00
attrs = ">=23.2.0"
2022-10-11 15:45:07 +03:00
cffi = { version = ">=1.14" , markers = "os_name == \"nt\" and implementation_name != \"pypy\"" }
2024-01-15 22:12:00 +02:00
exceptiongroup = { version = "*" , markers = "python_version < \"3.11\"" }
2022-10-11 15:45:07 +03:00
idna = "*"
outcome = "*"
2023-11-28 16:21:06 +02:00
sniffio = ">=1.3.0"
2022-10-11 15:45:07 +03:00
sortedcontainers = "*"
[ [ package ] ]
name = "trio-websocket"
2023-10-24 20:17:03 +03:00
version = "0.11.1"
2022-10-11 15:45:07 +03:00
description = "WebSocket library for Trio"
2024-04-15 17:03:24 +03:00
category = "dev"
2022-10-11 15:45:07 +03:00
optional = false
2023-03-13 20:22:22 +02:00
python-versions = ">=3.7"
2023-01-18 18:32:46 +02:00
files = [
2023-10-24 20:17:03 +03:00
{ file = "trio-websocket-0.11.1.tar.gz" , hash = "sha256:18c11793647703c158b1f6e62de638acada927344d534e3c7628eedcb746839f" } ,
{ file = "trio_websocket-0.11.1-py3-none-any.whl" , hash = "sha256:520d046b0d030cf970b8b2b2e00c4c2245b3807853ecd44214acd33d74581638" } ,
2023-01-18 18:32:46 +02:00
]
2022-10-11 15:45:07 +03:00
[ package . dependencies ]
2023-10-24 20:17:03 +03:00
exceptiongroup = { version = "*" , markers = "python_version < \"3.11\"" }
2022-10-11 15:45:07 +03:00
trio = ">=0.11"
wsproto = ">=0.14"
2021-07-10 10:12:35 -05:00
[ [ package ] ]
2023-01-18 18:32:46 +02:00
name = "twentyc-rpc"
2023-02-15 09:55:01 +02:00
version = "1.0.0"
2021-07-10 10:12:35 -05:00
description = "client for 20c's RESTful API"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2023-02-15 09:55:01 +02:00
python-versions = ">=3.6.1,<4.0"
2023-01-18 18:32:46 +02:00
files = [
2023-02-15 09:55:01 +02:00
{ file = "twentyc.rpc-1.0.0-py3-none-any.whl" , hash = "sha256:508ef696ada37f873a64bb814508d61e72680519dc90ef856f2b4deb7941a691" } ,
{ file = "twentyc.rpc-1.0.0.tar.gz" , hash = "sha256:b11d02ebada57ddaaecabd617ba686acf4bdfccb01efb2f02fa9d7ae73614eb1" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
requests = ">=2.10.0"
2021-09-14 08:59:09 -05:00
[ [ package ] ]
name = "typing-extensions"
2024-03-13 00:33:46 +02:00
version = "4.10.0"
2023-10-24 20:17:03 +03:00
description = "Backported and Experimental Type Hints for Python 3.8+"
2024-04-15 17:03:24 +03:00
category = "main"
2021-09-14 08:59:09 -05:00
optional = false
2023-10-24 20:17:03 +03:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-03-13 00:33:46 +02:00
{ file = "typing_extensions-4.10.0-py3-none-any.whl" , hash = "sha256:69b1a937c3a517342112fb4c6df7e72fc39a38e7891a5730ed4985b5214b5475" } ,
{ file = "typing_extensions-4.10.0.tar.gz" , hash = "sha256:b0abd7c89e8fb96f98db18d86106ff1d90ab692004eb746cf6eda2682f91b3cb" } ,
2023-06-20 03:26:06 +03:00
]
[ [ package ] ]
name = "tzdata"
2024-02-20 22:37:44 +02:00
version = "2024.1"
2023-06-20 03:26:06 +03:00
description = "Provider of IANA time zone data"
2024-04-15 17:03:24 +03:00
category = "main"
2023-06-20 03:26:06 +03:00
optional = false
python-versions = ">=2"
files = [
2024-02-20 22:37:44 +02:00
{ file = "tzdata-2024.1-py2.py3-none-any.whl" , hash = "sha256:9068bc196136463f5245e51efda838afa15aaeca9903f49050dfa2679db4d252" } ,
{ file = "tzdata-2024.1.tar.gz" , hash = "sha256:2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd" } ,
2023-01-18 18:32:46 +02:00
]
2021-09-14 08:59:09 -05:00
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "unidecode"
2024-01-15 22:12:00 +02:00
version = "1.3.8"
2021-07-10 10:12:35 -05:00
description = "ASCII transliterations of Unicode text"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2021-09-14 08:59:09 -05:00
python-versions = ">=3.5"
2023-01-18 18:32:46 +02:00
files = [
2024-01-15 22:12:00 +02:00
{ file = "Unidecode-1.3.8-py3-none-any.whl" , hash = "sha256:d130a61ce6696f8148a3bd8fe779c99adeb4b870584eeb9526584e9aa091fd39" } ,
{ file = "Unidecode-1.3.8.tar.gz" , hash = "sha256:cfdb349d46ed3873ece4586b96aa75258726e2fa8ec21d6f00a591d98806c2f4" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "uritemplate"
2021-10-15 03:25:38 -05:00
version = "4.1.1"
2021-10-12 11:05:25 -05:00
description = "Implementation of RFC 6570 URI Templates"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2021-10-12 11:05:25 -05:00
python-versions = ">=3.6"
2023-01-18 18:32:46 +02:00
files = [
{ file = "uritemplate-4.1.1-py2.py3-none-any.whl" , hash = "sha256:830c08b8d99bdd312ea4ead05994a38e8936266f84b9a7878232db50b044e02e" } ,
{ file = "uritemplate-4.1.1.tar.gz" , hash = "sha256:4346edfc5c3b79f694bccd6d6099a322bbeb628dbf2cd86eea55a456ce5124f0" } ,
]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "urllib3"
2024-02-20 22:37:44 +02:00
version = "2.2.1"
2021-07-10 10:12:35 -05:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
2023-11-28 16:21:06 +02:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-02-20 22:37:44 +02:00
{ file = "urllib3-2.2.1-py3-none-any.whl" , hash = "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d" } ,
{ file = "urllib3-2.2.1.tar.gz" , hash = "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
2022-10-11 15:45:07 +03:00
[ package . dependencies ]
2023-11-28 16:21:06 +02:00
pysocks = { version = ">=1.5.6,<1.5.7 || >1.5.7,<2.0" , optional = true , markers = "extra == \"socks\"" }
2022-10-11 15:45:07 +03:00
2021-07-10 10:12:35 -05:00
[ package . extras ]
2023-11-28 16:21:06 +02:00
brotli = [ "brotli (>=1.0.9)" , "brotlicffi (>=0.8.0)" ]
2024-02-20 22:37:44 +02:00
h2 = [ "h2 (>=4,<5)" ]
2023-11-28 16:21:06 +02:00
socks = [ "pysocks (>=1.5.6,!=1.5.7,<2.0)" ]
zstd = [ "zstandard (>=0.18.0)" ]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "uwsgi"
2024-02-20 22:37:44 +02:00
version = "2.0.24"
2021-07-10 10:12:35 -05:00
description = "The uWSGI server"
2024-04-15 17:03:24 +03:00
category = "main"
2021-07-10 10:12:35 -05:00
optional = false
python-versions = "*"
2023-01-18 18:32:46 +02:00
files = [
2024-02-20 22:37:44 +02:00
{ file = "uwsgi-2.0.24.tar.gz" , hash = "sha256:77b6dd5cd633f4ae87ee393f7701f617736815499407376e78f3d16467523afe" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ [ package ] ]
name = "virtualenv"
2024-03-13 00:33:46 +02:00
version = "20.25.1"
2021-07-10 10:12:35 -05:00
description = "Virtual Python Environment builder"
2024-04-15 17:03:24 +03:00
category = "dev"
2021-07-10 10:12:35 -05:00
optional = false
2023-02-15 09:55:01 +02:00
python-versions = ">=3.7"
2023-01-18 18:32:46 +02:00
files = [
2024-03-13 00:33:46 +02:00
{ file = "virtualenv-20.25.1-py3-none-any.whl" , hash = "sha256:961c026ac520bac5f69acb8ea063e8a4f071bcc9457b9c1f28f6b085c511583a" } ,
{ file = "virtualenv-20.25.1.tar.gz" , hash = "sha256:e08e13ecdca7a0bd53798f356d5831434afa5b07b93f0abdf0797b7a06ffe197" } ,
2023-01-18 18:32:46 +02:00
]
2021-07-10 10:12:35 -05:00
[ package . dependencies ]
2023-08-11 11:36:16 -05:00
distlib = ">=0.3.7,<1"
filelock = ">=3.12.2,<4"
2023-11-28 16:21:06 +02:00
platformdirs = ">=3.9.1,<5"
2021-07-10 10:12:35 -05:00
[ package . extras ]
2023-09-13 04:54:04 +03:00
docs = [ "furo (>=2023.7.26)" , "proselint (>=0.13)" , "sphinx (>=7.1.2)" , "sphinx-argparse (>=0.4)" , "sphinxcontrib-towncrier (>=0.2.1a0)" , "towncrier (>=23.6)" ]
2023-08-11 11:36:16 -05:00
test = [ "covdefaults (>=2.3)" , "coverage (>=7.2.7)" , "coverage-enable-subprocess (>=1)" , "flaky (>=3.7)" , "packaging (>=23.1)" , "pytest (>=7.4)" , "pytest-env (>=0.8.2)" , "pytest-freezer (>=0.4.8)" , "pytest-mock (>=3.11.1)" , "pytest-randomly (>=3.12)" , "pytest-timeout (>=2.1)" , "setuptools (>=68)" , "time-machine (>=2.10)" ]
2021-07-10 10:12:35 -05:00
2021-10-15 03:25:38 -05:00
[ [ package ] ]
name = "watchdog"
2024-02-20 22:37:44 +02:00
version = "4.0.0"
2021-10-15 03:25:38 -05:00
description = "Filesystem events monitoring"
2024-04-15 17:03:24 +03:00
category = "dev"
2021-10-15 03:25:38 -05:00
optional = false
2024-02-20 22:37:44 +02:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-02-20 22:37:44 +02:00
{ file = "watchdog-4.0.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:39cb34b1f1afbf23e9562501673e7146777efe95da24fab5707b88f7fb11649b" } ,
{ file = "watchdog-4.0.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:c522392acc5e962bcac3b22b9592493ffd06d1fc5d755954e6be9f4990de932b" } ,
{ file = "watchdog-4.0.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:6c47bdd680009b11c9ac382163e05ca43baf4127954c5f6d0250e7d772d2b80c" } ,
{ file = "watchdog-4.0.0-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:8350d4055505412a426b6ad8c521bc7d367d1637a762c70fdd93a3a0d595990b" } ,
{ file = "watchdog-4.0.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:c17d98799f32e3f55f181f19dd2021d762eb38fdd381b4a748b9f5a36738e935" } ,
{ file = "watchdog-4.0.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:4986db5e8880b0e6b7cd52ba36255d4793bf5cdc95bd6264806c233173b1ec0b" } ,
{ file = "watchdog-4.0.0-cp312-cp312-macosx_10_9_universal2.whl" , hash = "sha256:11e12fafb13372e18ca1bbf12d50f593e7280646687463dd47730fd4f4d5d257" } ,
{ file = "watchdog-4.0.0-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:5369136a6474678e02426bd984466343924d1df8e2fd94a9b443cb7e3aa20d19" } ,
{ file = "watchdog-4.0.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:76ad8484379695f3fe46228962017a7e1337e9acadafed67eb20aabb175df98b" } ,
{ file = "watchdog-4.0.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:45cc09cc4c3b43fb10b59ef4d07318d9a3ecdbff03abd2e36e77b6dd9f9a5c85" } ,
{ file = "watchdog-4.0.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:eed82cdf79cd7f0232e2fdc1ad05b06a5e102a43e331f7d041e5f0e0a34a51c4" } ,
{ file = "watchdog-4.0.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:ba30a896166f0fee83183cec913298151b73164160d965af2e93a20bbd2ab605" } ,
{ file = "watchdog-4.0.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:d18d7f18a47de6863cd480734613502904611730f8def45fc52a5d97503e5101" } ,
{ file = "watchdog-4.0.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:2895bf0518361a9728773083908801a376743bcc37dfa252b801af8fd281b1ca" } ,
{ file = "watchdog-4.0.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:87e9df830022488e235dd601478c15ad73a0389628588ba0b028cb74eb72fed8" } ,
{ file = "watchdog-4.0.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:6e949a8a94186bced05b6508faa61b7adacc911115664ccb1923b9ad1f1ccf7b" } ,
{ file = "watchdog-4.0.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:6a4db54edea37d1058b08947c789a2354ee02972ed5d1e0dca9b0b820f4c7f92" } ,
{ file = "watchdog-4.0.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:d31481ccf4694a8416b681544c23bd271f5a123162ab603c7d7d2dd7dd901a07" } ,
{ file = "watchdog-4.0.0-py3-none-manylinux2014_aarch64.whl" , hash = "sha256:8fec441f5adcf81dd240a5fe78e3d83767999771630b5ddfc5867827a34fa3d3" } ,
{ file = "watchdog-4.0.0-py3-none-manylinux2014_armv7l.whl" , hash = "sha256:6a9c71a0b02985b4b0b6d14b875a6c86ddea2fdbebd0c9a720a806a8bbffc69f" } ,
{ file = "watchdog-4.0.0-py3-none-manylinux2014_i686.whl" , hash = "sha256:557ba04c816d23ce98a06e70af6abaa0485f6d94994ec78a42b05d1c03dcbd50" } ,
{ file = "watchdog-4.0.0-py3-none-manylinux2014_ppc64.whl" , hash = "sha256:d0f9bd1fd919134d459d8abf954f63886745f4660ef66480b9d753a7c9d40927" } ,
{ file = "watchdog-4.0.0-py3-none-manylinux2014_ppc64le.whl" , hash = "sha256:f9b2fdca47dc855516b2d66eef3c39f2672cbf7e7a42e7e67ad2cbfcd6ba107d" } ,
{ file = "watchdog-4.0.0-py3-none-manylinux2014_s390x.whl" , hash = "sha256:73c7a935e62033bd5e8f0da33a4dcb763da2361921a69a5a95aaf6c93aa03a87" } ,
{ file = "watchdog-4.0.0-py3-none-manylinux2014_x86_64.whl" , hash = "sha256:6a80d5cae8c265842c7419c560b9961561556c4361b297b4c431903f8c33b269" } ,
{ file = "watchdog-4.0.0-py3-none-win32.whl" , hash = "sha256:8f9a542c979df62098ae9c58b19e03ad3df1c9d8c6895d96c0d51da17b243b1c" } ,
{ file = "watchdog-4.0.0-py3-none-win_amd64.whl" , hash = "sha256:f970663fa4f7e80401a7b0cbeec00fa801bf0287d93d48368fc3e6fa32716245" } ,
{ file = "watchdog-4.0.0-py3-none-win_ia64.whl" , hash = "sha256:9a03e16e55465177d416699331b0f3564138f1807ecc5f2de9d55d8f188d08c7" } ,
{ file = "watchdog-4.0.0.tar.gz" , hash = "sha256:e3e7065cbdabe6183ab82199d7a4f6b3ba0a438c5a512a68559846ccb76a78ec" } ,
2023-01-18 18:32:46 +02:00
]
2021-10-15 03:25:38 -05:00
[ package . extras ]
watchmedo = [ "PyYAML (>=3.10)" ]
2022-01-11 08:56:47 -06:00
[ [ package ] ]
name = "webauthn"
2023-11-28 16:21:06 +02:00
version = "1.11.1"
2022-01-11 08:56:47 -06:00
description = "Pythonic WebAuthn"
2024-04-15 17:03:24 +03:00
category = "main"
2022-01-11 08:56:47 -06:00
optional = false
python-versions = "*"
2023-01-18 18:32:46 +02:00
files = [
2023-11-28 16:21:06 +02:00
{ file = "webauthn-1.11.1-py3-none-any.whl" , hash = "sha256:13592ee71489b571cb6e4a5d8b3c34f7b040cd3539a9d94b6b7d23fa88df5dfb" } ,
{ file = "webauthn-1.11.1.tar.gz" , hash = "sha256:24eda57903897369797f52a377f8c470e7057e79da5525779d0720a9fcc11926" } ,
2023-01-18 18:32:46 +02:00
]
2022-01-11 08:56:47 -06:00
[ package . dependencies ]
2022-03-08 09:27:45 -04:00
asn1crypto = ">=1.4.0"
2023-10-24 20:17:03 +03:00
cbor2 = ">=5.4.6"
cryptography = ">=41.0.4"
2023-08-15 21:40:18 +03:00
pydantic = ">=1.10.11"
2023-07-11 16:20:46 +03:00
pyOpenSSL = ">=23.2.0"
2022-01-11 08:56:47 -06:00
2022-10-11 15:45:07 +03:00
[ [ package ] ]
name = "webdriver-manager"
2023-08-11 11:36:16 -05:00
version = "3.9.1"
2022-10-11 15:45:07 +03:00
description = "Library provides the way to automatically manage drivers for different browsers"
2024-04-15 17:03:24 +03:00
category = "dev"
2022-10-11 15:45:07 +03:00
optional = false
python-versions = ">=3.7"
2023-01-18 18:32:46 +02:00
files = [
2023-08-11 11:36:16 -05:00
{ file = "webdriver_manager-3.9.1-py2.py3-none-any.whl" , hash = "sha256:1dfc29a786abb97ba28076d4766d931064eeeac71a9685a3e8d46f5d363fcbe3" } ,
{ file = "webdriver_manager-3.9.1.tar.gz" , hash = "sha256:cd1f49ebb325a98b4dc3c41056f5b645e82fff3f83e346607844ec0bdf561c0b" } ,
2023-01-18 18:32:46 +02:00
]
2022-10-11 15:45:07 +03:00
[ package . dependencies ]
2023-01-18 18:32:46 +02:00
packaging = "*"
python-dotenv = "*"
requests = "*"
[ [ package ] ]
name = "webencodings"
version = "0.5.1"
description = "Character encoding aliases for legacy web content"
2024-04-15 17:03:24 +03:00
category = "main"
2023-01-18 18:32:46 +02:00
optional = false
python-versions = "*"
files = [
2021-07-10 10:12:35 -05:00
{ file = "webencodings-0.5.1-py2.py3-none-any.whl" , hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78" } ,
{ file = "webencodings-0.5.1.tar.gz" , hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923" } ,
]
2023-01-18 18:32:46 +02:00
[ [ package ] ]
name = "whoosh"
version = "2.7.4"
description = "Fast, pure-Python full text indexing, search, and spell checking library."
2024-04-15 17:03:24 +03:00
category = "main"
2023-01-18 18:32:46 +02:00
optional = false
python-versions = "*"
files = [
2021-07-10 10:12:35 -05:00
{ file = "Whoosh-2.7.4-py2.py3-none-any.whl" , hash = "sha256:aa39c3c3426e3fd107dcb4bde64ca1e276a65a889d9085a6e4b54ba82420a852" } ,
{ file = "Whoosh-2.7.4.tar.gz" , hash = "sha256:7ca5633dbfa9e0e0fa400d3151a8a0c4bec53bd2ecedc0a67705b17565c31a83" } ,
{ file = "Whoosh-2.7.4.zip" , hash = "sha256:e0857375f63e9041e03fedd5b7541f97cf78917ac1b6b06c1fcc9b45375dda69" } ,
]
2023-01-18 18:32:46 +02:00
[ [ package ] ]
name = "wsproto"
version = "1.2.0"
description = "WebSockets state-machine based protocol implementation"
2024-04-15 17:03:24 +03:00
category = "dev"
2023-01-18 18:32:46 +02:00
optional = false
python-versions = ">=3.7.0"
files = [
2022-10-11 15:45:07 +03:00
{ file = "wsproto-1.2.0-py3-none-any.whl" , hash = "sha256:b9acddd652b585d75b20477888c56642fdade28bdfd3579aa24a4d2c037dd736" } ,
{ file = "wsproto-1.2.0.tar.gz" , hash = "sha256:ad565f26ecb92588a3e43bc3d96164de84cd9902482b130d0ddbaa9664a85065" } ,
]
2023-01-18 18:32:46 +02:00
[ package . dependencies ]
h11 = ">=0.9.0,<1"
[ [ package ] ]
name = "xlrd"
version = "2.0.1"
description = "Library for developers to extract data from Microsoft Excel (tm) .xls spreadsheet files"
2024-04-15 17:03:24 +03:00
category = "main"
2023-01-18 18:32:46 +02:00
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
files = [
2022-10-11 15:45:07 +03:00
{ file = "xlrd-2.0.1-py2.py3-none-any.whl" , hash = "sha256:6a33ee89877bd9abc1158129f6e94be74e2679636b8a205b43b85206c3f0bbdd" } ,
{ file = "xlrd-2.0.1.tar.gz" , hash = "sha256:f72f148f54442c6b056bf931dbc34f986fd0c3b0b6b5a58d013c9aef274d0c88" } ,
]
2023-01-18 18:32:46 +02:00
[ package . extras ]
build = [ "twine" , "wheel" ]
docs = [ "sphinx" ]
test = [ "pytest" , "pytest-cov" ]
[ [ package ] ]
name = "xlwt"
version = "1.3.0"
description = "Library to create spreadsheet files compatible with MS Excel 97/2000/XP/2003 XLS files, on any platform, with Python 2.6, 2.7, 3.3+"
2024-04-15 17:03:24 +03:00
category = "main"
2023-01-18 18:32:46 +02:00
optional = false
python-versions = "*"
files = [
2022-10-11 15:45:07 +03:00
{ file = "xlwt-1.3.0-py2.py3-none-any.whl" , hash = "sha256:a082260524678ba48a297d922cc385f58278b8aa68741596a87de01a9c628b2e" } ,
{ file = "xlwt-1.3.0.tar.gz" , hash = "sha256:c59912717a9b28f1a3c2a98fd60741014b06b043936dcecbc113eaaada156c88" } ,
]
2023-01-18 18:32:46 +02:00
[ [ package ] ]
name = "zipp"
2024-03-26 21:07:25 +02:00
version = "3.18.1"
2023-01-18 18:32:46 +02:00
description = "Backport of pathlib-compatible object wrapper for zip files"
2024-04-15 17:03:24 +03:00
category = "main"
2023-01-18 18:32:46 +02:00
optional = false
2023-07-11 16:20:46 +03:00
python-versions = ">=3.8"
2023-01-18 18:32:46 +02:00
files = [
2024-03-26 21:07:25 +02:00
{ file = "zipp-3.18.1-py3-none-any.whl" , hash = "sha256:206f5a15f2af3dbaee80769fb7dc6f249695e940acca08dfb2a4769fe61e538b" } ,
{ file = "zipp-3.18.1.tar.gz" , hash = "sha256:2884ed22e7d8961de1c9a05142eb69a247f120291bc0206a00a7642f09b5b715" } ,
2022-09-20 22:42:22 -05:00
]
2023-01-18 18:32:46 +02:00
[ package . extras ]
2024-03-26 21:07:25 +02:00
docs = [ "furo" , "jaraco.packaging (>=9.3)" , "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "sphinx (>=3.5)" , "sphinx-lint" ]
testing = [ "big-O" , "jaraco.functools" , "jaraco.itertools" , "more-itertools" , "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=2.2)" , "pytest-ignore-flaky" , "pytest-mypy" , "pytest-ruff (>=0.2.1)" ]
2023-01-18 18:32:46 +02:00
[ metadata ]
lock-version = "2.0"
python-versions = "^3.9"
2024-04-15 17:03:24 +03:00
content-hash = "3ba419939fb252f1bb5d6946f3b9a142853af3032ff08f9c9c3bba7c1334e48d"