2023-07-29 04:12:22 +02:00
# This file is automatically @generated by Poetry 1.5.1 and should not be changed by hand.
2023-04-06 10:11:26 +02:00
2022-11-22 18:06:19 +01:00
[ [ package ] ]
name = "aiosqlite"
version = "0.17.0"
description = "asyncio bridge to the standard sqlite3 module"
optional = false
python-versions = ">=3.6"
2023-04-06 10:11:26 +02:00
files = [
{ file = "aiosqlite-0.17.0-py3-none-any.whl" , hash = "sha256:6c49dc6d3405929b1d08eeccc72306d3677503cc5e5e43771efc1e00232e8231" } ,
{ file = "aiosqlite-0.17.0.tar.gz" , hash = "sha256:f0e6acc24bc4864149267ac82fb46dfb3be4455f99fe21df82609cc6e6baee51" } ,
]
2022-11-22 18:06:19 +01:00
[ package . dependencies ]
typing_extensions = ">=3.7.2"
[ [ package ] ]
name = "alembic"
2023-07-29 02:08:27 +02:00
version = "1.11.1"
2022-11-22 18:06:19 +01:00
description = "A database migration tool for SQLAlchemy."
optional = false
python-versions = ">=3.7"
2023-04-06 10:11:26 +02:00
files = [
2023-07-29 02:08:27 +02:00
{ file = "alembic-1.11.1-py3-none-any.whl" , hash = "sha256:dc871798a601fab38332e38d6ddb38d5e734f60034baeb8e2db5b642fccd8ab8" } ,
{ file = "alembic-1.11.1.tar.gz" , hash = "sha256:6a810a6b012c88b33458fceb869aef09ac75d6ace5291915ba7fae44de372c01" } ,
2023-04-06 10:11:26 +02:00
]
2022-11-22 18:06:19 +01:00
[ package . dependencies ]
Mako = "*"
python-dateutil = { version = "*" , optional = true , markers = "extra == \"tz\"" }
SQLAlchemy = ">=1.3.0"
2023-03-16 07:40:23 +01:00
typing-extensions = ">=4"
2022-11-22 18:06:19 +01:00
[ package . extras ]
tz = [ "python-dateutil" ]
2022-11-16 10:29:44 +01:00
[ [ package ] ]
name = "anyio"
2023-07-29 02:08:27 +02:00
version = "3.7.1"
2022-11-16 10:29:44 +01:00
description = "High level compatibility layer for multiple asynchronous event loop implementations"
optional = false
2023-07-29 02:08:27 +02:00
python-versions = ">=3.7"
2023-04-06 10:11:26 +02:00
files = [
2023-07-29 02:08:27 +02:00
{ file = "anyio-3.7.1-py3-none-any.whl" , hash = "sha256:91dee416e570e92c64041bd18b900d1d6fa78dff7048769ce5ac5ddad004fbb5" } ,
{ file = "anyio-3.7.1.tar.gz" , hash = "sha256:44a3c9aba0f5defa43261a8b3efb97891f2bd7d804e0e1f56419befa1adfc780" } ,
2023-04-06 10:11:26 +02:00
]
2022-11-16 10:29:44 +01:00
[ package . dependencies ]
idna = ">=2.8"
sniffio = ">=1.1"
[ package . extras ]
2023-07-29 02:08:27 +02:00
doc = [ "Sphinx" , "packaging" , "sphinx-autodoc-typehints (>=1.2.0)" , "sphinx-rtd-theme (>=1.2.2)" , "sphinxcontrib-jquery" ]
test = [ "anyio[trio]" , "coverage[toml] (>=4.5)" , "hypothesis (>=4.0)" , "mock (>=4)" , "psutil (>=5.9)" , "pytest (>=7.0)" , "pytest-mock (>=3.6.1)" , "trustme" , "uvloop (>=0.17)" ]
trio = [ "trio (<0.22)" ]
2022-11-16 10:29:44 +01:00
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "cachetools"
2023-07-29 02:08:27 +02:00
version = "5.3.1"
2023-04-01 18:12:36 +02:00
description = "Extensible memoizing collections and decorators"
optional = false
2023-07-29 02:08:27 +02:00
python-versions = ">=3.7"
2023-04-06 10:11:26 +02:00
files = [
2023-07-29 02:08:27 +02:00
{ file = "cachetools-5.3.1-py3-none-any.whl" , hash = "sha256:95ef631eeaea14ba2e36f06437f36463aac3a096799e876ee55e5cdccb102590" } ,
{ file = "cachetools-5.3.1.tar.gz" , hash = "sha256:dce83f2d9b4e1f732a8cd44af8e8fab2dbe46201467fc98b3ef8f269092bf62b" } ,
2023-04-06 10:11:26 +02:00
]
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "certifi"
2023-07-29 02:08:27 +02:00
version = "2023.7.22"
2023-04-01 18:12:36 +02:00
description = "Python package for providing Mozilla's CA Bundle."
optional = false
python-versions = ">=3.6"
2023-04-06 10:11:26 +02:00
files = [
2023-07-29 02:08:27 +02:00
{ file = "certifi-2023.7.22-py3-none-any.whl" , hash = "sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9" } ,
{ file = "certifi-2023.7.22.tar.gz" , hash = "sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082" } ,
2023-04-06 10:11:26 +02:00
]
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "cffi"
version = "1.15.1"
description = "Foreign Function Interface for Python calling C code."
optional = false
python-versions = "*"
2023-04-06 10:11:26 +02:00
files = [
{ file = "cffi-1.15.1-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:a66d3508133af6e8548451b25058d5812812ec3798c886bf38ed24a98216fab2" } ,
{ file = "cffi-1.15.1-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:470c103ae716238bbe698d67ad020e1db9d9dba34fa5a899b5e21577e6d52ed2" } ,
{ file = "cffi-1.15.1-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:9ad5db27f9cabae298d151c85cf2bad1d359a1b9c686a275df03385758e2f914" } ,
{ file = "cffi-1.15.1-cp27-cp27m-win32.whl" , hash = "sha256:b3bbeb01c2b273cca1e1e0c5df57f12dce9a4dd331b4fa1635b8bec26350bde3" } ,
{ file = "cffi-1.15.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:e00b098126fd45523dd056d2efba6c5a63b71ffe9f2bbe1a4fe1716e1d0c331e" } ,
{ file = "cffi-1.15.1-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:d61f4695e6c866a23a21acab0509af1cdfd2c013cf256bbf5b6b5e2695827162" } ,
{ file = "cffi-1.15.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:ed9cb427ba5504c1dc15ede7d516b84757c3e3d7868ccc85121d9310d27eed0b" } ,
{ file = "cffi-1.15.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:39d39875251ca8f612b6f33e6b1195af86d1b3e60086068be9cc053aa4376e21" } ,
{ file = "cffi-1.15.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:285d29981935eb726a4399badae8f0ffdff4f5050eaa6d0cfc3f64b857b77185" } ,
{ file = "cffi-1.15.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:3eb6971dcff08619f8d91607cfc726518b6fa2a9eba42856be181c6d0d9515fd" } ,
{ file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:21157295583fe8943475029ed5abdcf71eb3911894724e360acff1d61c1d54bc" } ,
{ file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5635bd9cb9731e6d4a1132a498dd34f764034a8ce60cef4f5319c0541159392f" } ,
{ file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:2012c72d854c2d03e45d06ae57f40d78e5770d252f195b93f581acf3ba44496e" } ,
{ file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:dd86c085fae2efd48ac91dd7ccffcfc0571387fe1193d33b6394db7ef31fe2a4" } ,
{ file = "cffi-1.15.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:fa6693661a4c91757f4412306191b6dc88c1703f780c8234035eac011922bc01" } ,
{ file = "cffi-1.15.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:59c0b02d0a6c384d453fece7566d1c7e6b7bae4fc5874ef2ef46d56776d61c9e" } ,
{ file = "cffi-1.15.1-cp310-cp310-win32.whl" , hash = "sha256:cba9d6b9a7d64d4bd46167096fc9d2f835e25d7e4c121fb2ddfc6528fb0413b2" } ,
{ file = "cffi-1.15.1-cp310-cp310-win_amd64.whl" , hash = "sha256:ce4bcc037df4fc5e3d184794f27bdaab018943698f4ca31630bc7f84a7b69c6d" } ,
{ file = "cffi-1.15.1-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:3d08afd128ddaa624a48cf2b859afef385b720bb4b43df214f85616922e6a5ac" } ,
{ file = "cffi-1.15.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:3799aecf2e17cf585d977b780ce79ff0dc9b78d799fc694221ce814c2c19db83" } ,
{ file = "cffi-1.15.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a591fe9e525846e4d154205572a029f653ada1a78b93697f3b5a8f1f2bc055b9" } ,
{ file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3548db281cd7d2561c9ad9984681c95f7b0e38881201e157833a2342c30d5e8c" } ,
{ file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:91fc98adde3d7881af9b59ed0294046f3806221863722ba7d8d120c575314325" } ,
{ file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:94411f22c3985acaec6f83c6df553f2dbe17b698cc7f8ae751ff2237d96b9e3c" } ,
{ file = "cffi-1.15.1-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:03425bdae262c76aad70202debd780501fabeaca237cdfddc008987c0e0f59ef" } ,
{ file = "cffi-1.15.1-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:cc4d65aeeaa04136a12677d3dd0b1c0c94dc43abac5860ab33cceb42b801c1e8" } ,
{ file = "cffi-1.15.1-cp311-cp311-win32.whl" , hash = "sha256:a0f100c8912c114ff53e1202d0078b425bee3649ae34d7b070e9697f93c5d52d" } ,
{ file = "cffi-1.15.1-cp311-cp311-win_amd64.whl" , hash = "sha256:04ed324bda3cda42b9b695d51bb7d54b680b9719cfab04227cdd1e04e5de3104" } ,
{ file = "cffi-1.15.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:50a74364d85fd319352182ef59c5c790484a336f6db772c1a9231f1c3ed0cbd7" } ,
{ file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e263d77ee3dd201c3a142934a086a4450861778baaeeb45db4591ef65550b0a6" } ,
{ file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:cec7d9412a9102bdc577382c3929b337320c4c4c4849f2c5cdd14d7368c5562d" } ,
{ file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:4289fc34b2f5316fbb762d75362931e351941fa95fa18789191b33fc4cf9504a" } ,
{ file = "cffi-1.15.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:173379135477dc8cac4bc58f45db08ab45d228b3363adb7af79436135d028405" } ,
{ file = "cffi-1.15.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:6975a3fac6bc83c4a65c9f9fcab9e47019a11d3d2cf7f3c0d03431bf145a941e" } ,
{ file = "cffi-1.15.1-cp36-cp36m-win32.whl" , hash = "sha256:2470043b93ff09bf8fb1d46d1cb756ce6132c54826661a32d4e4d132e1977adf" } ,
{ file = "cffi-1.15.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:30d78fbc8ebf9c92c9b7823ee18eb92f2e6ef79b45ac84db507f52fbe3ec4497" } ,
{ file = "cffi-1.15.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:198caafb44239b60e252492445da556afafc7d1e3ab7a1fb3f0584ef6d742375" } ,
{ file = "cffi-1.15.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:5ef34d190326c3b1f822a5b7a45f6c4535e2f47ed06fec77d3d799c450b2651e" } ,
{ file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8102eaf27e1e448db915d08afa8b41d6c7ca7a04b7d73af6514df10a3e74bd82" } ,
{ file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5df2768244d19ab7f60546d0c7c63ce1581f7af8b5de3eb3004b9b6fc8a9f84b" } ,
{ file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a8c4917bd7ad33e8eb21e9a5bbba979b49d9a97acb3a803092cbc1133e20343c" } ,
{ file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0e2642fe3142e4cc4af0799748233ad6da94c62a8bec3a6648bf8ee68b1c7426" } ,
{ file = "cffi-1.15.1-cp37-cp37m-win32.whl" , hash = "sha256:e229a521186c75c8ad9490854fd8bbdd9a0c9aa3a524326b55be83b54d4e0ad9" } ,
{ file = "cffi-1.15.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:a0b71b1b8fbf2b96e41c4d990244165e2c9be83d54962a9a1d118fd8657d2045" } ,
{ file = "cffi-1.15.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:320dab6e7cb2eacdf0e658569d2575c4dad258c0fcc794f46215e1e39f90f2c3" } ,
{ file = "cffi-1.15.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1e74c6b51a9ed6589199c787bf5f9875612ca4a8a0785fb2d4a84429badaf22a" } ,
{ file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a5c84c68147988265e60416b57fc83425a78058853509c1b0629c180094904a5" } ,
{ file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3b926aa83d1edb5aa5b427b4053dc420ec295a08e40911296b9eb1b6170f6cca" } ,
{ file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:87c450779d0914f2861b8526e035c5e6da0a3199d8f1add1a665e1cbc6fc6d02" } ,
{ file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4f2c9f67e9821cad2e5f480bc8d83b8742896f1242dba247911072d4fa94c192" } ,
{ file = "cffi-1.15.1-cp38-cp38-win32.whl" , hash = "sha256:8b7ee99e510d7b66cdb6c593f21c043c248537a32e0bedf02e01e9553a172314" } ,
{ file = "cffi-1.15.1-cp38-cp38-win_amd64.whl" , hash = "sha256:00a9ed42e88df81ffae7a8ab6d9356b371399b91dbdf0c3cb1e84c03a13aceb5" } ,
{ file = "cffi-1.15.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:54a2db7b78338edd780e7ef7f9f6c442500fb0d41a5a4ea24fff1c929d5af585" } ,
{ file = "cffi-1.15.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:fcd131dd944808b5bdb38e6f5b53013c5aa4f334c5cad0c72742f6eba4b73db0" } ,
{ file = "cffi-1.15.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7473e861101c9e72452f9bf8acb984947aa1661a7704553a9f6e4baa5ba64415" } ,
{ file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6c9a799e985904922a4d207a94eae35c78ebae90e128f0c4e521ce339396be9d" } ,
{ file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3bcde07039e586f91b45c88f8583ea7cf7a0770df3a1649627bf598332cb6984" } ,
{ file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:33ab79603146aace82c2427da5ca6e58f2b3f2fb5da893ceac0c42218a40be35" } ,
{ file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5d598b938678ebf3c67377cdd45e09d431369c3b1a5b331058c338e201f12b27" } ,
{ file = "cffi-1.15.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:db0fbb9c62743ce59a9ff687eb5f4afbe77e5e8403d6697f7446e5f609976f76" } ,
{ file = "cffi-1.15.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:98d85c6a2bef81588d9227dde12db8a7f47f639f4a17c9ae08e773aa9c697bf3" } ,
{ file = "cffi-1.15.1-cp39-cp39-win32.whl" , hash = "sha256:40f4774f5a9d4f5e344f31a32b5096977b5d48560c5592e2f3d2c4374bd543ee" } ,
{ file = "cffi-1.15.1-cp39-cp39-win_amd64.whl" , hash = "sha256:70df4e3b545a17496c9b3f41f5115e69a4f2e77e94e1d2a8e1070bc0c38c8a3c" } ,
{ file = "cffi-1.15.1.tar.gz" , hash = "sha256:d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9" } ,
]
2023-04-01 18:12:36 +02:00
[ package . dependencies ]
pycparser = "*"
[ [ package ] ]
name = "charset-normalizer"
2023-07-29 02:08:27 +02:00
version = "3.2.0"
2023-04-01 18:12:36 +02:00
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
optional = false
python-versions = ">=3.7.0"
2023-04-06 10:11:26 +02:00
files = [
2023-07-29 02:08:27 +02:00
{ file = "charset-normalizer-3.2.0.tar.gz" , hash = "sha256:3bb3d25a8e6c0aedd251753a79ae98a093c7e7b471faa3aa9a93a81431987ace" } ,
{ file = "charset_normalizer-3.2.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:0b87549028f680ca955556e3bd57013ab47474c3124dc069faa0b6545b6c9710" } ,
{ file = "charset_normalizer-3.2.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:7c70087bfee18a42b4040bb9ec1ca15a08242cf5867c58726530bdf3945672ed" } ,
{ file = "charset_normalizer-3.2.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:a103b3a7069b62f5d4890ae1b8f0597618f628b286b03d4bc9195230b154bfa9" } ,
{ file = "charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:94aea8eff76ee6d1cdacb07dd2123a68283cb5569e0250feab1240058f53b623" } ,
{ file = "charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:db901e2ac34c931d73054d9797383d0f8009991e723dab15109740a63e7f902a" } ,
{ file = "charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b0dac0ff919ba34d4df1b6131f59ce95b08b9065233446be7e459f95554c0dc8" } ,
{ file = "charset_normalizer-3.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:193cbc708ea3aca45e7221ae58f0fd63f933753a9bfb498a3b474878f12caaad" } ,
{ file = "charset_normalizer-3.2.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:09393e1b2a9461950b1c9a45d5fd251dc7c6f228acab64da1c9c0165d9c7765c" } ,
{ file = "charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:baacc6aee0b2ef6f3d308e197b5d7a81c0e70b06beae1f1fcacffdbd124fe0e3" } ,
{ file = "charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:bf420121d4c8dce6b889f0e8e4ec0ca34b7f40186203f06a946fa0276ba54029" } ,
{ file = "charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:c04a46716adde8d927adb9457bbe39cf473e1e2c2f5d0a16ceb837e5d841ad4f" } ,
{ file = "charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:aaf63899c94de41fe3cf934601b0f7ccb6b428c6e4eeb80da72c58eab077b19a" } ,
{ file = "charset_normalizer-3.2.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:d62e51710986674142526ab9f78663ca2b0726066ae26b78b22e0f5e571238dd" } ,
{ file = "charset_normalizer-3.2.0-cp310-cp310-win32.whl" , hash = "sha256:04e57ab9fbf9607b77f7d057974694b4f6b142da9ed4a199859d9d4d5c63fe96" } ,
{ file = "charset_normalizer-3.2.0-cp310-cp310-win_amd64.whl" , hash = "sha256:48021783bdf96e3d6de03a6e39a1171ed5bd7e8bb93fc84cc649d11490f87cea" } ,
{ file = "charset_normalizer-3.2.0-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:4957669ef390f0e6719db3613ab3a7631e68424604a7b448f079bee145da6e09" } ,
{ file = "charset_normalizer-3.2.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:46fb8c61d794b78ec7134a715a3e564aafc8f6b5e338417cb19fe9f57a5a9bf2" } ,
{ file = "charset_normalizer-3.2.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:f779d3ad205f108d14e99bb3859aa7dd8e9c68874617c72354d7ecaec2a054ac" } ,
{ file = "charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f25c229a6ba38a35ae6e25ca1264621cc25d4d38dca2942a7fce0b67a4efe918" } ,
{ file = "charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:2efb1bd13885392adfda4614c33d3b68dee4921fd0ac1d3988f8cbb7d589e72a" } ,
{ file = "charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:1f30b48dd7fa1474554b0b0f3fdfdd4c13b5c737a3c6284d3cdc424ec0ffff3a" } ,
{ file = "charset_normalizer-3.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:246de67b99b6851627d945db38147d1b209a899311b1305dd84916f2b88526c6" } ,
{ file = "charset_normalizer-3.2.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:9bd9b3b31adcb054116447ea22caa61a285d92e94d710aa5ec97992ff5eb7cf3" } ,
{ file = "charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:8c2f5e83493748286002f9369f3e6607c565a6a90425a3a1fef5ae32a36d749d" } ,
{ file = "charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:3170c9399da12c9dc66366e9d14da8bf7147e1e9d9ea566067bbce7bb74bd9c2" } ,
{ file = "charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_ppc64le.whl" , hash = "sha256:7a4826ad2bd6b07ca615c74ab91f32f6c96d08f6fcc3902ceeedaec8cdc3bcd6" } ,
{ file = "charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_s390x.whl" , hash = "sha256:3b1613dd5aee995ec6d4c69f00378bbd07614702a315a2cf6c1d21461fe17c23" } ,
{ file = "charset_normalizer-3.2.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:9e608aafdb55eb9f255034709e20d5a83b6d60c054df0802fa9c9883d0a937aa" } ,
{ file = "charset_normalizer-3.2.0-cp311-cp311-win32.whl" , hash = "sha256:f2a1d0fd4242bd8643ce6f98927cf9c04540af6efa92323e9d3124f57727bfc1" } ,
{ file = "charset_normalizer-3.2.0-cp311-cp311-win_amd64.whl" , hash = "sha256:681eb3d7e02e3c3655d1b16059fbfb605ac464c834a0c629048a30fad2b27489" } ,
{ file = "charset_normalizer-3.2.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:c57921cda3a80d0f2b8aec7e25c8aa14479ea92b5b51b6876d975d925a2ea346" } ,
{ file = "charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:41b25eaa7d15909cf3ac4c96088c1f266a9a93ec44f87f1d13d4a0e86c81b982" } ,
{ file = "charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:f058f6963fd82eb143c692cecdc89e075fa0828db2e5b291070485390b2f1c9c" } ,
{ file = "charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a7647ebdfb9682b7bb97e2a5e7cb6ae735b1c25008a70b906aecca294ee96cf4" } ,
{ file = "charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:eef9df1eefada2c09a5e7a40991b9fc6ac6ef20b1372abd48d2794a316dc0449" } ,
{ file = "charset_normalizer-3.2.0-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:e03b8895a6990c9ab2cdcd0f2fe44088ca1c65ae592b8f795c3294af00a461c3" } ,
{ file = "charset_normalizer-3.2.0-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:ee4006268ed33370957f55bf2e6f4d263eaf4dc3cfc473d1d90baff6ed36ce4a" } ,
{ file = "charset_normalizer-3.2.0-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:c4983bf937209c57240cff65906b18bb35e64ae872da6a0db937d7b4af845dd7" } ,
{ file = "charset_normalizer-3.2.0-cp37-cp37m-musllinux_1_1_ppc64le.whl" , hash = "sha256:3bb7fda7260735efe66d5107fb7e6af6a7c04c7fce9b2514e04b7a74b06bf5dd" } ,
{ file = "charset_normalizer-3.2.0-cp37-cp37m-musllinux_1_1_s390x.whl" , hash = "sha256:72814c01533f51d68702802d74f77ea026b5ec52793c791e2da806a3844a46c3" } ,
{ file = "charset_normalizer-3.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:70c610f6cbe4b9fce272c407dd9d07e33e6bf7b4aa1b7ffb6f6ded8e634e3592" } ,
{ file = "charset_normalizer-3.2.0-cp37-cp37m-win32.whl" , hash = "sha256:a401b4598e5d3f4a9a811f3daf42ee2291790c7f9d74b18d75d6e21dda98a1a1" } ,
{ file = "charset_normalizer-3.2.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:c0b21078a4b56965e2b12f247467b234734491897e99c1d51cee628da9786959" } ,
{ file = "charset_normalizer-3.2.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:95eb302ff792e12aba9a8b8f8474ab229a83c103d74a750ec0bd1c1eea32e669" } ,
{ file = "charset_normalizer-3.2.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:1a100c6d595a7f316f1b6f01d20815d916e75ff98c27a01ae817439ea7726329" } ,
{ file = "charset_normalizer-3.2.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:6339d047dab2780cc6220f46306628e04d9750f02f983ddb37439ca47ced7149" } ,
{ file = "charset_normalizer-3.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e4b749b9cc6ee664a3300bb3a273c1ca8068c46be705b6c31cf5d276f8628a94" } ,
{ file = "charset_normalizer-3.2.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:a38856a971c602f98472050165cea2cdc97709240373041b69030be15047691f" } ,
{ file = "charset_normalizer-3.2.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:f87f746ee241d30d6ed93969de31e5ffd09a2961a051e60ae6bddde9ec3583aa" } ,
{ file = "charset_normalizer-3.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:89f1b185a01fe560bc8ae5f619e924407efca2191b56ce749ec84982fc59a32a" } ,
{ file = "charset_normalizer-3.2.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:e1c8a2f4c69e08e89632defbfabec2feb8a8d99edc9f89ce33c4b9e36ab63037" } ,
{ file = "charset_normalizer-3.2.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:2f4ac36d8e2b4cc1aa71df3dd84ff8efbe3bfb97ac41242fbcfc053c67434f46" } ,
{ file = "charset_normalizer-3.2.0-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:a386ebe437176aab38c041de1260cd3ea459c6ce5263594399880bbc398225b2" } ,
{ file = "charset_normalizer-3.2.0-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:ccd16eb18a849fd8dcb23e23380e2f0a354e8daa0c984b8a732d9cfaba3a776d" } ,
{ file = "charset_normalizer-3.2.0-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:e6a5bf2cba5ae1bb80b154ed68a3cfa2fa00fde979a7f50d6598d3e17d9ac20c" } ,
{ file = "charset_normalizer-3.2.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:45de3f87179c1823e6d9e32156fb14c1927fcc9aba21433f088fdfb555b77c10" } ,
{ file = "charset_normalizer-3.2.0-cp38-cp38-win32.whl" , hash = "sha256:1000fba1057b92a65daec275aec30586c3de2401ccdcd41f8a5c1e2c87078706" } ,
{ file = "charset_normalizer-3.2.0-cp38-cp38-win_amd64.whl" , hash = "sha256:8b2c760cfc7042b27ebdb4a43a4453bd829a5742503599144d54a032c5dc7e9e" } ,
{ file = "charset_normalizer-3.2.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:855eafa5d5a2034b4621c74925d89c5efef61418570e5ef9b37717d9c796419c" } ,
{ file = "charset_normalizer-3.2.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:203f0c8871d5a7987be20c72442488a0b8cfd0f43b7973771640fc593f56321f" } ,
{ file = "charset_normalizer-3.2.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:e857a2232ba53ae940d3456f7533ce6ca98b81917d47adc3c7fd55dad8fab858" } ,
{ file = "charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5e86d77b090dbddbe78867a0275cb4df08ea195e660f1f7f13435a4649e954e5" } ,
{ file = "charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c4fb39a81950ec280984b3a44f5bd12819953dc5fa3a7e6fa7a80db5ee853952" } ,
{ file = "charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:2dee8e57f052ef5353cf608e0b4c871aee320dd1b87d351c28764fc0ca55f9f4" } ,
{ file = "charset_normalizer-3.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8700f06d0ce6f128de3ccdbc1acaea1ee264d2caa9ca05daaf492fde7c2a7200" } ,
{ file = "charset_normalizer-3.2.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1920d4ff15ce893210c1f0c0e9d19bfbecb7983c76b33f046c13a8ffbd570252" } ,
{ file = "charset_normalizer-3.2.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:c1c76a1743432b4b60ab3358c937a3fe1341c828ae6194108a94c69028247f22" } ,
{ file = "charset_normalizer-3.2.0-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:f7560358a6811e52e9c4d142d497f1a6e10103d3a6881f18d04dbce3729c0e2c" } ,
{ file = "charset_normalizer-3.2.0-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:c8063cf17b19661471ecbdb3df1c84f24ad2e389e326ccaf89e3fb2484d8dd7e" } ,
{ file = "charset_normalizer-3.2.0-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:cd6dbe0238f7743d0efe563ab46294f54f9bc8f4b9bcf57c3c666cc5bc9d1299" } ,
{ file = "charset_normalizer-3.2.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:1249cbbf3d3b04902ff081ffbb33ce3377fa6e4c7356f759f3cd076cc138d020" } ,
{ file = "charset_normalizer-3.2.0-cp39-cp39-win32.whl" , hash = "sha256:6c409c0deba34f147f77efaa67b8e4bb83d2f11c8806405f76397ae5b8c0d1c9" } ,
{ file = "charset_normalizer-3.2.0-cp39-cp39-win_amd64.whl" , hash = "sha256:7095f6fbfaa55defb6b733cfeb14efaae7a29f0b59d8cf213be4e7ca0b857b80" } ,
{ file = "charset_normalizer-3.2.0-py3-none-any.whl" , hash = "sha256:8e098148dd37b4ce3baca71fb394c81dc5d9c7728c95df695d2dca218edf40e6" } ,
2023-04-06 10:11:26 +02:00
]
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "click"
2023-07-29 02:08:27 +02:00
version = "8.1.6"
2023-04-01 18:12:36 +02:00
description = "Composable command line interface toolkit"
optional = false
python-versions = ">=3.7"
2023-04-06 10:11:26 +02:00
files = [
2023-07-29 02:08:27 +02:00
{ file = "click-8.1.6-py3-none-any.whl" , hash = "sha256:fa244bb30b3b5ee2cae3da8f55c9e5e0c0e86093306301fb418eb9dc40fbded5" } ,
{ file = "click-8.1.6.tar.gz" , hash = "sha256:48ee849951919527a045bfe3bf7baa8a959c423134e1a5b98c05c20ba75a1cbd" } ,
2023-04-06 10:11:26 +02:00
]
2023-04-01 18:12:36 +02:00
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
[ [ package ] ]
name = "colorama"
version = "0.4.6"
description = "Cross-platform colored terminal text."
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
2023-04-06 10:11:26 +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" } ,
]
2023-04-01 18:12:36 +02:00
2023-04-07 05:46:24 +02:00
[ [ package ] ]
name = "factory-boy"
2023-07-29 02:08:27 +02:00
version = "3.3.0"
2023-04-07 05:46:24 +02:00
description = "A versatile test fixtures replacement based on thoughtbot's factory_bot for Ruby."
optional = false
2023-07-29 02:08:27 +02:00
python-versions = ">=3.7"
2023-04-07 05:46:24 +02:00
files = [
2023-07-29 02:08:27 +02:00
{ file = "factory_boy-3.3.0-py2.py3-none-any.whl" , hash = "sha256:a2cdbdb63228177aa4f1c52f4b6d83fab2b8623bf602c7dedd7eb83c0f69c04c" } ,
{ file = "factory_boy-3.3.0.tar.gz" , hash = "sha256:bc76d97d1a65bbd9842a6d722882098eb549ec8ee1081f9fb2e8ff29f0c300f1" } ,
2023-04-07 05:46:24 +02:00
]
[ package . dependencies ]
Faker = ">=0.7.0"
[ package . extras ]
2023-07-29 02:08:27 +02:00
dev = [ "Django" , "Pillow" , "SQLAlchemy" , "coverage" , "flake8" , "isort" , "mongoengine" , "sqlalchemy-utils" , "tox" , "wheel (>=0.32.0)" , "zest.releaser[recommended]" ]
2023-04-07 05:46:24 +02:00
doc = [ "Sphinx" , "sphinx-rtd-theme" , "sphinxcontrib-spelling" ]
[ [ package ] ]
name = "faker"
2023-07-29 02:08:27 +02:00
version = "19.2.0"
2023-04-07 05:46:24 +02:00
description = "Faker is a Python package that generates fake data for you."
optional = false
2023-07-29 02:08:27 +02:00
python-versions = ">=3.8"
2023-04-07 05:46:24 +02:00
files = [
2023-07-29 02:08:27 +02:00
{ file = "Faker-19.2.0-py3-none-any.whl" , hash = "sha256:c6c1218482faf79ae1d791bb7124067d12339e0b8f400de855e2c281bcf78c77" } ,
{ file = "Faker-19.2.0.tar.gz" , hash = "sha256:78840b94843f3aa32a34a220b2b5e8b309e3ffff3a231b0c54e841bb68e0757d" } ,
2023-04-07 05:46:24 +02:00
]
[ package . dependencies ]
python-dateutil = ">=2.4"
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "fastapi"
version = "0.87.0"
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
optional = false
python-versions = ">=3.7"
2023-04-06 10:11:26 +02:00
files = [
{ file = "fastapi-0.87.0-py3-none-any.whl" , hash = "sha256:254453a2e22f64e2a1b4e1d8baf67d239e55b6c8165c079d25746a5220c81bb4" } ,
{ file = "fastapi-0.87.0.tar.gz" , hash = "sha256:07032e53df9a57165047b4f38731c38bdcc3be5493220471015e2b4b51b486a4" } ,
]
2023-04-01 18:12:36 +02:00
[ package . dependencies ]
pydantic = ">=1.6.2,<1.7 || >1.7,<1.7.1 || >1.7.1,<1.7.2 || >1.7.2,<1.7.3 || >1.7.3,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0"
starlette = "0.21.0"
[ package . extras ]
all = [ "email-validator (>=1.1.1)" , "httpx (>=0.23.0)" , "itsdangerous (>=1.1.0)" , "jinja2 (>=2.11.2)" , "orjson (>=3.2.1)" , "python-multipart (>=0.0.5)" , "pyyaml (>=5.3.1)" , "ujson (>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0)" , "uvicorn[standard] (>=0.12.0)" ]
dev = [ "pre-commit (>=2.17.0,<3.0.0)" , "ruff (==0.0.114)" , "uvicorn[standard] (>=0.12.0,<0.19.0)" ]
doc = [ "mdx-include (>=1.4.1,<2.0.0)" , "mkdocs (>=1.1.2,<2.0.0)" , "mkdocs-markdownextradata-plugin (>=0.1.7,<0.3.0)" , "mkdocs-material (>=8.1.4,<9.0.0)" , "pyyaml (>=5.3.1,<7.0.0)" , "typer[all] (>=0.6.1,<0.7.0)" ]
test = [ "anyio[trio] (>=3.2.1,<4.0.0)" , "black (==22.8.0)" , "coverage[toml] (>=6.5.0,<7.0)" , "databases[sqlite] (>=0.3.2,<0.7.0)" , "email-validator (>=1.1.1,<2.0.0)" , "flask (>=1.1.2,<3.0.0)" , "httpx (>=0.23.0,<0.24.0)" , "isort (>=5.0.6,<6.0.0)" , "mypy (==0.982)" , "orjson (>=3.2.1,<4.0.0)" , "passlib[bcrypt] (>=1.7.2,<2.0.0)" , "peewee (>=3.13.3,<4.0.0)" , "pytest (>=7.1.3,<8.0.0)" , "python-jose[cryptography] (>=3.3.0,<4.0.0)" , "python-multipart (>=0.0.5,<0.0.6)" , "pyyaml (>=5.3.1,<7.0.0)" , "ruff (==0.0.114)" , "sqlalchemy (>=1.3.18,<=1.4.41)" , "types-orjson (==3.6.2)" , "types-ujson (==5.5.0)" , "ujson (>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0,<6.0.0)" ]
[ [ package ] ]
name = "frozendict"
2023-05-06 05:55:40 +02:00
version = "2.3.8"
2023-04-01 18:12:36 +02:00
description = "A simple immutable dictionary"
optional = false
python-versions = ">=3.6"
2023-04-06 10:11:26 +02:00
files = [
2023-05-06 05:55:40 +02:00
{ file = "frozendict-2.3.8-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:d188d062084fba0e4bf32719ff7380b26c050b932ff164043ce82ab90587c52b" } ,
{ file = "frozendict-2.3.8-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:f2a4e818ac457f6354401dcb631527af25e5a20fcfc81e6b5054b45fc245caca" } ,
{ file = "frozendict-2.3.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9a506d807858fa961aaa5b48dab6154fdc6bd045bbe9310788bbff141bb42d13" } ,
{ file = "frozendict-2.3.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:750632cc890d8ee9484fe6d31b261159144b6efacc08e1317fe46accd1410373" } ,
{ file = "frozendict-2.3.8-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:7ee5fe2658a8ac9a57f748acaf563f6a47f80b8308cbf0a04fac0ba057d41f75" } ,
{ file = "frozendict-2.3.8-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:23c4bb46e6b8246e1e7e49b5593c2bc09221db0d8f31f7c092be8dfb42b9e620" } ,
{ file = "frozendict-2.3.8-cp310-cp310-win_amd64.whl" , hash = "sha256:c31abc8acea309b132dde441856829f6003a3d242da8b54bce4c0f2a3c8c63f0" } ,
{ file = "frozendict-2.3.8-cp310-cp310-win_arm64.whl" , hash = "sha256:9ea5520e85447ff8d4681e181941e482662817ccba921b7cb3f87922056d892a" } ,
{ file = "frozendict-2.3.8-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:f83fed36497af9562ead5e9fb8443224ba2781786bd3b92b1087cb7d0ff20135" } ,
{ file = "frozendict-2.3.8-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e27c5c1d29d0eda7979253ec88abc239da1313b38f39f4b16984db3b3e482300" } ,
{ file = "frozendict-2.3.8-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e4c785de7f1a13f15963945f400656b18f057c2fc76c089dacf127a2bb188c03" } ,
{ file = "frozendict-2.3.8-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:8cf35ddd25513428ec152614def9696afb93ae5ec0eb54fa6aa6206eda77ac4c" } ,
{ file = "frozendict-2.3.8-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:ffc684773de7c88724788fa9787d0016fd75830412d58acbd9ed1a04762c675b" } ,
{ file = "frozendict-2.3.8-cp36-cp36m-win_amd64.whl" , hash = "sha256:4c258aab9c8488338634f2ec670ef049dbf0ab0e7a2fa9bc2c7b5009cb614801" } ,
{ file = "frozendict-2.3.8-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:47fc26468407fdeb428cfc89495b7921419e670355c21b383765482fdf6c5c14" } ,
{ file = "frozendict-2.3.8-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6ea638228692db2bf94bce40ea4b25f4077588497b516bd16576575560094bd9" } ,
{ file = "frozendict-2.3.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7a75bf87e76c4386caecdbdd02a99e53ad43a6b5c38fb3d5a634a9fc9ce41462" } ,
{ file = "frozendict-2.3.8-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:ed5a6c5c7a0f57269577c2a338a6002949aea21a23b7b7d06da7e7dced8b605b" } ,
{ file = "frozendict-2.3.8-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:d086440328a465dea9bef2dbad7548d75d1a0a0d21f43a08c03e1ec79ac5240e" } ,
{ file = "frozendict-2.3.8-cp37-cp37m-win_amd64.whl" , hash = "sha256:0bc4767e2f83db5b701c787e22380296977368b0c57e485ca71b2eedfa11c4a3" } ,
{ file = "frozendict-2.3.8-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:638cf363d3cbca31a341503cf2219eac52a5f5140449676fae3d9644cd3c5487" } ,
{ file = "frozendict-2.3.8-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:2b2fd8ce36277919b36e3c834d2389f3cd7ac068ae730c312671dd4439a5dd65" } ,
{ file = "frozendict-2.3.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3957d52f1906b0c85f641a1911d214255873f6408ab4e5ad657cc27a247fb145" } ,
{ file = "frozendict-2.3.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:72cfe08ab8ae524e54848fa90b22d02c1b1ecfb3064438696bcaa4b953f18772" } ,
{ file = "frozendict-2.3.8-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:4742e76c4111bd09198d3ab66cef94be8506212311338f9182d6ef5f5cb60493" } ,
{ file = "frozendict-2.3.8-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:313ed8d9ba6bac35d7635cd9580ee5721a0fb016f4d2d20f0efa05dbecbdb1be" } ,
{ file = "frozendict-2.3.8-cp38-cp38-win_amd64.whl" , hash = "sha256:d3c6ce943946c2a61501c8cf116fff0892d11dd579877eb36e2aea2c27fddfef" } ,
{ file = "frozendict-2.3.8-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:f0f573dc4861dd7ec9e055c8cceaf45355e894e749f621f199aab7b311ac4bdb" } ,
{ file = "frozendict-2.3.8-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:2b3435e5f1ca5ae68a5e95e64b09d6d5c645cadd6b87569a0b3019dd248c8d00" } ,
{ file = "frozendict-2.3.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:145afd033ebfade28416093335261b8ec1af5cccc593482309e7add062ec8668" } ,
{ file = "frozendict-2.3.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:da98427de26b5a2865727947480cbb53860089c4d195baa29c539da811cea617" } ,
{ file = "frozendict-2.3.8-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:5e82befa7c385a668d569cebbebbdf49cee6fea4083f08e869a1b08cfb640a9f" } ,
{ file = "frozendict-2.3.8-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:80abe81d36e889ceec665e06ec764a7638000fa3e7be09786ac4d3ddc64b76db" } ,
{ file = "frozendict-2.3.8-cp39-cp39-win_amd64.whl" , hash = "sha256:8ccc94ac781710db44e142e1a11ff9b31d02c032c01c6868d51fcbef73086225" } ,
{ file = "frozendict-2.3.8-cp39-cp39-win_arm64.whl" , hash = "sha256:e72dbc1bcc2203cef38d205f692396f5505921a5680f66aa9a7e8bb71fd38f28" } ,
{ file = "frozendict-2.3.8-py311-none-any.whl" , hash = "sha256:ba41a7ed019bd03b62d63ed3f8dea35b8243d1936f7c9ed4b5298ca45a01928e" } ,
{ file = "frozendict-2.3.8.tar.gz" , hash = "sha256:5526559eca8f1780a4ee5146896f59afc31435313560208dd394a3a5e537d3ff" } ,
2023-04-06 10:11:26 +02:00
]
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "greenlet"
version = "2.0.2"
description = "Lightweight in-process concurrent programming"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*"
2023-04-06 10:11:26 +02:00
files = [
{ file = "greenlet-2.0.2-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:bdfea8c661e80d3c1c99ad7c3ff74e6e87184895bbaca6ee8cc61209f8b9b85d" } ,
{ file = "greenlet-2.0.2-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:9d14b83fab60d5e8abe587d51c75b252bcc21683f24699ada8fb275d7712f5a9" } ,
{ file = "greenlet-2.0.2-cp27-cp27m-win32.whl" , hash = "sha256:6c3acb79b0bfd4fe733dff8bc62695283b57949ebcca05ae5c129eb606ff2d74" } ,
{ file = "greenlet-2.0.2-cp27-cp27m-win_amd64.whl" , hash = "sha256:283737e0da3f08bd637b5ad058507e578dd462db259f7f6e4c5c365ba4ee9343" } ,
{ file = "greenlet-2.0.2-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:d27ec7509b9c18b6d73f2f5ede2622441de812e7b1a80bbd446cb0633bd3d5ae" } ,
{ file = "greenlet-2.0.2-cp310-cp310-macosx_11_0_x86_64.whl" , hash = "sha256:30bcf80dda7f15ac77ba5af2b961bdd9dbc77fd4ac6105cee85b0d0a5fcf74df" } ,
{ file = "greenlet-2.0.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:26fbfce90728d82bc9e6c38ea4d038cba20b7faf8a0ca53a9c07b67318d46088" } ,
{ file = "greenlet-2.0.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:9190f09060ea4debddd24665d6804b995a9c122ef5917ab26e1566dcc712ceeb" } ,
{ file = "greenlet-2.0.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d75209eed723105f9596807495d58d10b3470fa6732dd6756595e89925ce2470" } ,
{ file = "greenlet-2.0.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:3a51c9751078733d88e013587b108f1b7a1fb106d402fb390740f002b6f6551a" } ,
{ file = "greenlet-2.0.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:76ae285c8104046b3a7f06b42f29c7b73f77683df18c49ab5af7983994c2dd91" } ,
{ file = "greenlet-2.0.2-cp310-cp310-win_amd64.whl" , hash = "sha256:2d4686f195e32d36b4d7cf2d166857dbd0ee9f3d20ae349b6bf8afc8485b3645" } ,
{ file = "greenlet-2.0.2-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:c4302695ad8027363e96311df24ee28978162cdcdd2006476c43970b384a244c" } ,
{ file = "greenlet-2.0.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c48f54ef8e05f04d6eff74b8233f6063cb1ed960243eacc474ee73a2ea8573ca" } ,
{ file = "greenlet-2.0.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:a1846f1b999e78e13837c93c778dcfc3365902cfb8d1bdb7dd73ead37059f0d0" } ,
{ file = "greenlet-2.0.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3a06ad5312349fec0ab944664b01d26f8d1f05009566339ac6f63f56589bc1a2" } ,
{ file = "greenlet-2.0.2-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:eff4eb9b7eb3e4d0cae3d28c283dc16d9bed6b193c2e1ace3ed86ce48ea8df19" } ,
{ file = "greenlet-2.0.2-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:5454276c07d27a740c5892f4907c86327b632127dd9abec42ee62e12427ff7e3" } ,
{ file = "greenlet-2.0.2-cp311-cp311-win_amd64.whl" , hash = "sha256:7cafd1208fdbe93b67c7086876f061f660cfddc44f404279c1585bbf3cdc64c5" } ,
{ file = "greenlet-2.0.2-cp35-cp35m-macosx_10_14_x86_64.whl" , hash = "sha256:910841381caba4f744a44bf81bfd573c94e10b3045ee00de0cbf436fe50673a6" } ,
{ file = "greenlet-2.0.2-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:18a7f18b82b52ee85322d7a7874e676f34ab319b9f8cce5de06067384aa8ff43" } ,
{ file = "greenlet-2.0.2-cp35-cp35m-win32.whl" , hash = "sha256:03a8f4f3430c3b3ff8d10a2a86028c660355ab637cee9333d63d66b56f09d52a" } ,
{ file = "greenlet-2.0.2-cp35-cp35m-win_amd64.whl" , hash = "sha256:4b58adb399c4d61d912c4c331984d60eb66565175cdf4a34792cd9600f21b394" } ,
{ file = "greenlet-2.0.2-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:703f18f3fda276b9a916f0934d2fb6d989bf0b4fb5a64825260eb9bfd52d78f0" } ,
{ file = "greenlet-2.0.2-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:32e5b64b148966d9cccc2c8d35a671409e45f195864560829f395a54226408d3" } ,
{ file = "greenlet-2.0.2-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2dd11f291565a81d71dab10b7033395b7a3a5456e637cf997a6f33ebdf06f8db" } ,
{ file = "greenlet-2.0.2-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e0f72c9ddb8cd28532185f54cc1453f2c16fb417a08b53a855c4e6a418edd099" } ,
{ file = "greenlet-2.0.2-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:cd021c754b162c0fb55ad5d6b9d960db667faad0fa2ff25bb6e1301b0b6e6a75" } ,
{ file = "greenlet-2.0.2-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:3c9b12575734155d0c09d6c3e10dbd81665d5c18e1a7c6597df72fd05990c8cf" } ,
{ file = "greenlet-2.0.2-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:b9ec052b06a0524f0e35bd8790686a1da006bd911dd1ef7d50b77bfbad74e292" } ,
{ file = "greenlet-2.0.2-cp36-cp36m-win32.whl" , hash = "sha256:dbfcfc0218093a19c252ca8eb9aee3d29cfdcb586df21049b9d777fd32c14fd9" } ,
{ file = "greenlet-2.0.2-cp36-cp36m-win_amd64.whl" , hash = "sha256:9f35ec95538f50292f6d8f2c9c9f8a3c6540bbfec21c9e5b4b751e0a7c20864f" } ,
{ file = "greenlet-2.0.2-cp37-cp37m-macosx_10_15_x86_64.whl" , hash = "sha256:d5508f0b173e6aa47273bdc0a0b5ba055b59662ba7c7ee5119528f466585526b" } ,
{ file = "greenlet-2.0.2-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:f82d4d717d8ef19188687aa32b8363e96062911e63ba22a0cff7802a8e58e5f1" } ,
{ file = "greenlet-2.0.2-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c9c59a2120b55788e800d82dfa99b9e156ff8f2227f07c5e3012a45a399620b7" } ,
{ file = "greenlet-2.0.2-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:2780572ec463d44c1d3ae850239508dbeb9fed38e294c68d19a24d925d9223ca" } ,
{ file = "greenlet-2.0.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:937e9020b514ceedb9c830c55d5c9872abc90f4b5862f89c0887033ae33c6f73" } ,
{ file = "greenlet-2.0.2-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:36abbf031e1c0f79dd5d596bfaf8e921c41df2bdf54ee1eed921ce1f52999a86" } ,
{ file = "greenlet-2.0.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:18e98fb3de7dba1c0a852731c3070cf022d14f0d68b4c87a19cc1016f3bb8b33" } ,
{ file = "greenlet-2.0.2-cp37-cp37m-win32.whl" , hash = "sha256:3f6ea9bd35eb450837a3d80e77b517ea5bc56b4647f5502cd28de13675ee12f7" } ,
{ file = "greenlet-2.0.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:7492e2b7bd7c9b9916388d9df23fa49d9b88ac0640db0a5b4ecc2b653bf451e3" } ,
{ file = "greenlet-2.0.2-cp38-cp38-macosx_10_15_x86_64.whl" , hash = "sha256:b864ba53912b6c3ab6bcb2beb19f19edd01a6bfcbdfe1f37ddd1778abfe75a30" } ,
{ file = "greenlet-2.0.2-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:ba2956617f1c42598a308a84c6cf021a90ff3862eddafd20c3333d50f0edb45b" } ,
{ file = "greenlet-2.0.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:fc3a569657468b6f3fb60587e48356fe512c1754ca05a564f11366ac9e306526" } ,
{ file = "greenlet-2.0.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:8eab883b3b2a38cc1e050819ef06a7e6344d4a990d24d45bc6f2cf959045a45b" } ,
{ file = "greenlet-2.0.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:acd2162a36d3de67ee896c43effcd5ee3de247eb00354db411feb025aa319857" } ,
{ file = "greenlet-2.0.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:0bf60faf0bc2468089bdc5edd10555bab6e85152191df713e2ab1fcc86382b5a" } ,
{ file = "greenlet-2.0.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:b0ef99cdbe2b682b9ccbb964743a6aca37905fda5e0452e5ee239b1654d37f2a" } ,
{ file = "greenlet-2.0.2-cp38-cp38-win32.whl" , hash = "sha256:b80f600eddddce72320dbbc8e3784d16bd3fb7b517e82476d8da921f27d4b249" } ,
{ file = "greenlet-2.0.2-cp38-cp38-win_amd64.whl" , hash = "sha256:4d2e11331fc0c02b6e84b0d28ece3a36e0548ee1a1ce9ddde03752d9b79bba40" } ,
{ file = "greenlet-2.0.2-cp39-cp39-macosx_11_0_x86_64.whl" , hash = "sha256:88d9ab96491d38a5ab7c56dd7a3cc37d83336ecc564e4e8816dbed12e5aaefc8" } ,
{ file = "greenlet-2.0.2-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:561091a7be172ab497a3527602d467e2b3fbe75f9e783d8b8ce403fa414f71a6" } ,
{ file = "greenlet-2.0.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:971ce5e14dc5e73715755d0ca2975ac88cfdaefcaab078a284fea6cfabf866df" } ,
{ file = "greenlet-2.0.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:be4ed120b52ae4d974aa40215fcdfde9194d63541c7ded40ee12eb4dda57b76b" } ,
{ file = "greenlet-2.0.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:94c817e84245513926588caf1152e3b559ff794d505555211ca041f032abbb6b" } ,
{ file = "greenlet-2.0.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:1a819eef4b0e0b96bb0d98d797bef17dc1b4a10e8d7446be32d1da33e095dbb8" } ,
{ file = "greenlet-2.0.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:7efde645ca1cc441d6dc4b48c0f7101e8d86b54c8530141b09fd31cef5149ec9" } ,
{ file = "greenlet-2.0.2-cp39-cp39-win32.whl" , hash = "sha256:ea9872c80c132f4663822dd2a08d404073a5a9b5ba6155bea72fb2a79d1093b5" } ,
{ file = "greenlet-2.0.2-cp39-cp39-win_amd64.whl" , hash = "sha256:db1a39669102a1d8d12b57de2bb7e2ec9066a6f2b3da35ae511ff93b01b5d564" } ,
{ file = "greenlet-2.0.2.tar.gz" , hash = "sha256:e7c8dc13af7db097bed64a051d2dd49e9f0af495c26995c00a9ee842690d34c0" } ,
]
2023-04-01 18:12:36 +02:00
[ package . extras ]
docs = [ "Sphinx" , "docutils (<0.18)" ]
test = [ "objgraph" , "psutil" ]
[ [ package ] ]
name = "h11"
version = "0.14.0"
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
optional = false
python-versions = ">=3.7"
2023-04-06 10:11:26 +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" } ,
]
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "httpcore"
version = "0.16.3"
description = "A minimal low-level HTTP client."
optional = false
python-versions = ">=3.7"
2023-04-06 10:11:26 +02:00
files = [
{ file = "httpcore-0.16.3-py3-none-any.whl" , hash = "sha256:da1fb708784a938aa084bde4feb8317056c55037247c787bd7e19eb2c2949dc0" } ,
{ file = "httpcore-0.16.3.tar.gz" , hash = "sha256:c5d6f04e2fc530f39e0c077e6a30caa53f1451096120f1f38b954afd0b17c0cb" } ,
]
2023-04-01 18:12:36 +02:00
[ package . dependencies ]
anyio = ">=3.0,<5.0"
certifi = "*"
h11 = ">=0.13,<0.15"
2023-07-29 04:12:22 +02:00
sniffio = "==1.*"
2023-04-01 18:12:36 +02:00
[ package . extras ]
http2 = [ "h2 (>=3,<5)" ]
2023-07-29 04:12:22 +02:00
socks = [ "socksio (==1.*)" ]
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "httptools"
2023-07-29 02:08:27 +02:00
version = "0.6.0"
2023-04-01 18:12:36 +02:00
description = "A collection of framework independent HTTP protocol utils."
optional = false
python-versions = ">=3.5.0"
2023-04-06 10:11:26 +02:00
files = [
2023-07-29 02:08:27 +02:00
{ file = "httptools-0.6.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:818325afee467d483bfab1647a72054246d29f9053fd17cc4b86cda09cc60339" } ,
{ file = "httptools-0.6.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:72205730bf1be875003692ca54a4a7c35fac77b4746008966061d9d41a61b0f5" } ,
{ file = "httptools-0.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:33eb1d4e609c835966e969a31b1dedf5ba16b38cab356c2ce4f3e33ffa94cad3" } ,
{ file = "httptools-0.6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6bdc6675ec6cb79d27e0575750ac6e2b47032742e24eed011b8db73f2da9ed40" } ,
{ file = "httptools-0.6.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:463c3bc5ef64b9cf091be9ac0e0556199503f6e80456b790a917774a616aff6e" } ,
{ file = "httptools-0.6.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:82f228b88b0e8c6099a9c4757ce9fdbb8b45548074f8d0b1f0fc071e35655d1c" } ,
{ file = "httptools-0.6.0-cp310-cp310-win_amd64.whl" , hash = "sha256:0781fedc610293a2716bc7fa142d4c85e6776bc59d617a807ff91246a95dea35" } ,
{ file = "httptools-0.6.0-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:721e503245d591527cddd0f6fd771d156c509e831caa7a57929b55ac91ee2b51" } ,
{ file = "httptools-0.6.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:274bf20eeb41b0956e34f6a81f84d26ed57c84dd9253f13dcb7174b27ccd8aaf" } ,
{ file = "httptools-0.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:259920bbae18740a40236807915def554132ad70af5067e562f4660b62c59b90" } ,
{ file = "httptools-0.6.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:03bfd2ae8a2d532952ac54445a2fb2504c804135ed28b53fefaf03d3a93eb1fd" } ,
{ file = "httptools-0.6.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:f959e4770b3fc8ee4dbc3578fd910fab9003e093f20ac8c621452c4d62e517cb" } ,
{ file = "httptools-0.6.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:6e22896b42b95b3237eccc42278cd72c0df6f23247d886b7ded3163452481e38" } ,
{ file = "httptools-0.6.0-cp311-cp311-win_amd64.whl" , hash = "sha256:38f3cafedd6aa20ae05f81f2e616ea6f92116c8a0f8dcb79dc798df3356836e2" } ,
{ file = "httptools-0.6.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:47043a6e0ea753f006a9d0dd076a8f8c99bc0ecae86a0888448eb3076c43d717" } ,
{ file = "httptools-0.6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:35a541579bed0270d1ac10245a3e71e5beeb1903b5fbbc8d8b4d4e728d48ff1d" } ,
{ file = "httptools-0.6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:65d802e7b2538a9756df5acc062300c160907b02e15ed15ba035b02bce43e89c" } ,
{ file = "httptools-0.6.0-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:26326e0a8fe56829f3af483200d914a7cd16d8d398d14e36888b56de30bec81a" } ,
{ file = "httptools-0.6.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:e41ccac9e77cd045f3e4ee0fc62cbf3d54d7d4b375431eb855561f26ee7a9ec4" } ,
{ file = "httptools-0.6.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:4e748fc0d5c4a629988ef50ac1aef99dfb5e8996583a73a717fc2cac4ab89932" } ,
{ file = "httptools-0.6.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:cf8169e839a0d740f3d3c9c4fa630ac1a5aaf81641a34575ca6773ed7ce041a1" } ,
{ file = "httptools-0.6.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:5dcc14c090ab57b35908d4a4585ec5c0715439df07be2913405991dbb37e049d" } ,
{ file = "httptools-0.6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0d0b0571806a5168013b8c3d180d9f9d6997365a4212cb18ea20df18b938aa0b" } ,
{ file = "httptools-0.6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0fb4a608c631f7dcbdf986f40af7a030521a10ba6bc3d36b28c1dc9e9035a3c0" } ,
{ file = "httptools-0.6.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:93f89975465133619aea8b1952bc6fa0e6bad22a447c6d982fc338fbb4c89649" } ,
{ file = "httptools-0.6.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:73e9d66a5a28b2d5d9fbd9e197a31edd02be310186db423b28e6052472dc8201" } ,
{ file = "httptools-0.6.0-cp38-cp38-win_amd64.whl" , hash = "sha256:22c01fcd53648162730a71c42842f73b50f989daae36534c818b3f5050b54589" } ,
{ file = "httptools-0.6.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:3f96d2a351b5625a9fd9133c95744e8ca06f7a4f8f0b8231e4bbaae2c485046a" } ,
{ file = "httptools-0.6.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:72ec7c70bd9f95ef1083d14a755f321d181f046ca685b6358676737a5fecd26a" } ,
{ file = "httptools-0.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b703d15dbe082cc23266bf5d9448e764c7cb3fcfe7cb358d79d3fd8248673ef9" } ,
{ file = "httptools-0.6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:82c723ed5982f8ead00f8e7605c53e55ffe47c47465d878305ebe0082b6a1755" } ,
{ file = "httptools-0.6.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:b0a816bb425c116a160fbc6f34cece097fd22ece15059d68932af686520966bd" } ,
{ file = "httptools-0.6.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:dea66d94e5a3f68c5e9d86e0894653b87d952e624845e0b0e3ad1c733c6cc75d" } ,
{ file = "httptools-0.6.0-cp39-cp39-win_amd64.whl" , hash = "sha256:23b09537086a5a611fad5696fc8963d67c7e7f98cb329d38ee114d588b0b74cd" } ,
{ file = "httptools-0.6.0.tar.gz" , hash = "sha256:9fc6e409ad38cbd68b177cd5158fc4042c796b82ca88d99ec78f07bed6c6b796" } ,
2023-04-06 10:11:26 +02:00
]
2023-04-01 18:12:36 +02:00
[ package . extras ]
test = [ "Cython (>=0.29.24,<0.30.0)" ]
[ [ package ] ]
name = "httpx"
version = "0.23.3"
description = "The next generation HTTP client."
optional = false
python-versions = ">=3.7"
2023-04-06 10:11:26 +02:00
files = [
{ file = "httpx-0.23.3-py3-none-any.whl" , hash = "sha256:a211fcce9b1254ea24f0cd6af9869b3d29aba40154e947d2a07bb499b3e310d6" } ,
{ file = "httpx-0.23.3.tar.gz" , hash = "sha256:9818458eb565bb54898ccb9b8b251a28785dd4a55afbc23d0eb410754fe7d0f9" } ,
]
2023-04-01 18:12:36 +02:00
[ package . dependencies ]
certifi = "*"
httpcore = ">=0.15.0,<0.17.0"
rfc3986 = { version = ">=1.3,<2" , extras = [ "idna2008" ] }
sniffio = "*"
[ package . extras ]
brotli = [ "brotli" , "brotlicffi" ]
2023-07-29 04:12:22 +02:00
cli = [ "click (==8.*)" , "pygments (==2.*)" , "rich (>=10,<13)" ]
2023-04-01 18:12:36 +02:00
http2 = [ "h2 (>=3,<5)" ]
2023-07-29 04:12:22 +02:00
socks = [ "socksio (==1.*)" ]
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "idna"
version = "3.4"
description = "Internationalized Domain Names in Applications (IDNA)"
optional = false
python-versions = ">=3.5"
2023-04-06 10:11:26 +02:00
files = [
{ file = "idna-3.4-py3-none-any.whl" , hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2" } ,
{ file = "idna-3.4.tar.gz" , hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4" } ,
]
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "iniconfig"
version = "2.0.0"
description = "brain-dead simple config-ini parsing"
optional = false
python-versions = ">=3.7"
2023-04-06 10:11:26 +02:00
files = [
{ file = "iniconfig-2.0.0-py3-none-any.whl" , hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374" } ,
{ file = "iniconfig-2.0.0.tar.gz" , hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3" } ,
]
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "invoke"
2023-07-29 02:08:27 +02:00
version = "2.2.0"
2023-04-01 18:12:36 +02:00
description = "Pythonic task execution"
optional = false
python-versions = ">=3.6"
2023-04-06 10:11:26 +02:00
files = [
2023-07-29 02:08:27 +02:00
{ file = "invoke-2.2.0-py3-none-any.whl" , hash = "sha256:6ea924cc53d4f78e3d98bc436b08069a03077e6f85ad1ddaa8a116d7dad15820" } ,
{ file = "invoke-2.2.0.tar.gz" , hash = "sha256:ee6cbb101af1a859c7fe84f2a264c059020b0cb7fe3535f9424300ab568f6bd5" } ,
2023-04-06 10:11:26 +02:00
]
2023-04-01 18:12:36 +02:00
2023-07-30 14:57:44 +02:00
[ [ package ] ]
name = "jinja2"
version = "3.1.2"
description = "A very fast and expressive template engine."
optional = false
python-versions = ">=3.7"
files = [
{ file = "Jinja2-3.1.2-py3-none-any.whl" , hash = "sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61" } ,
{ file = "Jinja2-3.1.2.tar.gz" , hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852" } ,
]
[ package . dependencies ]
MarkupSafe = ">=2.0"
[ package . extras ]
i18n = [ "Babel (>=2.7)" ]
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "loguru"
version = "0.6.0"
description = "Python logging made (stupidly) simple"
optional = false
python-versions = ">=3.5"
2023-04-06 10:11:26 +02:00
files = [
{ file = "loguru-0.6.0-py3-none-any.whl" , hash = "sha256:4e2414d534a2ab57573365b3e6d0234dfb1d84b68b7f3b948e6fb743860a77c3" } ,
{ file = "loguru-0.6.0.tar.gz" , hash = "sha256:066bd06758d0a513e9836fd9c6b5a75bfb3fd36841f4b996bc60b547a309d41c" } ,
]
2023-04-01 18:12:36 +02:00
[ package . dependencies ]
colorama = { version = ">=0.3.4" , markers = "sys_platform == \"win32\"" }
win32-setctime = { version = ">=1.0.0" , markers = "sys_platform == \"win32\"" }
[ package . extras ]
dev = [ "Sphinx (>=4.1.1)" , "black (>=19.10b0)" , "colorama (>=0.3.4)" , "docutils (==0.16)" , "flake8 (>=3.7.7)" , "isort (>=5.1.1)" , "pytest (>=4.6.2)" , "pytest-cov (>=2.7.1)" , "sphinx-autobuild (>=0.7.1)" , "sphinx-rtd-theme (>=0.4.3)" , "tox (>=3.9.0)" ]
[ [ package ] ]
name = "lxml"
2023-07-29 02:08:27 +02:00
version = "4.9.3"
2023-04-01 18:12:36 +02:00
description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*"
2023-04-06 10:11:26 +02:00
files = [
2023-07-29 02:08:27 +02:00
{ file = "lxml-4.9.3-cp27-cp27m-macosx_11_0_x86_64.whl" , hash = "sha256:b0a545b46b526d418eb91754565ba5b63b1c0b12f9bd2f808c852d9b4b2f9b5c" } ,
{ file = "lxml-4.9.3-cp27-cp27m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:075b731ddd9e7f68ad24c635374211376aa05a281673ede86cbe1d1b3455279d" } ,
{ file = "lxml-4.9.3-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:1e224d5755dba2f4a9498e150c43792392ac9b5380aa1b845f98a1618c94eeef" } ,
{ file = "lxml-4.9.3-cp27-cp27m-win32.whl" , hash = "sha256:2c74524e179f2ad6d2a4f7caf70e2d96639c0954c943ad601a9e146c76408ed7" } ,
{ file = "lxml-4.9.3-cp27-cp27m-win_amd64.whl" , hash = "sha256:4f1026bc732b6a7f96369f7bfe1a4f2290fb34dce00d8644bc3036fb351a4ca1" } ,
{ file = "lxml-4.9.3-cp27-cp27mu-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:c0781a98ff5e6586926293e59480b64ddd46282953203c76ae15dbbbf302e8bb" } ,
{ file = "lxml-4.9.3-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:cef2502e7e8a96fe5ad686d60b49e1ab03e438bd9123987994528febd569868e" } ,
{ file = "lxml-4.9.3-cp310-cp310-macosx_11_0_x86_64.whl" , hash = "sha256:b86164d2cff4d3aaa1f04a14685cbc072efd0b4f99ca5708b2ad1b9b5988a991" } ,
{ file = "lxml-4.9.3-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:42871176e7896d5d45138f6d28751053c711ed4d48d8e30b498da155af39aebd" } ,
{ file = "lxml-4.9.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:ae8b9c6deb1e634ba4f1930eb67ef6e6bf6a44b6eb5ad605642b2d6d5ed9ce3c" } ,
{ file = "lxml-4.9.3-cp310-cp310-manylinux_2_28_aarch64.whl" , hash = "sha256:411007c0d88188d9f621b11d252cce90c4a2d1a49db6c068e3c16422f306eab8" } ,
{ file = "lxml-4.9.3-cp310-cp310-manylinux_2_28_x86_64.whl" , hash = "sha256:cd47b4a0d41d2afa3e58e5bf1f62069255aa2fd6ff5ee41604418ca925911d76" } ,
{ file = "lxml-4.9.3-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:0e2cb47860da1f7e9a5256254b74ae331687b9672dfa780eed355c4c9c3dbd23" } ,
{ file = "lxml-4.9.3-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:1247694b26342a7bf47c02e513d32225ededd18045264d40758abeb3c838a51f" } ,
{ file = "lxml-4.9.3-cp310-cp310-win32.whl" , hash = "sha256:cdb650fc86227eba20de1a29d4b2c1bfe139dc75a0669270033cb2ea3d391b85" } ,
{ file = "lxml-4.9.3-cp310-cp310-win_amd64.whl" , hash = "sha256:97047f0d25cd4bcae81f9ec9dc290ca3e15927c192df17331b53bebe0e3ff96d" } ,
{ file = "lxml-4.9.3-cp311-cp311-macosx_11_0_universal2.whl" , hash = "sha256:1f447ea5429b54f9582d4b955f5f1985f278ce5cf169f72eea8afd9502973dd5" } ,
{ file = "lxml-4.9.3-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:57d6ba0ca2b0c462f339640d22882acc711de224d769edf29962b09f77129cbf" } ,
{ file = "lxml-4.9.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:9767e79108424fb6c3edf8f81e6730666a50feb01a328f4a016464a5893f835a" } ,
{ file = "lxml-4.9.3-cp311-cp311-manylinux_2_28_aarch64.whl" , hash = "sha256:71c52db65e4b56b8ddc5bb89fb2e66c558ed9d1a74a45ceb7dcb20c191c3df2f" } ,
{ file = "lxml-4.9.3-cp311-cp311-manylinux_2_28_x86_64.whl" , hash = "sha256:d73d8ecf8ecf10a3bd007f2192725a34bd62898e8da27eb9d32a58084f93962b" } ,
{ file = "lxml-4.9.3-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:0a3d3487f07c1d7f150894c238299934a2a074ef590b583103a45002035be120" } ,
{ file = "lxml-4.9.3-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:9e28c51fa0ce5674be9f560c6761c1b441631901993f76700b1b30ca6c8378d6" } ,
{ file = "lxml-4.9.3-cp311-cp311-win32.whl" , hash = "sha256:0bfd0767c5c1de2551a120673b72e5d4b628737cb05414f03c3277bf9bed3305" } ,
{ file = "lxml-4.9.3-cp311-cp311-win_amd64.whl" , hash = "sha256:25f32acefac14ef7bd53e4218fe93b804ef6f6b92ffdb4322bb6d49d94cad2bc" } ,
{ file = "lxml-4.9.3-cp312-cp312-macosx_11_0_universal2.whl" , hash = "sha256:d3ff32724f98fbbbfa9f49d82852b159e9784d6094983d9a8b7f2ddaebb063d4" } ,
{ file = "lxml-4.9.3-cp312-cp312-manylinux_2_28_aarch64.whl" , hash = "sha256:48d6ed886b343d11493129e019da91d4039826794a3e3027321c56d9e71505be" } ,
{ file = "lxml-4.9.3-cp312-cp312-manylinux_2_28_x86_64.whl" , hash = "sha256:9a92d3faef50658dd2c5470af249985782bf754c4e18e15afb67d3ab06233f13" } ,
{ file = "lxml-4.9.3-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:b4e4bc18382088514ebde9328da057775055940a1f2e18f6ad2d78aa0f3ec5b9" } ,
{ file = "lxml-4.9.3-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:fc9b106a1bf918db68619fdcd6d5ad4f972fdd19c01d19bdb6bf63f3589a9ec5" } ,
{ file = "lxml-4.9.3-cp312-cp312-win_amd64.whl" , hash = "sha256:d37017287a7adb6ab77e1c5bee9bcf9660f90ff445042b790402a654d2ad81d8" } ,
{ file = "lxml-4.9.3-cp35-cp35m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:56dc1f1ebccc656d1b3ed288f11e27172a01503fc016bcabdcbc0978b19352b7" } ,
{ file = "lxml-4.9.3-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:578695735c5a3f51569810dfebd05dd6f888147a34f0f98d4bb27e92b76e05c2" } ,
{ file = "lxml-4.9.3-cp35-cp35m-win32.whl" , hash = "sha256:704f61ba8c1283c71b16135caf697557f5ecf3e74d9e453233e4771d68a1f42d" } ,
{ file = "lxml-4.9.3-cp35-cp35m-win_amd64.whl" , hash = "sha256:c41bfca0bd3532d53d16fd34d20806d5c2b1ace22a2f2e4c0008570bf2c58833" } ,
{ file = "lxml-4.9.3-cp36-cp36m-macosx_11_0_x86_64.whl" , hash = "sha256:64f479d719dc9f4c813ad9bb6b28f8390360660b73b2e4beb4cb0ae7104f1c12" } ,
{ file = "lxml-4.9.3-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:dd708cf4ee4408cf46a48b108fb9427bfa00b9b85812a9262b5c668af2533ea5" } ,
{ file = "lxml-4.9.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5c31c7462abdf8f2ac0577d9f05279727e698f97ecbb02f17939ea99ae8daa98" } ,
{ file = "lxml-4.9.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:e3cd95e10c2610c360154afdc2f1480aea394f4a4f1ea0a5eacce49640c9b190" } ,
{ file = "lxml-4.9.3-cp36-cp36m-manylinux_2_28_x86_64.whl" , hash = "sha256:4930be26af26ac545c3dffb662521d4e6268352866956672231887d18f0eaab2" } ,
{ file = "lxml-4.9.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:4aec80cde9197340bc353d2768e2a75f5f60bacda2bab72ab1dc499589b3878c" } ,
{ file = "lxml-4.9.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:14e019fd83b831b2e61baed40cab76222139926b1fb5ed0e79225bc0cae14584" } ,
{ file = "lxml-4.9.3-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:0c0850c8b02c298d3c7006b23e98249515ac57430e16a166873fc47a5d549287" } ,
{ file = "lxml-4.9.3-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:aca086dc5f9ef98c512bac8efea4483eb84abbf926eaeedf7b91479feb092458" } ,
{ file = "lxml-4.9.3-cp36-cp36m-win32.whl" , hash = "sha256:50baa9c1c47efcaef189f31e3d00d697c6d4afda5c3cde0302d063492ff9b477" } ,
{ file = "lxml-4.9.3-cp36-cp36m-win_amd64.whl" , hash = "sha256:bef4e656f7d98aaa3486d2627e7d2df1157d7e88e7efd43a65aa5dd4714916cf" } ,
{ file = "lxml-4.9.3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:46f409a2d60f634fe550f7133ed30ad5321ae2e6630f13657fb9479506b00601" } ,
{ file = "lxml-4.9.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:4c28a9144688aef80d6ea666c809b4b0e50010a2aca784c97f5e6bf143d9f129" } ,
{ file = "lxml-4.9.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:141f1d1a9b663c679dc524af3ea1773e618907e96075262726c7612c02b149a4" } ,
{ file = "lxml-4.9.3-cp37-cp37m-manylinux_2_28_x86_64.whl" , hash = "sha256:53ace1c1fd5a74ef662f844a0413446c0629d151055340e9893da958a374f70d" } ,
{ file = "lxml-4.9.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:17a753023436a18e27dd7769e798ce302963c236bc4114ceee5b25c18c52c693" } ,
{ file = "lxml-4.9.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:7d298a1bd60c067ea75d9f684f5f3992c9d6766fadbc0bcedd39750bf344c2f4" } ,
{ file = "lxml-4.9.3-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:081d32421db5df44c41b7f08a334a090a545c54ba977e47fd7cc2deece78809a" } ,
{ file = "lxml-4.9.3-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:23eed6d7b1a3336ad92d8e39d4bfe09073c31bfe502f20ca5116b2a334f8ec02" } ,
{ file = "lxml-4.9.3-cp37-cp37m-win32.whl" , hash = "sha256:1509dd12b773c02acd154582088820893109f6ca27ef7291b003d0e81666109f" } ,
{ file = "lxml-4.9.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:120fa9349a24c7043854c53cae8cec227e1f79195a7493e09e0c12e29f918e52" } ,
{ file = "lxml-4.9.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:4d2d1edbca80b510443f51afd8496be95529db04a509bc8faee49c7b0fb6d2cc" } ,
{ file = "lxml-4.9.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:8d7e43bd40f65f7d97ad8ef5c9b1778943d02f04febef12def25f7583d19baac" } ,
{ file = "lxml-4.9.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:71d66ee82e7417828af6ecd7db817913cb0cf9d4e61aa0ac1fde0583d84358db" } ,
{ file = "lxml-4.9.3-cp38-cp38-manylinux_2_28_x86_64.whl" , hash = "sha256:6fc3c450eaa0b56f815c7b62f2b7fba7266c4779adcf1cece9e6deb1de7305ce" } ,
{ file = "lxml-4.9.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:65299ea57d82fb91c7f019300d24050c4ddeb7c5a190e076b5f48a2b43d19c42" } ,
{ file = "lxml-4.9.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:eadfbbbfb41b44034a4c757fd5d70baccd43296fb894dba0295606a7cf3124aa" } ,
{ file = "lxml-4.9.3-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:3e9bdd30efde2b9ccfa9cb5768ba04fe71b018a25ea093379c857c9dad262c40" } ,
{ file = "lxml-4.9.3-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:fcdd00edfd0a3001e0181eab3e63bd5c74ad3e67152c84f93f13769a40e073a7" } ,
{ file = "lxml-4.9.3-cp38-cp38-win32.whl" , hash = "sha256:57aba1bbdf450b726d58b2aea5fe47c7875f5afb2c4a23784ed78f19a0462574" } ,
{ file = "lxml-4.9.3-cp38-cp38-win_amd64.whl" , hash = "sha256:92af161ecbdb2883c4593d5ed4815ea71b31fafd7fd05789b23100d081ecac96" } ,
{ file = "lxml-4.9.3-cp39-cp39-macosx_11_0_x86_64.whl" , hash = "sha256:9bb6ad405121241e99a86efff22d3ef469024ce22875a7ae045896ad23ba2340" } ,
{ file = "lxml-4.9.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:8ed74706b26ad100433da4b9d807eae371efaa266ffc3e9191ea436087a9d6a7" } ,
{ file = "lxml-4.9.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:fbf521479bcac1e25a663df882c46a641a9bff6b56dc8b0fafaebd2f66fb231b" } ,
{ file = "lxml-4.9.3-cp39-cp39-manylinux_2_28_aarch64.whl" , hash = "sha256:303bf1edce6ced16bf67a18a1cf8339d0db79577eec5d9a6d4a80f0fb10aa2da" } ,
{ file = "lxml-4.9.3-cp39-cp39-manylinux_2_28_x86_64.whl" , hash = "sha256:5515edd2a6d1a5a70bfcdee23b42ec33425e405c5b351478ab7dc9347228f96e" } ,
{ file = "lxml-4.9.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:690dafd0b187ed38583a648076865d8c229661ed20e48f2335d68e2cf7dc829d" } ,
{ file = "lxml-4.9.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:b6420a005548ad52154c8ceab4a1290ff78d757f9e5cbc68f8c77089acd3c432" } ,
{ file = "lxml-4.9.3-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:bb3bb49c7a6ad9d981d734ef7c7193bc349ac338776a0360cc671eaee89bcf69" } ,
{ file = "lxml-4.9.3-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:d27be7405547d1f958b60837dc4c1007da90b8b23f54ba1f8b728c78fdb19d50" } ,
{ file = "lxml-4.9.3-cp39-cp39-win32.whl" , hash = "sha256:8df133a2ea5e74eef5e8fc6f19b9e085f758768a16e9877a60aec455ed2609b2" } ,
{ file = "lxml-4.9.3-cp39-cp39-win_amd64.whl" , hash = "sha256:4dd9a263e845a72eacb60d12401e37c616438ea2e5442885f65082c276dfb2b2" } ,
{ file = "lxml-4.9.3-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:6689a3d7fd13dc687e9102a27e98ef33730ac4fe37795d5036d18b4d527abd35" } ,
{ file = "lxml-4.9.3-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:f6bdac493b949141b733c5345b6ba8f87a226029cbabc7e9e121a413e49441e0" } ,
{ file = "lxml-4.9.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:05186a0f1346ae12553d66df1cfce6f251589fea3ad3da4f3ef4e34b2d58c6a3" } ,
{ file = "lxml-4.9.3-pp37-pypy37_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:c2006f5c8d28dee289f7020f721354362fa304acbaaf9745751ac4006650254b" } ,
{ file = "lxml-4.9.3-pp38-pypy38_pp73-macosx_11_0_x86_64.whl" , hash = "sha256:5c245b783db29c4e4fbbbfc9c5a78be496c9fea25517f90606aa1f6b2b3d5f7b" } ,
{ file = "lxml-4.9.3-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:4fb960a632a49f2f089d522f70496640fdf1218f1243889da3822e0a9f5f3ba7" } ,
{ file = "lxml-4.9.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:50670615eaf97227d5dc60de2dc99fb134a7130d310d783314e7724bf163f75d" } ,
{ file = "lxml-4.9.3-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:9719fe17307a9e814580af1f5c6e05ca593b12fb7e44fe62450a5384dbf61b4b" } ,
{ file = "lxml-4.9.3-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:3331bece23c9ee066e0fb3f96c61322b9e0f54d775fccefff4c38ca488de283a" } ,
{ file = "lxml-4.9.3-pp39-pypy39_pp73-macosx_11_0_x86_64.whl" , hash = "sha256:ed667f49b11360951e201453fc3967344d0d0263aa415e1619e85ae7fd17b4e0" } ,
{ file = "lxml-4.9.3-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:8b77946fd508cbf0fccd8e400a7f71d4ac0e1595812e66025bac475a8e811694" } ,
{ file = "lxml-4.9.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:e4da8ca0c0c0aea88fd46be8e44bd49716772358d648cce45fe387f7b92374a7" } ,
{ file = "lxml-4.9.3-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:fe4bda6bd4340caa6e5cf95e73f8fea5c4bfc55763dd42f1b50a94c1b4a2fbd4" } ,
{ file = "lxml-4.9.3-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:f3df3db1d336b9356dd3112eae5f5c2b8b377f3bc826848567f10bfddfee77e9" } ,
{ file = "lxml-4.9.3.tar.gz" , hash = "sha256:48628bd53a426c9eb9bc066a923acaa0878d1e86129fd5359aee99285f4eed9c" } ,
2023-04-06 10:11:26 +02:00
]
2023-04-01 18:12:36 +02:00
[ package . extras ]
cssselect = [ "cssselect (>=0.7)" ]
html5 = [ "html5lib" ]
htmlsoup = [ "BeautifulSoup4" ]
2023-07-29 02:08:27 +02:00
source = [ "Cython (>=0.29.35)" ]
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "mako"
version = "1.2.4"
description = "A super-fast templating language that borrows the best ideas from the existing templating languages."
optional = false
python-versions = ">=3.7"
2023-04-06 10:11:26 +02:00
files = [
{ file = "Mako-1.2.4-py3-none-any.whl" , hash = "sha256:c97c79c018b9165ac9922ae4f32da095ffd3c4e6872b45eded42926deea46818" } ,
{ file = "Mako-1.2.4.tar.gz" , hash = "sha256:d60a3903dc3bb01a18ad6a89cdbe2e4eadc69c0bc8ef1e3773ba53d44c3f7a34" } ,
]
2023-04-01 18:12:36 +02:00
[ package . dependencies ]
MarkupSafe = ">=0.9.2"
[ package . extras ]
babel = [ "Babel" ]
lingua = [ "lingua" ]
testing = [ "pytest" ]
[ [ package ] ]
name = "markupsafe"
2023-07-29 02:08:27 +02:00
version = "2.1.3"
2023-04-01 18:12:36 +02:00
description = "Safely add untrusted strings to HTML/XML markup."
optional = false
python-versions = ">=3.7"
2023-04-06 10:11:26 +02:00
files = [
2023-07-29 02:08:27 +02:00
{ file = "MarkupSafe-2.1.3-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:cd0f502fe016460680cd20aaa5a76d241d6f35a1c3350c474bac1273803893fa" } ,
{ file = "MarkupSafe-2.1.3-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:e09031c87a1e51556fdcb46e5bd4f59dfb743061cf93c4d6831bf894f125eb57" } ,
{ file = "MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:68e78619a61ecf91e76aa3e6e8e33fc4894a2bebe93410754bd28fce0a8a4f9f" } ,
{ file = "MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:65c1a9bcdadc6c28eecee2c119465aebff8f7a584dd719facdd9e825ec61ab52" } ,
{ file = "MarkupSafe-2.1.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:525808b8019e36eb524b8c68acdd63a37e75714eac50e988180b169d64480a00" } ,
{ file = "MarkupSafe-2.1.3-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:962f82a3086483f5e5f64dbad880d31038b698494799b097bc59c2edf392fce6" } ,
{ file = "MarkupSafe-2.1.3-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:aa7bd130efab1c280bed0f45501b7c8795f9fdbeb02e965371bbef3523627779" } ,
{ file = "MarkupSafe-2.1.3-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:c9c804664ebe8f83a211cace637506669e7890fec1b4195b505c214e50dd4eb7" } ,
{ file = "MarkupSafe-2.1.3-cp310-cp310-win32.whl" , hash = "sha256:10bbfe99883db80bdbaff2dcf681dfc6533a614f700da1287707e8a5d78a8431" } ,
{ file = "MarkupSafe-2.1.3-cp310-cp310-win_amd64.whl" , hash = "sha256:1577735524cdad32f9f694208aa75e422adba74f1baee7551620e43a3141f559" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:ad9e82fb8f09ade1c3e1b996a6337afac2b8b9e365f926f5a61aacc71adc5b3c" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:3c0fae6c3be832a0a0473ac912810b2877c8cb9d76ca48de1ed31e1c68386575" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b076b6226fb84157e3f7c971a47ff3a679d837cf338547532ab866c57930dbee" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bfce63a9e7834b12b87c64d6b155fdd9b3b96191b6bd334bf37db7ff1fe457f2" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:338ae27d6b8745585f87218a3f23f1512dbf52c26c28e322dbe54bcede54ccb9" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:e4dd52d80b8c83fdce44e12478ad2e85c64ea965e75d66dbeafb0a3e77308fcc" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:df0be2b576a7abbf737b1575f048c23fb1d769f267ec4358296f31c2479db8f9" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:5bbe06f8eeafd38e5d0a4894ffec89378b6c6a625ff57e3028921f8ff59318ac" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-win32.whl" , hash = "sha256:dd15ff04ffd7e05ffcb7fe79f1b98041b8ea30ae9234aed2a9168b5797c3effb" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-win_amd64.whl" , hash = "sha256:134da1eca9ec0ae528110ccc9e48041e0828d79f24121a1a146161103c76e686" } ,
{ file = "MarkupSafe-2.1.3-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:8e254ae696c88d98da6555f5ace2279cf7cd5b3f52be2b5cf97feafe883b58d2" } ,
{ file = "MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:cb0932dc158471523c9637e807d9bfb93e06a95cbf010f1a38b98623b929ef2b" } ,
{ file = "MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9402b03f1a1b4dc4c19845e5c749e3ab82d5078d16a2a4c2cd2df62d57bb0707" } ,
{ file = "MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ca379055a47383d02a5400cb0d110cef0a776fc644cda797db0c5696cfd7e18e" } ,
{ file = "MarkupSafe-2.1.3-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:b7ff0f54cb4ff66dd38bebd335a38e2c22c41a8ee45aa608efc890ac3e3931bc" } ,
{ file = "MarkupSafe-2.1.3-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:c011a4149cfbcf9f03994ec2edffcb8b1dc2d2aede7ca243746df97a5d41ce48" } ,
{ file = "MarkupSafe-2.1.3-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:56d9f2ecac662ca1611d183feb03a3fa4406469dafe241673d521dd5ae92a155" } ,
{ file = "MarkupSafe-2.1.3-cp37-cp37m-win32.whl" , hash = "sha256:8758846a7e80910096950b67071243da3e5a20ed2546e6392603c096778d48e0" } ,
{ file = "MarkupSafe-2.1.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:787003c0ddb00500e49a10f2844fac87aa6ce977b90b0feaaf9de23c22508b24" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:2ef12179d3a291be237280175b542c07a36e7f60718296278d8593d21ca937d4" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:2c1b19b3aaacc6e57b7e25710ff571c24d6c3613a45e905b1fde04d691b98ee0" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8afafd99945ead6e075b973fefa56379c5b5c53fd8937dad92c662da5d8fd5ee" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8c41976a29d078bb235fea9b2ecd3da465df42a562910f9022f1a03107bd02be" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d080e0a5eb2529460b30190fcfcc4199bd7f827663f858a226a81bc27beaa97e" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:69c0f17e9f5a7afdf2cc9fb2d1ce6aabdb3bafb7f38017c0b77862bcec2bbad8" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:504b320cd4b7eff6f968eddf81127112db685e81f7e36e75f9f84f0df46041c3" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:42de32b22b6b804f42c5d98be4f7e5e977ecdd9ee9b660fda1a3edf03b11792d" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-win32.whl" , hash = "sha256:ceb01949af7121f9fc39f7d27f91be8546f3fb112c608bc4029aef0bab86a2a5" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-win_amd64.whl" , hash = "sha256:1b40069d487e7edb2676d3fbdb2b0829ffa2cd63a2ec26c4938b2d34391b4ecc" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:8023faf4e01efadfa183e863fefde0046de576c6f14659e8782065bcece22198" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:6b2b56950d93e41f33b4223ead100ea0fe11f8e6ee5f641eb753ce4b77a7042b" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9dcdfd0eaf283af041973bff14a2e143b8bd64e069f4c383416ecd79a81aab58" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:05fb21170423db021895e1ea1e1f3ab3adb85d1c2333cbc2310f2a26bc77272e" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:282c2cb35b5b673bbcadb33a585408104df04f14b2d9b01d4c345a3b92861c2c" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:ab4a0df41e7c16a1392727727e7998a467472d0ad65f3ad5e6e765015df08636" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:7ef3cb2ebbf91e330e3bb937efada0edd9003683db6b57bb108c4001f37a02ea" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:0a4e4a1aff6c7ac4cd55792abf96c915634c2b97e3cc1c7129578aa68ebd754e" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-win32.whl" , hash = "sha256:fec21693218efe39aa7f8599346e90c705afa52c5b31ae019b2e57e8f6542bb2" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-win_amd64.whl" , hash = "sha256:3fd4abcb888d15a94f32b75d8fd18ee162ca0c064f35b11134be77050296d6ba" } ,
{ file = "MarkupSafe-2.1.3.tar.gz" , hash = "sha256:af598ed32d6ae86f1b747b82783958b1a4ab8f617b06fe68795c7f026abbdcad" } ,
2023-04-06 10:11:26 +02:00
]
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "packaging"
2023-05-06 05:55:40 +02:00
version = "23.1"
2023-04-01 18:12:36 +02:00
description = "Core utilities for Python packages"
optional = false
python-versions = ">=3.7"
2023-04-06 10:11:26 +02:00
files = [
2023-05-06 05:55:40 +02:00
{ file = "packaging-23.1-py3-none-any.whl" , hash = "sha256:994793af429502c4ea2ebf6bf664629d07c1a9fe974af92966e4b8d2df7edc61" } ,
{ file = "packaging-23.1.tar.gz" , hash = "sha256:a392980d2b6cffa644431898be54b0045151319d1e7ec34f0cfed48767dd334f" } ,
2023-04-06 10:11:26 +02:00
]
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "pluggy"
2023-07-29 02:08:27 +02:00
version = "1.2.0"
2023-04-01 18:12:36 +02:00
description = "plugin and hook calling mechanisms for python"
optional = false
2023-07-29 02:08:27 +02:00
python-versions = ">=3.7"
2023-04-06 10:11:26 +02:00
files = [
2023-07-29 02:08:27 +02:00
{ file = "pluggy-1.2.0-py3-none-any.whl" , hash = "sha256:c2fd55a7d7a3863cba1a013e4e2414658b1d07b6bc57b3919e0c63c9abb99849" } ,
{ file = "pluggy-1.2.0.tar.gz" , hash = "sha256:d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3" } ,
2023-04-06 10:11:26 +02:00
]
2023-04-01 18:12:36 +02:00
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
testing = [ "pytest" , "pytest-benchmark" ]
[ [ package ] ]
name = "prompt-toolkit"
2023-07-29 02:08:27 +02:00
version = "3.0.39"
2023-04-01 18:12:36 +02:00
description = "Library for building powerful interactive command lines in Python"
optional = false
python-versions = ">=3.7.0"
2023-04-06 10:11:26 +02:00
files = [
2023-07-29 02:08:27 +02:00
{ file = "prompt_toolkit-3.0.39-py3-none-any.whl" , hash = "sha256:9dffbe1d8acf91e3de75f3b544e4842382fc06c6babe903ac9acb74dc6e08d88" } ,
{ file = "prompt_toolkit-3.0.39.tar.gz" , hash = "sha256:04505ade687dc26dc4284b1ad19a83be2f2afe83e7a828ace0c72f3a1df72aac" } ,
2023-04-06 10:11:26 +02:00
]
2023-04-01 18:12:36 +02:00
[ package . dependencies ]
wcwidth = "*"
[ [ package ] ]
name = "pycparser"
version = "2.21"
description = "C parser in Python"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2023-04-06 10:11:26 +02:00
files = [
{ file = "pycparser-2.21-py2.py3-none-any.whl" , hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9" } ,
{ file = "pycparser-2.21.tar.gz" , hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206" } ,
]
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "pycryptodome"
2023-07-29 02:08:27 +02:00
version = "3.18.0"
2023-04-01 18:12:36 +02:00
description = "Cryptographic library for Python"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2023-04-06 10:11:26 +02:00
files = [
2023-07-29 02:08:27 +02:00
{ file = "pycryptodome-3.18.0-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:d1497a8cd4728db0e0da3c304856cb37c0c4e3d0b36fcbabcc1600f18504fc54" } ,
{ file = "pycryptodome-3.18.0-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:928078c530da78ff08e10eb6cada6e0dff386bf3d9fa9871b4bbc9fbc1efe024" } ,
{ file = "pycryptodome-3.18.0-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:157c9b5ba5e21b375f052ca78152dd309a09ed04703fd3721dce3ff8ecced148" } ,
{ file = "pycryptodome-3.18.0-cp27-cp27m-manylinux2014_aarch64.whl" , hash = "sha256:d20082bdac9218649f6abe0b885927be25a917e29ae0502eaf2b53f1233ce0c2" } ,
{ file = "pycryptodome-3.18.0-cp27-cp27m-musllinux_1_1_aarch64.whl" , hash = "sha256:e8ad74044e5f5d2456c11ed4cfd3e34b8d4898c0cb201c4038fe41458a82ea27" } ,
{ file = "pycryptodome-3.18.0-cp27-cp27m-win32.whl" , hash = "sha256:62a1e8847fabb5213ccde38915563140a5b338f0d0a0d363f996b51e4a6165cf" } ,
{ file = "pycryptodome-3.18.0-cp27-cp27m-win_amd64.whl" , hash = "sha256:16bfd98dbe472c263ed2821284118d899c76968db1a6665ade0c46805e6b29a4" } ,
{ file = "pycryptodome-3.18.0-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:7a3d22c8ee63de22336679e021c7f2386f7fc465477d59675caa0e5706387944" } ,
{ file = "pycryptodome-3.18.0-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:78d863476e6bad2a592645072cc489bb90320972115d8995bcfbee2f8b209918" } ,
{ file = "pycryptodome-3.18.0-cp27-cp27mu-manylinux2014_aarch64.whl" , hash = "sha256:b6a610f8bfe67eab980d6236fdc73bfcdae23c9ed5548192bb2d530e8a92780e" } ,
{ file = "pycryptodome-3.18.0-cp27-cp27mu-musllinux_1_1_aarch64.whl" , hash = "sha256:422c89fd8df8a3bee09fb8d52aaa1e996120eafa565437392b781abec2a56e14" } ,
{ file = "pycryptodome-3.18.0-cp35-abi3-macosx_10_9_universal2.whl" , hash = "sha256:9ad6f09f670c466aac94a40798e0e8d1ef2aa04589c29faa5b9b97566611d1d1" } ,
{ file = "pycryptodome-3.18.0-cp35-abi3-macosx_10_9_x86_64.whl" , hash = "sha256:53aee6be8b9b6da25ccd9028caf17dcdce3604f2c7862f5167777b707fbfb6cb" } ,
{ file = "pycryptodome-3.18.0-cp35-abi3-manylinux2014_aarch64.whl" , hash = "sha256:10da29526a2a927c7d64b8f34592f461d92ae55fc97981aab5bbcde8cb465bb6" } ,
{ file = "pycryptodome-3.18.0-cp35-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f21efb8438971aa16924790e1c3dba3a33164eb4000106a55baaed522c261acf" } ,
{ file = "pycryptodome-3.18.0-cp35-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4944defabe2ace4803f99543445c27dd1edbe86d7d4edb87b256476a91e9ffa4" } ,
{ file = "pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:51eae079ddb9c5f10376b4131be9589a6554f6fd84f7f655180937f611cd99a2" } ,
{ file = "pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_i686.whl" , hash = "sha256:83c75952dcf4a4cebaa850fa257d7a860644c70a7cd54262c237c9f2be26f76e" } ,
{ file = "pycryptodome-3.18.0-cp35-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:957b221d062d5752716923d14e0926f47670e95fead9d240fa4d4862214b9b2f" } ,
{ file = "pycryptodome-3.18.0-cp35-abi3-win32.whl" , hash = "sha256:795bd1e4258a2c689c0b1f13ce9684fa0dd4c0e08680dcf597cf9516ed6bc0f3" } ,
{ file = "pycryptodome-3.18.0-cp35-abi3-win_amd64.whl" , hash = "sha256:b1d9701d10303eec8d0bd33fa54d44e67b8be74ab449052a8372f12a66f93fb9" } ,
{ file = "pycryptodome-3.18.0-pp27-pypy_73-manylinux2010_x86_64.whl" , hash = "sha256:cb1be4d5af7f355e7d41d36d8eec156ef1382a88638e8032215c215b82a4b8ec" } ,
{ file = "pycryptodome-3.18.0-pp27-pypy_73-win32.whl" , hash = "sha256:fc0a73f4db1e31d4a6d71b672a48f3af458f548059aa05e83022d5f61aac9c08" } ,
{ file = "pycryptodome-3.18.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:f022a4fd2a5263a5c483a2bb165f9cb27f2be06f2f477113783efe3fe2ad887b" } ,
{ file = "pycryptodome-3.18.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:363dd6f21f848301c2dcdeb3c8ae5f0dee2286a5e952a0f04954b82076f23825" } ,
{ file = "pycryptodome-3.18.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:12600268763e6fec3cefe4c2dcdf79bde08d0b6dc1813887e789e495cb9f3403" } ,
{ file = "pycryptodome-3.18.0-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:4604816adebd4faf8810782f137f8426bf45fee97d8427fa8e1e49ea78a52e2c" } ,
{ file = "pycryptodome-3.18.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:01489bbdf709d993f3058e2996f8f40fee3f0ea4d995002e5968965fa2fe89fb" } ,
{ file = "pycryptodome-3.18.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3811e31e1ac3069988f7a1c9ee7331b942e605dfc0f27330a9ea5997e965efb2" } ,
{ file = "pycryptodome-3.18.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6f4b967bb11baea9128ec88c3d02f55a3e338361f5e4934f5240afcb667fdaec" } ,
{ file = "pycryptodome-3.18.0-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:9c8eda4f260072f7dbe42f473906c659dcbadd5ae6159dfb49af4da1293ae380" } ,
{ file = "pycryptodome-3.18.0.tar.gz" , hash = "sha256:c9adee653fc882d98956e33ca2c1fb582e23a8af7ac82fee75bd6113c55a0413" } ,
2023-04-06 10:11:26 +02:00
]
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "pydantic"
2023-07-29 02:08:27 +02:00
version = "1.10.12"
2023-04-01 18:12:36 +02:00
description = "Data validation and settings management using python type hints"
optional = false
python-versions = ">=3.7"
2023-04-06 10:11:26 +02:00
files = [
2023-07-29 02:08:27 +02:00
{ file = "pydantic-1.10.12-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:a1fcb59f2f355ec350073af41d927bf83a63b50e640f4dbaa01053a28b7a7718" } ,
{ file = "pydantic-1.10.12-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:b7ccf02d7eb340b216ec33e53a3a629856afe1c6e0ef91d84a4e6f2fb2ca70fe" } ,
{ file = "pydantic-1.10.12-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8fb2aa3ab3728d950bcc885a2e9eff6c8fc40bc0b7bb434e555c215491bcf48b" } ,
{ file = "pydantic-1.10.12-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:771735dc43cf8383959dc9b90aa281f0b6092321ca98677c5fb6125a6f56d58d" } ,
{ file = "pydantic-1.10.12-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:ca48477862372ac3770969b9d75f1bf66131d386dba79506c46d75e6b48c1e09" } ,
{ file = "pydantic-1.10.12-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:a5e7add47a5b5a40c49b3036d464e3c7802f8ae0d1e66035ea16aa5b7a3923ed" } ,
{ file = "pydantic-1.10.12-cp310-cp310-win_amd64.whl" , hash = "sha256:e4129b528c6baa99a429f97ce733fff478ec955513630e61b49804b6cf9b224a" } ,
{ file = "pydantic-1.10.12-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:b0d191db0f92dfcb1dec210ca244fdae5cbe918c6050b342d619c09d31eea0cc" } ,
{ file = "pydantic-1.10.12-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:795e34e6cc065f8f498c89b894a3c6da294a936ee71e644e4bd44de048af1405" } ,
{ file = "pydantic-1.10.12-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:69328e15cfda2c392da4e713443c7dbffa1505bc9d566e71e55abe14c97ddc62" } ,
{ file = "pydantic-1.10.12-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2031de0967c279df0d8a1c72b4ffc411ecd06bac607a212892757db7462fc494" } ,
{ file = "pydantic-1.10.12-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:ba5b2e6fe6ca2b7e013398bc7d7b170e21cce322d266ffcd57cca313e54fb246" } ,
{ file = "pydantic-1.10.12-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:2a7bac939fa326db1ab741c9d7f44c565a1d1e80908b3797f7f81a4f86bc8d33" } ,
{ file = "pydantic-1.10.12-cp311-cp311-win_amd64.whl" , hash = "sha256:87afda5539d5140cb8ba9e8b8c8865cb5b1463924d38490d73d3ccfd80896b3f" } ,
{ file = "pydantic-1.10.12-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:549a8e3d81df0a85226963611950b12d2d334f214436a19537b2efed61b7639a" } ,
{ file = "pydantic-1.10.12-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:598da88dfa127b666852bef6d0d796573a8cf5009ffd62104094a4fe39599565" } ,
{ file = "pydantic-1.10.12-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ba5c4a8552bff16c61882db58544116d021d0b31ee7c66958d14cf386a5b5350" } ,
{ file = "pydantic-1.10.12-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:c79e6a11a07da7374f46970410b41d5e266f7f38f6a17a9c4823db80dadf4303" } ,
{ file = "pydantic-1.10.12-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:ab26038b8375581dc832a63c948f261ae0aa21f1d34c1293469f135fa92972a5" } ,
{ file = "pydantic-1.10.12-cp37-cp37m-win_amd64.whl" , hash = "sha256:e0a16d274b588767602b7646fa05af2782576a6cf1022f4ba74cbb4db66f6ca8" } ,
{ file = "pydantic-1.10.12-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:6a9dfa722316f4acf4460afdf5d41d5246a80e249c7ff475c43a3a1e9d75cf62" } ,
{ file = "pydantic-1.10.12-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:a73f489aebd0c2121ed974054cb2759af8a9f747de120acd2c3394cf84176ccb" } ,
{ file = "pydantic-1.10.12-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6b30bcb8cbfccfcf02acb8f1a261143fab622831d9c0989707e0e659f77a18e0" } ,
{ file = "pydantic-1.10.12-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2fcfb5296d7877af406ba1547dfde9943b1256d8928732267e2653c26938cd9c" } ,
{ file = "pydantic-1.10.12-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:2f9a6fab5f82ada41d56b0602606a5506aab165ca54e52bc4545028382ef1c5d" } ,
{ file = "pydantic-1.10.12-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:dea7adcc33d5d105896401a1f37d56b47d443a2b2605ff8a969a0ed5543f7e33" } ,
{ file = "pydantic-1.10.12-cp38-cp38-win_amd64.whl" , hash = "sha256:1eb2085c13bce1612da8537b2d90f549c8cbb05c67e8f22854e201bde5d98a47" } ,
{ file = "pydantic-1.10.12-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:ef6c96b2baa2100ec91a4b428f80d8f28a3c9e53568219b6c298c1125572ebc6" } ,
{ file = "pydantic-1.10.12-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:6c076be61cd0177a8433c0adcb03475baf4ee91edf5a4e550161ad57fc90f523" } ,
{ file = "pydantic-1.10.12-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2d5a58feb9a39f481eda4d5ca220aa8b9d4f21a41274760b9bc66bfd72595b86" } ,
{ file = "pydantic-1.10.12-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:e5f805d2d5d0a41633651a73fa4ecdd0b3d7a49de4ec3fadf062fe16501ddbf1" } ,
{ file = "pydantic-1.10.12-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:1289c180abd4bd4555bb927c42ee42abc3aee02b0fb2d1223fb7c6e5bef87dbe" } ,
{ file = "pydantic-1.10.12-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:5d1197e462e0364906cbc19681605cb7c036f2475c899b6f296104ad42b9f5fb" } ,
{ file = "pydantic-1.10.12-cp39-cp39-win_amd64.whl" , hash = "sha256:fdbdd1d630195689f325c9ef1a12900524dceb503b00a987663ff4f58669b93d" } ,
{ file = "pydantic-1.10.12-py3-none-any.whl" , hash = "sha256:b749a43aa51e32839c9d71dc67eb1e4221bb04af1033a32e3923d46f9effa942" } ,
{ file = "pydantic-1.10.12.tar.gz" , hash = "sha256:0fe8a415cea8f340e7a9af9c54fc71a649b43e8ca3cc732986116b3cb135d303" } ,
2023-04-06 10:11:26 +02:00
]
2023-04-01 18:12:36 +02:00
[ package . dependencies ]
typing-extensions = ">=4.2.0"
[ package . extras ]
dotenv = [ "python-dotenv (>=0.10.4)" ]
email = [ "email-validator (>=1.0.3)" ]
[ [ package ] ]
name = "pyld"
version = "2.0.3"
description = "Python implementation of the JSON-LD API"
optional = false
python-versions = "*"
2023-04-06 10:11:26 +02:00
files = [
{ file = "PyLD-2.0.3.tar.gz" , hash = "sha256:287445f888c3a332ccbd20a14844c66c2fcbaeab3c99acd506a0788e2ebb2f82" } ,
]
2023-04-01 18:12:36 +02:00
[ package . dependencies ]
cachetools = "*"
frozendict = "*"
lxml = "*"
[ package . extras ]
aiohttp = [ "aiohttp" ]
cachetools = [ "cachetools" ]
frozendict = [ "frozendict" ]
requests = [ "requests" ]
[ [ package ] ]
name = "pytest"
2023-07-29 02:08:27 +02:00
version = "7.4.0"
2023-04-01 18:12:36 +02:00
description = "pytest: simple powerful testing with Python"
optional = false
python-versions = ">=3.7"
2023-04-06 10:11:26 +02:00
files = [
2023-07-29 02:08:27 +02:00
{ file = "pytest-7.4.0-py3-none-any.whl" , hash = "sha256:78bf16451a2eb8c7a2ea98e32dc119fd2aa758f1d5d66dbf0a59d69a3969df32" } ,
{ file = "pytest-7.4.0.tar.gz" , hash = "sha256:b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a" } ,
2023-04-06 10:11:26 +02:00
]
2023-04-01 18:12:36 +02:00
[ package . dependencies ]
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
iniconfig = "*"
packaging = "*"
pluggy = ">=0.12,<2.0"
[ package . extras ]
2023-07-29 02:08:27 +02:00
testing = [ "argcomplete" , "attrs (>=19.2.0)" , "hypothesis (>=3.56)" , "mock" , "nose" , "pygments (>=2.7.2)" , "requests" , "setuptools" , "xmlschema" ]
2023-04-01 18:12:36 +02:00
2023-04-06 10:11:26 +02:00
[ [ package ] ]
name = "pytest-asyncio"
2023-07-29 02:08:27 +02:00
version = "0.21.1"
2023-04-06 10:11:26 +02:00
description = "Pytest support for asyncio"
optional = false
python-versions = ">=3.7"
files = [
2023-07-29 02:08:27 +02:00
{ file = "pytest-asyncio-0.21.1.tar.gz" , hash = "sha256:40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d" } ,
{ file = "pytest_asyncio-0.21.1-py3-none-any.whl" , hash = "sha256:8666c1c8ac02631d7c51ba282e0c69a8a452b211ffedf2599099845da5c5c37b" } ,
2023-04-06 10:11:26 +02:00
]
[ package . dependencies ]
pytest = ">=7.0.0"
[ package . extras ]
docs = [ "sphinx (>=5.3)" , "sphinx-rtd-theme (>=1.0)" ]
testing = [ "coverage (>=6.2)" , "flaky (>=3.5.0)" , "hypothesis (>=5.7.1)" , "mypy (>=0.931)" , "pytest-trio (>=0.7.0)" ]
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "python-dateutil"
version = "2.8.2"
description = "Extensions to the standard Python datetime module"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
2023-04-06 10:11:26 +02:00
files = [
{ file = "python-dateutil-2.8.2.tar.gz" , hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86" } ,
{ file = "python_dateutil-2.8.2-py2.py3-none-any.whl" , hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9" } ,
]
2023-04-01 18:12:36 +02:00
[ package . dependencies ]
six = ">=1.5"
[ [ package ] ]
name = "python-dotenv"
version = "1.0.0"
description = "Read key-value pairs from a .env file and set them as environment variables"
optional = false
python-versions = ">=3.8"
2023-04-06 10:11:26 +02:00
files = [
{ file = "python-dotenv-1.0.0.tar.gz" , hash = "sha256:a8df96034aae6d2d50a4ebe8216326c61c3eb64836776504fcca410e5937a3ba" } ,
{ file = "python_dotenv-1.0.0-py3-none-any.whl" , hash = "sha256:f5971a9226b701070a4bf2c38c89e5a3f0d64de8debda981d1db98583009122a" } ,
]
2023-04-01 18:12:36 +02:00
[ package . extras ]
cli = [ "click (>=5.0)" ]
[ [ package ] ]
name = "pyyaml"
2023-07-29 02:08:27 +02:00
version = "6.0.1"
2023-04-01 18:12:36 +02:00
description = "YAML parser and emitter for Python"
optional = false
python-versions = ">=3.6"
2023-04-06 10:11:26 +02:00
files = [
2023-07-29 02:08:27 +02: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" } ,
{ 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" } ,
{ 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" } ,
{ 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" } ,
{ 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" } ,
{ 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-04-06 10:11:26 +02:00
]
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "requests"
2023-07-29 02:08:27 +02:00
version = "2.31.0"
2023-04-01 18:12:36 +02:00
description = "Python HTTP for Humans."
optional = false
2023-05-06 05:55:40 +02:00
python-versions = ">=3.7"
2023-04-06 10:11:26 +02:00
files = [
2023-07-29 02:08:27 +02:00
{ file = "requests-2.31.0-py3-none-any.whl" , hash = "sha256:58cd2187c01e70e6e26505bca751777aa9f2ee0b7f4300988b709f44e013003f" } ,
{ file = "requests-2.31.0.tar.gz" , hash = "sha256:942c5a758f98d790eaed1a29cb6eefc7ffb0d1cf7af05c3d2791656dbd6ad1e1" } ,
2023-04-06 10:11:26 +02:00
]
2023-04-01 18:12:36 +02:00
[ package . dependencies ]
certifi = ">=2017.4.17"
charset-normalizer = ">=2,<4"
idna = ">=2.5,<4"
2023-05-06 05:55:40 +02:00
urllib3 = ">=1.21.1,<3"
2023-04-01 18:12:36 +02:00
[ package . extras ]
socks = [ "PySocks (>=1.5.6,!=1.5.7)" ]
use-chardet-on-py3 = [ "chardet (>=3.0.2,<6)" ]
2023-04-06 11:36:26 +02:00
[ [ package ] ]
name = "respx"
2023-07-29 02:08:27 +02:00
version = "0.20.2"
2023-04-06 11:36:26 +02:00
description = "A utility for mocking out the Python HTTPX and HTTP Core libraries."
optional = false
python-versions = ">=3.7"
files = [
2023-07-29 02:08:27 +02:00
{ file = "respx-0.20.2-py2.py3-none-any.whl" , hash = "sha256:ab8e1cf6da28a5b2dd883ea617f8130f77f676736e6e9e4a25817ad116a172c9" } ,
{ file = "respx-0.20.2.tar.gz" , hash = "sha256:07cf4108b1c88b82010f67d3c831dae33a375c7b436e54d87737c7f9f99be643" } ,
2023-04-06 11:36:26 +02:00
]
[ package . dependencies ]
httpx = ">=0.21.0"
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "rfc3986"
version = "1.5.0"
description = "Validating URI References per RFC 3986"
optional = false
python-versions = "*"
2023-04-06 10:11:26 +02:00
files = [
{ file = "rfc3986-1.5.0-py2.py3-none-any.whl" , hash = "sha256:a86d6e1f5b1dc238b218b012df0aa79409667bb209e58da56d0b94704e712a97" } ,
{ file = "rfc3986-1.5.0.tar.gz" , hash = "sha256:270aaf10d87d0d4e095063c65bf3ddbc6ee3d0b226328ce21e036f946e421835" } ,
]
2023-04-01 18:12:36 +02:00
[ package . dependencies ]
idna = { version = "*" , optional = true , markers = "extra == \"idna2008\"" }
[ package . extras ]
idna2008 = [ "idna" ]
[ [ package ] ]
name = "six"
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
2023-04-06 10:11:26 +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" } ,
]
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "sniffio"
version = "1.3.0"
description = "Sniff out which async library your code is running under"
optional = false
python-versions = ">=3.7"
2023-04-06 10:11:26 +02:00
files = [
{ file = "sniffio-1.3.0-py3-none-any.whl" , hash = "sha256:eecefdce1e5bbfb7ad2eeaabf7c1eeb404d7757c379bd1f7e5cce9d8bf425384" } ,
{ file = "sniffio-1.3.0.tar.gz" , hash = "sha256:e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101" } ,
]
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "sqlalchemy"
2023-07-29 04:12:22 +02:00
version = "2.0.19"
2023-04-01 18:12:36 +02:00
description = "Database Abstraction Library"
optional = false
2023-07-29 04:12:22 +02:00
python-versions = ">=3.7"
2023-04-06 10:11:26 +02:00
files = [
2023-07-29 04:12:22 +02:00
{ file = "SQLAlchemy-2.0.19-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:9deaae357edc2091a9ed5d25e9ee8bba98bcfae454b3911adeaf159c2e9ca9e3" } ,
{ file = "SQLAlchemy-2.0.19-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:0bf0fd65b50a330261ec7fe3d091dfc1c577483c96a9fa1e4323e932961aa1b5" } ,
{ file = "SQLAlchemy-2.0.19-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1d90ccc15ba1baa345796a8fb1965223ca7ded2d235ccbef80a47b85cea2d71a" } ,
{ file = "SQLAlchemy-2.0.19-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:cb4e688f6784427e5f9479d1a13617f573de8f7d4aa713ba82813bcd16e259d1" } ,
{ file = "SQLAlchemy-2.0.19-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:584f66e5e1979a7a00f4935015840be627e31ca29ad13f49a6e51e97a3fb8cae" } ,
{ file = "SQLAlchemy-2.0.19-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:2c69ce70047b801d2aba3e5ff3cba32014558966109fecab0c39d16c18510f15" } ,
{ file = "SQLAlchemy-2.0.19-cp310-cp310-win32.whl" , hash = "sha256:96f0463573469579d32ad0c91929548d78314ef95c210a8115346271beeeaaa2" } ,
{ file = "SQLAlchemy-2.0.19-cp310-cp310-win_amd64.whl" , hash = "sha256:22bafb1da60c24514c141a7ff852b52f9f573fb933b1e6b5263f0daa28ce6db9" } ,
{ file = "SQLAlchemy-2.0.19-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:d6894708eeb81f6d8193e996257223b6bb4041cb05a17cd5cf373ed836ef87a2" } ,
{ file = "SQLAlchemy-2.0.19-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:d8f2afd1aafded7362b397581772c670f20ea84d0a780b93a1a1529da7c3d369" } ,
{ file = "SQLAlchemy-2.0.19-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b15afbf5aa76f2241184c1d3b61af1a72ba31ce4161013d7cb5c4c2fca04fd6e" } ,
{ file = "SQLAlchemy-2.0.19-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8fc05b59142445a4efb9c1fd75c334b431d35c304b0e33f4fa0ff1ea4890f92e" } ,
{ file = "SQLAlchemy-2.0.19-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:5831138f0cc06b43edf5f99541c64adf0ab0d41f9a4471fd63b54ae18399e4de" } ,
{ file = "SQLAlchemy-2.0.19-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:3afa8a21a9046917b3a12ffe016ba7ebe7a55a6fc0c7d950beb303c735c3c3ad" } ,
{ file = "SQLAlchemy-2.0.19-cp311-cp311-win32.whl" , hash = "sha256:c896d4e6ab2eba2afa1d56be3d0b936c56d4666e789bfc59d6ae76e9fcf46145" } ,
{ file = "SQLAlchemy-2.0.19-cp311-cp311-win_amd64.whl" , hash = "sha256:024d2f67fb3ec697555e48caeb7147cfe2c08065a4f1a52d93c3d44fc8e6ad1c" } ,
{ file = "SQLAlchemy-2.0.19-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:89bc2b374ebee1a02fd2eae6fd0570b5ad897ee514e0f84c5c137c942772aa0c" } ,
{ file = "SQLAlchemy-2.0.19-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:dd4d410a76c3762511ae075d50f379ae09551d92525aa5bb307f8343bf7c2c12" } ,
{ file = "SQLAlchemy-2.0.19-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f469f15068cd8351826df4080ffe4cc6377c5bf7d29b5a07b0e717dddb4c7ea2" } ,
{ file = "SQLAlchemy-2.0.19-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:cda283700c984e699e8ef0fcc5c61f00c9d14b6f65a4f2767c97242513fcdd84" } ,
{ file = "SQLAlchemy-2.0.19-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:43699eb3f80920cc39a380c159ae21c8a8924fe071bccb68fc509e099420b148" } ,
{ file = "SQLAlchemy-2.0.19-cp37-cp37m-win32.whl" , hash = "sha256:61ada5831db36d897e28eb95f0f81814525e0d7927fb51145526c4e63174920b" } ,
{ file = "SQLAlchemy-2.0.19-cp37-cp37m-win_amd64.whl" , hash = "sha256:57d100a421d9ab4874f51285c059003292433c648df6abe6c9c904e5bd5b0828" } ,
{ file = "SQLAlchemy-2.0.19-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:16a310f5bc75a5b2ce7cb656d0e76eb13440b8354f927ff15cbaddd2523ee2d1" } ,
{ file = "SQLAlchemy-2.0.19-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:cf7b5e3856cbf1876da4e9d9715546fa26b6e0ba1a682d5ed2fc3ca4c7c3ec5b" } ,
{ file = "SQLAlchemy-2.0.19-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2e7b69d9ced4b53310a87117824b23c509c6fc1f692aa7272d47561347e133b6" } ,
{ file = "SQLAlchemy-2.0.19-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8f9eb4575bfa5afc4b066528302bf12083da3175f71b64a43a7c0badda2be365" } ,
{ file = "SQLAlchemy-2.0.19-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:6b54d1ad7a162857bb7c8ef689049c7cd9eae2f38864fc096d62ae10bc100c7d" } ,
{ file = "SQLAlchemy-2.0.19-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:5d6afc41ca0ecf373366fd8e10aee2797128d3ae45eb8467b19da4899bcd1ee0" } ,
{ file = "SQLAlchemy-2.0.19-cp38-cp38-win32.whl" , hash = "sha256:430614f18443b58ceb9dedec323ecddc0abb2b34e79d03503b5a7579cd73a531" } ,
{ file = "SQLAlchemy-2.0.19-cp38-cp38-win_amd64.whl" , hash = "sha256:eb60699de43ba1a1f77363f563bb2c652f7748127ba3a774f7cf2c7804aa0d3d" } ,
{ file = "SQLAlchemy-2.0.19-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:a752b7a9aceb0ba173955d4f780c64ee15a1a991f1c52d307d6215c6c73b3a4c" } ,
{ file = "SQLAlchemy-2.0.19-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:7351c05db355da112e056a7b731253cbeffab9dfdb3be1e895368513c7d70106" } ,
{ file = "SQLAlchemy-2.0.19-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:fa51ce4aea583b0c6b426f4b0563d3535c1c75986c4373a0987d84d22376585b" } ,
{ file = "SQLAlchemy-2.0.19-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ae7473a67cd82a41decfea58c0eac581209a0aa30f8bc9190926fbf628bb17f7" } ,
{ file = "SQLAlchemy-2.0.19-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:851a37898a8a39783aab603c7348eb5b20d83c76a14766a43f56e6ad422d1ec8" } ,
{ file = "SQLAlchemy-2.0.19-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:539010665c90e60c4a1650afe4ab49ca100c74e6aef882466f1de6471d414be7" } ,
{ file = "SQLAlchemy-2.0.19-cp39-cp39-win32.whl" , hash = "sha256:f82c310ddf97b04e1392c33cf9a70909e0ae10a7e2ddc1d64495e3abdc5d19fb" } ,
{ file = "SQLAlchemy-2.0.19-cp39-cp39-win_amd64.whl" , hash = "sha256:8e712cfd2e07b801bc6b60fdf64853bc2bd0af33ca8fa46166a23fe11ce0dbb0" } ,
{ file = "SQLAlchemy-2.0.19-py3-none-any.whl" , hash = "sha256:314145c1389b021a9ad5aa3a18bac6f5d939f9087d7fc5443be28cba19d2c972" } ,
{ file = "SQLAlchemy-2.0.19.tar.gz" , hash = "sha256:77a14fa20264af73ddcdb1e2b9c5a829b8cc6b8304d0f093271980e36c200a3f" } ,
2023-04-06 10:11:26 +02:00
]
2023-04-01 18:12:36 +02:00
[ package . dependencies ]
2023-07-29 04:12:22 +02:00
greenlet = { version = "!=0.4.17" , markers = "platform_machine == \"win32\" or platform_machine == \"WIN32\" or platform_machine == \"AMD64\" or platform_machine == \"amd64\" or platform_machine == \"x86_64\" or platform_machine == \"ppc64le\" or platform_machine == \"aarch64\"" }
typing-extensions = ">=4.2.0"
2023-04-01 18:12:36 +02:00
[ package . extras ]
aiomysql = [ "aiomysql" , "greenlet (!=0.4.17)" ]
2023-04-06 10:11:26 +02:00
aiosqlite = [ "aiosqlite" , "greenlet (!=0.4.17)" , "typing-extensions (!=3.10.0.1)" ]
2023-04-01 18:12:36 +02:00
asyncio = [ "greenlet (!=0.4.17)" ]
2023-07-29 04:12:22 +02:00
asyncmy = [ "asyncmy (>=0.2.3,!=0.2.4,!=0.2.6)" , "greenlet (!=0.4.17)" ]
mariadb-connector = [ "mariadb (>=1.0.1,!=1.1.2,!=1.1.5)" ]
2023-04-01 18:12:36 +02:00
mssql = [ "pyodbc" ]
mssql-pymssql = [ "pymssql" ]
mssql-pyodbc = [ "pyodbc" ]
2023-07-29 04:12:22 +02:00
mypy = [ "mypy (>=0.910)" ]
mysql = [ "mysqlclient (>=1.4.0)" ]
2023-04-01 18:12:36 +02:00
mysql-connector = [ "mysql-connector-python" ]
2023-07-29 04:12:22 +02:00
oracle = [ "cx-oracle (>=7)" ]
oracle-oracledb = [ "oracledb (>=1.0.1)" ]
2023-04-01 18:12:36 +02:00
postgresql = [ "psycopg2 (>=2.7)" ]
postgresql-asyncpg = [ "asyncpg" , "greenlet (!=0.4.17)" ]
2023-07-29 04:12:22 +02:00
postgresql-pg8000 = [ "pg8000 (>=1.29.1)" ]
postgresql-psycopg = [ "psycopg (>=3.0.7)" ]
2023-04-01 18:12:36 +02:00
postgresql-psycopg2binary = [ "psycopg2-binary" ]
postgresql-psycopg2cffi = [ "psycopg2cffi" ]
2023-07-29 04:12:22 +02:00
postgresql-psycopgbinary = [ "psycopg[binary] (>=3.0.7)" ]
pymysql = [ "pymysql" ]
2023-04-06 10:11:26 +02:00
sqlcipher = [ "sqlcipher3-binary" ]
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "starlette"
version = "0.21.0"
description = "The little ASGI library that shines."
optional = false
python-versions = ">=3.7"
2023-04-06 10:11:26 +02:00
files = [
{ file = "starlette-0.21.0-py3-none-any.whl" , hash = "sha256:0efc058261bbcddeca93cad577efd36d0c8a317e44376bcfc0e097a2b3dc24a7" } ,
{ file = "starlette-0.21.0.tar.gz" , hash = "sha256:b1b52305ee8f7cfc48cde383496f7c11ab897cd7112b33d998b1317dc8ef9027" } ,
]
2023-04-01 18:12:36 +02:00
[ package . dependencies ]
anyio = ">=3.4.0,<5"
[ package . extras ]
full = [ "httpx (>=0.22.0)" , "itsdangerous" , "jinja2" , "python-multipart" , "pyyaml" ]
[ [ package ] ]
name = "tomli"
version = "2.0.1"
description = "A lil' TOML parser"
optional = false
python-versions = ">=3.7"
2023-04-06 10:11:26 +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" } ,
]
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "tomli-w"
version = "1.0.0"
description = "A lil' TOML writer"
optional = false
python-versions = ">=3.7"
2023-04-06 10:11:26 +02:00
files = [
{ file = "tomli_w-1.0.0-py3-none-any.whl" , hash = "sha256:9f2a07e8be30a0729e533ec968016807069991ae2fd921a78d42f429ae5f4463" } ,
{ file = "tomli_w-1.0.0.tar.gz" , hash = "sha256:f463434305e0336248cac9c2dc8076b707d8a12d019dd349f5c1e382dd1ae1b9" } ,
]
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "typing-extensions"
2023-07-29 02:08:27 +02:00
version = "4.7.1"
2023-04-01 18:12:36 +02:00
description = "Backported and Experimental Type Hints for Python 3.7+"
optional = false
python-versions = ">=3.7"
2023-04-06 10:11:26 +02:00
files = [
2023-07-29 02:08:27 +02:00
{ file = "typing_extensions-4.7.1-py3-none-any.whl" , hash = "sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36" } ,
{ file = "typing_extensions-4.7.1.tar.gz" , hash = "sha256:b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2" } ,
2023-04-06 10:11:26 +02:00
]
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "urllib3"
2023-07-29 02:08:27 +02:00
version = "2.0.4"
2023-04-01 18:12:36 +02:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
optional = false
2023-05-06 05:55:40 +02:00
python-versions = ">=3.7"
2023-04-06 10:11:26 +02:00
files = [
2023-07-29 02:08:27 +02:00
{ file = "urllib3-2.0.4-py3-none-any.whl" , hash = "sha256:de7df1803967d2c2a98e4b11bb7d6bd9210474c46e8a0401514e3a42a75ebde4" } ,
{ file = "urllib3-2.0.4.tar.gz" , hash = "sha256:8d22f86aae8ef5e410d4f539fde9ce6b2113a001bb4d189e0aed70642d602b11" } ,
2023-04-06 10:11:26 +02:00
]
2023-04-01 18:12:36 +02:00
[ package . extras ]
2023-05-06 05:55:40 +02:00
brotli = [ "brotli (>=1.0.9)" , "brotlicffi (>=0.8.0)" ]
secure = [ "certifi" , "cryptography (>=1.9)" , "idna (>=2.0.0)" , "pyopenssl (>=17.1.0)" , "urllib3-secure-extra" ]
socks = [ "pysocks (>=1.5.6,!=1.5.7,<2.0)" ]
zstd = [ "zstandard (>=0.18.0)" ]
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "uvicorn"
version = "0.19.0"
description = "The lightning-fast ASGI server."
optional = false
python-versions = ">=3.7"
2023-04-06 10:11:26 +02:00
files = [
{ file = "uvicorn-0.19.0-py3-none-any.whl" , hash = "sha256:cc277f7e73435748e69e075a721841f7c4a95dba06d12a72fe9874acced16f6f" } ,
{ file = "uvicorn-0.19.0.tar.gz" , hash = "sha256:cf538f3018536edb1f4a826311137ab4944ed741d52aeb98846f52215de57f25" } ,
]
2023-04-01 18:12:36 +02:00
[ package . dependencies ]
click = ">=7.0"
colorama = { version = ">=0.4" , optional = true , markers = "sys_platform == \"win32\" and extra == \"standard\"" }
h11 = ">=0.8"
httptools = { version = ">=0.5.0" , optional = true , markers = "extra == \"standard\"" }
python-dotenv = { version = ">=0.13" , optional = true , markers = "extra == \"standard\"" }
pyyaml = { version = ">=5.1" , optional = true , markers = "extra == \"standard\"" }
2023-07-29 04:12:22 +02:00
uvloop = { version = ">=0.14.0,<0.15.0 || >0.15.0,<0.15.1 || >0.15.1" , optional = true , markers = "(sys_platform != \"win32\" and sys_platform != \"cygwin\") and platform_python_implementation != \"PyPy\" and extra == \"standard\"" }
2023-04-01 18:12:36 +02:00
watchfiles = { version = ">=0.13" , optional = true , markers = "extra == \"standard\"" }
websockets = { version = ">=10.0" , optional = true , markers = "extra == \"standard\"" }
[ package . extras ]
standard = [ "colorama (>=0.4)" , "httptools (>=0.5.0)" , "python-dotenv (>=0.13)" , "pyyaml (>=5.1)" , "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)" , "watchfiles (>=0.13)" , "websockets (>=10.0)" ]
[ [ package ] ]
name = "uvloop"
version = "0.17.0"
description = "Fast implementation of asyncio event loop on top of libuv"
optional = false
python-versions = ">=3.7"
2023-04-06 10:11:26 +02:00
files = [
{ file = "uvloop-0.17.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:ce9f61938d7155f79d3cb2ffa663147d4a76d16e08f65e2c66b77bd41b356718" } ,
{ file = "uvloop-0.17.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:68532f4349fd3900b839f588972b3392ee56042e440dd5873dfbbcd2cc67617c" } ,
{ file = "uvloop-0.17.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0949caf774b9fcefc7c5756bacbbbd3fc4c05a6b7eebc7c7ad6f825b23998d6d" } ,
{ file = "uvloop-0.17.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ff3d00b70ce95adce264462c930fbaecb29718ba6563db354608f37e49e09024" } ,
{ file = "uvloop-0.17.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:a5abddb3558d3f0a78949c750644a67be31e47936042d4f6c888dd6f3c95f4aa" } ,
{ file = "uvloop-0.17.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:8efcadc5a0003d3a6e887ccc1fb44dec25594f117a94e3127954c05cf144d811" } ,
{ file = "uvloop-0.17.0-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:3378eb62c63bf336ae2070599e49089005771cc651c8769aaad72d1bd9385a7c" } ,
{ file = "uvloop-0.17.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:6aafa5a78b9e62493539456f8b646f85abc7093dd997f4976bb105537cf2635e" } ,
{ file = "uvloop-0.17.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c686a47d57ca910a2572fddfe9912819880b8765e2f01dc0dd12a9bf8573e539" } ,
{ file = "uvloop-0.17.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:864e1197139d651a76c81757db5eb199db8866e13acb0dfe96e6fc5d1cf45fc4" } ,
{ file = "uvloop-0.17.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:2a6149e1defac0faf505406259561bc14b034cdf1d4711a3ddcdfbaa8d825a05" } ,
{ file = "uvloop-0.17.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:6708f30db9117f115eadc4f125c2a10c1a50d711461699a0cbfaa45b9a78e376" } ,
{ file = "uvloop-0.17.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:23609ca361a7fc587031429fa25ad2ed7242941adec948f9d10c045bfecab06b" } ,
{ file = "uvloop-0.17.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2deae0b0fb00a6af41fe60a675cec079615b01d68beb4cc7b722424406b126a8" } ,
{ file = "uvloop-0.17.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:45cea33b208971e87a31c17622e4b440cac231766ec11e5d22c76fab3bf9df62" } ,
{ file = "uvloop-0.17.0-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:9b09e0f0ac29eee0451d71798878eae5a4e6a91aa275e114037b27f7db72702d" } ,
{ file = "uvloop-0.17.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:dbbaf9da2ee98ee2531e0c780455f2841e4675ff580ecf93fe5c48fe733b5667" } ,
{ file = "uvloop-0.17.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:a4aee22ece20958888eedbad20e4dbb03c37533e010fb824161b4f05e641f738" } ,
{ file = "uvloop-0.17.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:307958f9fc5c8bb01fad752d1345168c0abc5d62c1b72a4a8c6c06f042b45b20" } ,
{ file = "uvloop-0.17.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3ebeeec6a6641d0adb2ea71dcfb76017602ee2bfd8213e3fcc18d8f699c5104f" } ,
{ file = "uvloop-0.17.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1436c8673c1563422213ac6907789ecb2b070f5939b9cbff9ef7113f2b531595" } ,
{ file = "uvloop-0.17.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:8887d675a64cfc59f4ecd34382e5b4f0ef4ae1da37ed665adba0c2badf0d6578" } ,
{ file = "uvloop-0.17.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:3db8de10ed684995a7f34a001f15b374c230f7655ae840964d51496e2f8a8474" } ,
{ file = "uvloop-0.17.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:7d37dccc7ae63e61f7b96ee2e19c40f153ba6ce730d8ba4d3b4e9738c1dccc1b" } ,
{ file = "uvloop-0.17.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:cbbe908fda687e39afd6ea2a2f14c2c3e43f2ca88e3a11964b297822358d0e6c" } ,
{ file = "uvloop-0.17.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3d97672dc709fa4447ab83276f344a165075fd9f366a97b712bdd3fee05efae8" } ,
{ file = "uvloop-0.17.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f1e507c9ee39c61bfddd79714e4f85900656db1aec4d40c6de55648e85c2799c" } ,
{ file = "uvloop-0.17.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:c092a2c1e736086d59ac8e41f9c98f26bbf9b9222a76f21af9dfe949b99b2eb9" } ,
{ file = "uvloop-0.17.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:30babd84706115626ea78ea5dbc7dd8d0d01a2e9f9b306d24ca4ed5796c66ded" } ,
{ file = "uvloop-0.17.0.tar.gz" , hash = "sha256:0ddf6baf9cf11a1a22c71487f39f15b2cf78eb5bde7e5b45fbb99e8a9d91b9e1" } ,
]
2023-04-01 18:12:36 +02:00
[ package . extras ]
dev = [ "Cython (>=0.29.32,<0.30.0)" , "Sphinx (>=4.1.2,<4.2.0)" , "aiohttp" , "flake8 (>=3.9.2,<3.10.0)" , "mypy (>=0.800)" , "psutil" , "pyOpenSSL (>=22.0.0,<22.1.0)" , "pycodestyle (>=2.7.0,<2.8.0)" , "pytest (>=3.6.0)" , "sphinx-rtd-theme (>=0.5.2,<0.6.0)" , "sphinxcontrib-asyncio (>=0.3.0,<0.4.0)" ]
docs = [ "Sphinx (>=4.1.2,<4.2.0)" , "sphinx-rtd-theme (>=0.5.2,<0.6.0)" , "sphinxcontrib-asyncio (>=0.3.0,<0.4.0)" ]
test = [ "Cython (>=0.29.32,<0.30.0)" , "aiohttp" , "flake8 (>=3.9.2,<3.10.0)" , "mypy (>=0.800)" , "psutil" , "pyOpenSSL (>=22.0.0,<22.1.0)" , "pycodestyle (>=2.7.0,<2.8.0)" ]
[ [ package ] ]
name = "watchfiles"
2023-04-06 10:11:26 +02:00
version = "0.19.0"
2023-04-01 18:12:36 +02:00
description = "Simple, modern and high performance file watching and code reload in python."
optional = false
python-versions = ">=3.7"
2023-04-06 10:11:26 +02:00
files = [
{ file = "watchfiles-0.19.0-cp37-abi3-macosx_10_7_x86_64.whl" , hash = "sha256:91633e64712df3051ca454ca7d1b976baf842d7a3640b87622b323c55f3345e7" } ,
{ file = "watchfiles-0.19.0-cp37-abi3-macosx_11_0_arm64.whl" , hash = "sha256:b6577b8c6c8701ba8642ea9335a129836347894b666dd1ec2226830e263909d3" } ,
{ file = "watchfiles-0.19.0-cp37-abi3-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:18b28f6ad871b82df9542ff958d0c86bb0d8310bb09eb8e87d97318a3b5273af" } ,
{ file = "watchfiles-0.19.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:fac19dc9cbc34052394dbe81e149411a62e71999c0a19e1e09ce537867f95ae0" } ,
{ file = "watchfiles-0.19.0-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:09ea3397aecbc81c19ed7f025e051a7387feefdb789cf768ff994c1228182fda" } ,
{ file = "watchfiles-0.19.0-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c0376deac92377817e4fb8f347bf559b7d44ff556d9bc6f6208dd3f79f104aaf" } ,
{ file = "watchfiles-0.19.0-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:9c75eff897786ee262c9f17a48886f4e98e6cfd335e011c591c305e5d083c056" } ,
{ file = "watchfiles-0.19.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:cb5d45c4143c1dd60f98a16187fd123eda7248f84ef22244818c18d531a249d1" } ,
{ file = "watchfiles-0.19.0-cp37-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:79c533ff593db861ae23436541f481ec896ee3da4e5db8962429b441bbaae16e" } ,
{ file = "watchfiles-0.19.0-cp37-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:3d7d267d27aceeeaa3de0dd161a0d64f0a282264d592e335fff7958cc0cbae7c" } ,
{ file = "watchfiles-0.19.0-cp37-abi3-win32.whl" , hash = "sha256:176a9a7641ec2c97b24455135d58012a5be5c6217fc4d5fef0b2b9f75dbf5154" } ,
{ file = "watchfiles-0.19.0-cp37-abi3-win_amd64.whl" , hash = "sha256:945be0baa3e2440151eb3718fd8846751e8b51d8de7b884c90b17d271d34cae8" } ,
{ file = "watchfiles-0.19.0-cp37-abi3-win_arm64.whl" , hash = "sha256:0089c6dc24d436b373c3c57657bf4f9a453b13767150d17284fc6162b2791911" } ,
{ file = "watchfiles-0.19.0-pp38-pypy38_pp73-macosx_10_7_x86_64.whl" , hash = "sha256:cae3dde0b4b2078f31527acff6f486e23abed307ba4d3932466ba7cdd5ecec79" } ,
{ file = "watchfiles-0.19.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl" , hash = "sha256:7f3920b1285a7d3ce898e303d84791b7bf40d57b7695ad549dc04e6a44c9f120" } ,
{ file = "watchfiles-0.19.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9afd0d69429172c796164fd7fe8e821ade9be983f51c659a38da3faaaaac44dc" } ,
{ file = "watchfiles-0.19.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:68dce92b29575dda0f8d30c11742a8e2b9b8ec768ae414b54f7453f27bdf9545" } ,
{ file = "watchfiles-0.19.0-pp39-pypy39_pp73-macosx_10_7_x86_64.whl" , hash = "sha256:5569fc7f967429d4bc87e355cdfdcee6aabe4b620801e2cf5805ea245c06097c" } ,
{ file = "watchfiles-0.19.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl" , hash = "sha256:5471582658ea56fca122c0f0d0116a36807c63fefd6fdc92c71ca9a4491b6b48" } ,
{ file = "watchfiles-0.19.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b538014a87f94d92f98f34d3e6d2635478e6be6423a9ea53e4dd96210065e193" } ,
{ file = "watchfiles-0.19.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:20b44221764955b1e703f012c74015306fb7e79a00c15370785f309b1ed9aa8d" } ,
{ file = "watchfiles-0.19.0.tar.gz" , hash = "sha256:d9b073073e048081e502b6c6b0b88714c026a1a4c890569238d04aca5f9ca74b" } ,
]
2023-04-01 18:12:36 +02:00
[ package . dependencies ]
anyio = ">=3.0.0"
[ [ package ] ]
name = "wcwidth"
version = "0.2.6"
description = "Measures the displayed width of unicode strings in a terminal"
optional = false
python-versions = "*"
2023-04-06 10:11:26 +02:00
files = [
{ file = "wcwidth-0.2.6-py2.py3-none-any.whl" , hash = "sha256:795b138f6875577cd91bba52baf9e445cd5118fd32723b460e30a0af30ea230e" } ,
{ file = "wcwidth-0.2.6.tar.gz" , hash = "sha256:a5220780a404dbe3353789870978e472cfe477761f06ee55077256e509b156d0" } ,
]
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "websockets"
2023-07-29 02:08:27 +02:00
version = "11.0.3"
2023-04-01 18:12:36 +02:00
description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)"
optional = false
python-versions = ">=3.7"
2023-04-06 10:11:26 +02:00
files = [
2023-07-29 02:08:27 +02:00
{ file = "websockets-11.0.3-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:3ccc8a0c387629aec40f2fc9fdcb4b9d5431954f934da3eaf16cdc94f67dbfac" } ,
{ file = "websockets-11.0.3-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:d67ac60a307f760c6e65dad586f556dde58e683fab03323221a4e530ead6f74d" } ,
{ file = "websockets-11.0.3-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:84d27a4832cc1a0ee07cdcf2b0629a8a72db73f4cf6de6f0904f6661227f256f" } ,
{ file = "websockets-11.0.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ffd7dcaf744f25f82190856bc26ed81721508fc5cbf2a330751e135ff1283564" } ,
{ file = "websockets-11.0.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7622a89d696fc87af8e8d280d9b421db5133ef5b29d3f7a1ce9f1a7bf7fcfa11" } ,
{ file = "websockets-11.0.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bceab846bac555aff6427d060f2fcfff71042dba6f5fca7dc4f75cac815e57ca" } ,
{ file = "websockets-11.0.3-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:54c6e5b3d3a8936a4ab6870d46bdd6ec500ad62bde9e44462c32d18f1e9a8e54" } ,
{ file = "websockets-11.0.3-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:41f696ba95cd92dc047e46b41b26dd24518384749ed0d99bea0a941ca87404c4" } ,
{ file = "websockets-11.0.3-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:86d2a77fd490ae3ff6fae1c6ceaecad063d3cc2320b44377efdde79880e11526" } ,
{ file = "websockets-11.0.3-cp310-cp310-win32.whl" , hash = "sha256:2d903ad4419f5b472de90cd2d40384573b25da71e33519a67797de17ef849b69" } ,
{ file = "websockets-11.0.3-cp310-cp310-win_amd64.whl" , hash = "sha256:1d2256283fa4b7f4c7d7d3e84dc2ece74d341bce57d5b9bf385df109c2a1a82f" } ,
{ file = "websockets-11.0.3-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:e848f46a58b9fcf3d06061d17be388caf70ea5b8cc3466251963c8345e13f7eb" } ,
{ file = "websockets-11.0.3-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:aa5003845cdd21ac0dc6c9bf661c5beddd01116f6eb9eb3c8e272353d45b3288" } ,
{ file = "websockets-11.0.3-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:b58cbf0697721120866820b89f93659abc31c1e876bf20d0b3d03cef14faf84d" } ,
{ file = "websockets-11.0.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:660e2d9068d2bedc0912af508f30bbeb505bbbf9774d98def45f68278cea20d3" } ,
{ file = "websockets-11.0.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c1f0524f203e3bd35149f12157438f406eff2e4fb30f71221c8a5eceb3617b6b" } ,
{ file = "websockets-11.0.3-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:def07915168ac8f7853812cc593c71185a16216e9e4fa886358a17ed0fd9fcf6" } ,
{ file = "websockets-11.0.3-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:b30c6590146e53149f04e85a6e4fcae068df4289e31e4aee1fdf56a0dead8f97" } ,
{ file = "websockets-11.0.3-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:619d9f06372b3a42bc29d0cd0354c9bb9fb39c2cbc1a9c5025b4538738dbffaf" } ,
{ file = "websockets-11.0.3-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:01f5567d9cf6f502d655151645d4e8b72b453413d3819d2b6f1185abc23e82dd" } ,
{ file = "websockets-11.0.3-cp311-cp311-win32.whl" , hash = "sha256:e1459677e5d12be8bbc7584c35b992eea142911a6236a3278b9b5ce3326f282c" } ,
{ file = "websockets-11.0.3-cp311-cp311-win_amd64.whl" , hash = "sha256:e7837cb169eca3b3ae94cc5787c4fed99eef74c0ab9506756eea335e0d6f3ed8" } ,
{ file = "websockets-11.0.3-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:9f59a3c656fef341a99e3d63189852be7084c0e54b75734cde571182c087b152" } ,
{ file = "websockets-11.0.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2529338a6ff0eb0b50c7be33dc3d0e456381157a31eefc561771ee431134a97f" } ,
{ file = "websockets-11.0.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:34fd59a4ac42dff6d4681d8843217137f6bc85ed29722f2f7222bd619d15e95b" } ,
{ file = "websockets-11.0.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:332d126167ddddec94597c2365537baf9ff62dfcc9db4266f263d455f2f031cb" } ,
{ file = "websockets-11.0.3-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:6505c1b31274723ccaf5f515c1824a4ad2f0d191cec942666b3d0f3aa4cb4007" } ,
{ file = "websockets-11.0.3-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:f467ba0050b7de85016b43f5a22b46383ef004c4f672148a8abf32bc999a87f0" } ,
{ file = "websockets-11.0.3-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:9d9acd80072abcc98bd2c86c3c9cd4ac2347b5a5a0cae7ed5c0ee5675f86d9af" } ,
{ file = "websockets-11.0.3-cp37-cp37m-win32.whl" , hash = "sha256:e590228200fcfc7e9109509e4d9125eace2042fd52b595dd22bbc34bb282307f" } ,
{ file = "websockets-11.0.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:b16fff62b45eccb9c7abb18e60e7e446998093cdcb50fed33134b9b6878836de" } ,
{ file = "websockets-11.0.3-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:fb06eea71a00a7af0ae6aefbb932fb8a7df3cb390cc217d51a9ad7343de1b8d0" } ,
{ file = "websockets-11.0.3-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:8a34e13a62a59c871064dfd8ffb150867e54291e46d4a7cf11d02c94a5275bae" } ,
{ file = "websockets-11.0.3-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:4841ed00f1026dfbced6fca7d963c4e7043aa832648671b5138008dc5a8f6d99" } ,
{ file = "websockets-11.0.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1a073fc9ab1c8aff37c99f11f1641e16da517770e31a37265d2755282a5d28aa" } ,
{ file = "websockets-11.0.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:68b977f21ce443d6d378dbd5ca38621755f2063d6fdb3335bda981d552cfff86" } ,
{ file = "websockets-11.0.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e1a99a7a71631f0efe727c10edfba09ea6bee4166a6f9c19aafb6c0b5917d09c" } ,
{ file = "websockets-11.0.3-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:bee9fcb41db2a23bed96c6b6ead6489702c12334ea20a297aa095ce6d31370d0" } ,
{ file = "websockets-11.0.3-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:4b253869ea05a5a073ebfdcb5cb3b0266a57c3764cf6fe114e4cd90f4bfa5f5e" } ,
{ file = "websockets-11.0.3-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:1553cb82942b2a74dd9b15a018dce645d4e68674de2ca31ff13ebc2d9f283788" } ,
{ file = "websockets-11.0.3-cp38-cp38-win32.whl" , hash = "sha256:f61bdb1df43dc9c131791fbc2355535f9024b9a04398d3bd0684fc16ab07df74" } ,
{ file = "websockets-11.0.3-cp38-cp38-win_amd64.whl" , hash = "sha256:03aae4edc0b1c68498f41a6772d80ac7c1e33c06c6ffa2ac1c27a07653e79d6f" } ,
{ file = "websockets-11.0.3-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:777354ee16f02f643a4c7f2b3eff8027a33c9861edc691a2003531f5da4f6bc8" } ,
{ file = "websockets-11.0.3-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:8c82f11964f010053e13daafdc7154ce7385ecc538989a354ccc7067fd7028fd" } ,
{ file = "websockets-11.0.3-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:3580dd9c1ad0701169e4d6fc41e878ffe05e6bdcaf3c412f9d559389d0c9e016" } ,
{ file = "websockets-11.0.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6f1a3f10f836fab6ca6efa97bb952300b20ae56b409414ca85bff2ad241d2a61" } ,
{ file = "websockets-11.0.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:df41b9bc27c2c25b486bae7cf42fccdc52ff181c8c387bfd026624a491c2671b" } ,
{ file = "websockets-11.0.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:279e5de4671e79a9ac877427f4ac4ce93751b8823f276b681d04b2156713b9dd" } ,
{ file = "websockets-11.0.3-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:1fdf26fa8a6a592f8f9235285b8affa72748dc12e964a5518c6c5e8f916716f7" } ,
{ file = "websockets-11.0.3-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:69269f3a0b472e91125b503d3c0b3566bda26da0a3261c49f0027eb6075086d1" } ,
{ file = "websockets-11.0.3-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:97b52894d948d2f6ea480171a27122d77af14ced35f62e5c892ca2fae9344311" } ,
{ file = "websockets-11.0.3-cp39-cp39-win32.whl" , hash = "sha256:c7f3cb904cce8e1be667c7e6fef4516b98d1a6a0635a58a57528d577ac18a128" } ,
{ file = "websockets-11.0.3-cp39-cp39-win_amd64.whl" , hash = "sha256:c792ea4eabc0159535608fc5658a74d1a81020eb35195dd63214dcf07556f67e" } ,
{ file = "websockets-11.0.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:f2e58f2c36cc52d41f2659e4c0cbf7353e28c8c9e63e30d8c6d3494dc9fdedcf" } ,
{ file = "websockets-11.0.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:de36fe9c02995c7e6ae6efe2e205816f5f00c22fd1fbf343d4d18c3d5ceac2f5" } ,
{ file = "websockets-11.0.3-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0ac56b661e60edd453585f4bd68eb6a29ae25b5184fd5ba51e97652580458998" } ,
{ file = "websockets-11.0.3-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e052b8467dd07d4943936009f46ae5ce7b908ddcac3fda581656b1b19c083d9b" } ,
{ file = "websockets-11.0.3-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:42cc5452a54a8e46a032521d7365da775823e21bfba2895fb7b77633cce031bb" } ,
{ file = "websockets-11.0.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:e6316827e3e79b7b8e7d8e3b08f4e331af91a48e794d5d8b099928b6f0b85f20" } ,
{ file = "websockets-11.0.3-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8531fdcad636d82c517b26a448dcfe62f720e1922b33c81ce695d0edb91eb931" } ,
{ file = "websockets-11.0.3-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c114e8da9b475739dde229fd3bc6b05a6537a88a578358bc8eb29b4030fac9c9" } ,
{ file = "websockets-11.0.3-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e063b1865974611313a3849d43f2c3f5368093691349cf3c7c8f8f75ad7cb280" } ,
{ file = "websockets-11.0.3-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:92b2065d642bf8c0a82d59e59053dd2fdde64d4ed44efe4870fa816c1232647b" } ,
{ file = "websockets-11.0.3-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:0ee68fe502f9031f19d495dae2c268830df2760c0524cbac5d759921ba8c8e82" } ,
{ file = "websockets-11.0.3-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:dcacf2c7a6c3a84e720d1bb2b543c675bf6c40e460300b628bab1b1efc7c034c" } ,
{ file = "websockets-11.0.3-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b67c6f5e5a401fc56394f191f00f9b3811fe843ee93f4a70df3c389d1adf857d" } ,
{ file = "websockets-11.0.3-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1d5023a4b6a5b183dc838808087033ec5df77580485fc533e7dab2567851b0a4" } ,
{ file = "websockets-11.0.3-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:ed058398f55163a79bb9f06a90ef9ccc063b204bb346c4de78efc5d15abfe602" } ,
{ file = "websockets-11.0.3-py3-none-any.whl" , hash = "sha256:6681ba9e7f8f3b19440921e99efbb40fc89f26cd71bf539e45d8c8a25c976dc6" } ,
{ file = "websockets-11.0.3.tar.gz" , hash = "sha256:88fc51d9a26b10fc331be344f1781224a375b78488fc343620184e95a4b27016" } ,
2023-04-06 10:11:26 +02:00
]
2023-04-01 18:12:36 +02:00
[ [ package ] ]
name = "win32-setctime"
version = "1.1.0"
description = "A small Python utility to set file creation time on Windows"
optional = false
python-versions = ">=3.5"
2023-04-06 10:11:26 +02:00
files = [
{ file = "win32_setctime-1.1.0-py3-none-any.whl" , hash = "sha256:231db239e959c2fe7eb1d7dc129f11172354f98361c4fa2d6d2d7e278baa8aad" } ,
{ file = "win32_setctime-1.1.0.tar.gz" , hash = "sha256:15cf5750465118d6929ae4de4eb46e8edae9a5634350c01ba582df868e932cb2" } ,
]
2023-04-01 18:12:36 +02:00
[ package . extras ]
dev = [ "black (>=19.3b0)" , "pytest (>=4.6.2)" ]
[ metadata ]
2023-04-06 10:11:26 +02:00
lock-version = "2.0"
2023-07-29 04:12:22 +02:00
python-versions = "^3.11"
2023-07-30 14:57:44 +02:00
content-hash = "20511225bc59da52c307659341e0052e7505a3157cd76fb24bddcaac2989fbf5"