2023-02-02 00:00:24 +01:00
# This file is automatically @generated by Poetry and should not be changed by hand.
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "aiosqlite"
2023-02-02 00:00:24 +01:00
version = "0.18.0"
2021-06-15 19:09:21 +02:00
description = "asyncio bridge to the standard sqlite3 module"
category = "main"
optional = false
2023-02-02 00:00:24 +01:00
python-versions = ">=3.7"
files = [
{ file = "aiosqlite-0.18.0-py3-none-any.whl" , hash = "sha256:c3511b841e3a2c5614900ba1d179f366826857586f78abd75e7cbeb88e75a557" } ,
{ file = "aiosqlite-0.18.0.tar.gz" , hash = "sha256:faa843ef5fb08bafe9a9b3859012d3d9d6f77ce3637899de20606b7fc39aa213" } ,
]
2021-06-15 19:09:21 +02:00
2021-11-02 14:16:00 +01:00
[ [ package ] ]
name = "anyio"
2022-10-23 12:24:51 +02:00
version = "3.6.2"
2021-11-02 14:16:00 +01:00
description = "High level compatibility layer for multiple asynchronous event loop implementations"
category = "main"
optional = false
python-versions = ">=3.6.2"
2023-02-02 00:00:24 +01:00
files = [
{ file = "anyio-3.6.2-py3-none-any.whl" , hash = "sha256:fbbe32bd270d2a2ef3ed1c5d45041250284e31fc0a4df4a5a6071842051a51e3" } ,
{ file = "anyio-3.6.2.tar.gz" , hash = "sha256:25ea0d673ae30af41a0c442f81cf3b38c7e79fdc7b60335a4c14e05eb0947421" } ,
]
2021-11-02 14:16:00 +01:00
[ package . dependencies ]
idna = ">=2.8"
sniffio = ">=1.1"
[ package . extras ]
2022-10-23 12:24:51 +02:00
doc = [ "packaging" , "sphinx-autodoc-typehints (>=1.2.0)" , "sphinx-rtd-theme" ]
test = [ "contextlib2" , "coverage[toml] (>=4.5)" , "hypothesis (>=4.0)" , "mock (>=4)" , "pytest (>=7.0)" , "pytest-mock (>=3.6.1)" , "trustme" , "uvloop (<0.15)" , "uvloop (>=0.15)" ]
trio = [ "trio (>=0.16,<0.22)" ]
2021-06-21 18:54:03 +02:00
[ [ package ] ]
name = "attrs"
2023-02-02 00:00:24 +01:00
version = "22.2.0"
2021-06-21 18:54:03 +02:00
description = "Classes Without Boilerplate"
2021-12-07 21:16:48 +01:00
category = "dev"
2021-06-21 18:54:03 +02:00
optional = false
2023-02-02 00:00:24 +01:00
python-versions = ">=3.6"
files = [
{ file = "attrs-22.2.0-py3-none-any.whl" , hash = "sha256:29e95c7f6778868dbd49170f98f8818f78f3dc5e0e37c0b1f474e3561b240836" } ,
{ file = "attrs-22.2.0.tar.gz" , hash = "sha256:c9227bfc2f01993c03f68db37d1d15c9690188323c067c641f1a35ca58185f99" } ,
]
2021-06-21 18:54:03 +02:00
[ package . extras ]
2023-02-02 00:00:24 +01:00
cov = [ "attrs[tests]" , "coverage-enable-subprocess" , "coverage[toml] (>=5.3)" ]
dev = [ "attrs[docs,tests]" ]
docs = [ "furo" , "myst-parser" , "sphinx" , "sphinx-notfound-page" , "sphinxcontrib-towncrier" , "towncrier" , "zope.interface" ]
tests = [ "attrs[tests-no-zope]" , "zope.interface" ]
tests-no-zope = [ "cloudpickle" , "cloudpickle" , "hypothesis" , "hypothesis" , "mypy (>=0.971,<0.990)" , "mypy (>=0.971,<0.990)" , "pympler" , "pympler" , "pytest (>=4.3.0)" , "pytest (>=4.3.0)" , "pytest-mypy-plugins" , "pytest-mypy-plugins" , "pytest-xdist[psutil]" , "pytest-xdist[psutil]" ]
2021-06-21 18:54:03 +02:00
2023-02-03 22:10:11 +01:00
[ [ package ] ]
name = "autoflake"
version = "2.0.1"
description = "Removes unused imports and unused variables"
category = "main"
optional = false
python-versions = ">=3.7"
files = [
{ file = "autoflake-2.0.1-py3-none-any.whl" , hash = "sha256:143b0843667734af53532c443e950c787316b9b1155b2273558260b44836e8e4" } ,
{ file = "autoflake-2.0.1.tar.gz" , hash = "sha256:1ce520131b7f396915242fe91e57221f4d42408529bbe3ae93adafed286591e0" } ,
]
[ package . dependencies ]
pyflakes = ">=3.0.0"
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "beautifulsoup4"
2023-02-02 00:00:24 +01:00
version = "4.11.2"
2021-06-15 19:09:21 +02:00
description = "Screen-scraping library"
category = "main"
optional = false
2022-10-23 12:24:51 +02:00
python-versions = ">=3.6.0"
2023-02-02 00:00:24 +01:00
files = [
{ file = "beautifulsoup4-4.11.2-py3-none-any.whl" , hash = "sha256:0e79446b10b3ecb499c1556f7e228a53e64a2bfcebd455f370d8927cb5b59e39" } ,
{ file = "beautifulsoup4-4.11.2.tar.gz" , hash = "sha256:bc4bdda6717de5a2987436fb8d72f45dc90dd856bdfd512a1314ce90349a0106" } ,
]
2021-06-15 19:09:21 +02:00
[ package . dependencies ]
2021-11-02 14:16:00 +01:00
soupsieve = ">1.2"
2021-06-15 19:09:21 +02:00
[ package . extras ]
html5lib = [ "html5lib" ]
lxml = [ "lxml" ]
2021-11-02 14:25:50 +01:00
[ [ package ] ]
name = "black"
2023-02-02 00:00:24 +01:00
version = "23.1.0"
2021-11-02 14:25:50 +01:00
description = "The uncompromising code formatter."
category = "dev"
optional = false
2022-10-23 12:24:51 +02:00
python-versions = ">=3.7"
2023-02-02 00:00:24 +01:00
files = [
{ file = "black-23.1.0-cp310-cp310-macosx_10_16_arm64.whl" , hash = "sha256:b6a92a41ee34b883b359998f0c8e6eb8e99803aa8bf3123bf2b2e6fec505a221" } ,
{ file = "black-23.1.0-cp310-cp310-macosx_10_16_universal2.whl" , hash = "sha256:57c18c5165c1dbe291d5306e53fb3988122890e57bd9b3dcb75f967f13411a26" } ,
{ file = "black-23.1.0-cp310-cp310-macosx_10_16_x86_64.whl" , hash = "sha256:9880d7d419bb7e709b37e28deb5e68a49227713b623c72b2b931028ea65f619b" } ,
{ file = "black-23.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e6663f91b6feca5d06f2ccd49a10f254f9298cc1f7f49c46e498a0771b507104" } ,
{ file = "black-23.1.0-cp310-cp310-win_amd64.whl" , hash = "sha256:9afd3f493666a0cd8f8df9a0200c6359ac53940cbde049dcb1a7eb6ee2dd7074" } ,
{ file = "black-23.1.0-cp311-cp311-macosx_10_16_arm64.whl" , hash = "sha256:bfffba28dc52a58f04492181392ee380e95262af14ee01d4bc7bb1b1c6ca8d27" } ,
{ file = "black-23.1.0-cp311-cp311-macosx_10_16_universal2.whl" , hash = "sha256:c1c476bc7b7d021321e7d93dc2cbd78ce103b84d5a4cf97ed535fbc0d6660648" } ,
{ file = "black-23.1.0-cp311-cp311-macosx_10_16_x86_64.whl" , hash = "sha256:382998821f58e5c8238d3166c492139573325287820963d2f7de4d518bd76958" } ,
{ file = "black-23.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2bf649fda611c8550ca9d7592b69f0637218c2369b7744694c5e4902873b2f3a" } ,
{ file = "black-23.1.0-cp311-cp311-win_amd64.whl" , hash = "sha256:121ca7f10b4a01fd99951234abdbd97728e1240be89fde18480ffac16503d481" } ,
{ file = "black-23.1.0-cp37-cp37m-macosx_10_16_x86_64.whl" , hash = "sha256:a8471939da5e824b891b25751955be52ee7f8a30a916d570a5ba8e0f2eb2ecad" } ,
{ file = "black-23.1.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8178318cb74f98bc571eef19068f6ab5613b3e59d4f47771582f04e175570ed8" } ,
{ file = "black-23.1.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:a436e7881d33acaf2536c46a454bb964a50eff59b21b51c6ccf5a40601fbef24" } ,
{ file = "black-23.1.0-cp38-cp38-macosx_10_16_arm64.whl" , hash = "sha256:a59db0a2094d2259c554676403fa2fac3473ccf1354c1c63eccf7ae65aac8ab6" } ,
{ file = "black-23.1.0-cp38-cp38-macosx_10_16_universal2.whl" , hash = "sha256:0052dba51dec07ed029ed61b18183942043e00008ec65d5028814afaab9a22fd" } ,
{ file = "black-23.1.0-cp38-cp38-macosx_10_16_x86_64.whl" , hash = "sha256:49f7b39e30f326a34b5c9a4213213a6b221d7ae9d58ec70df1c4a307cf2a1580" } ,
{ file = "black-23.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:162e37d49e93bd6eb6f1afc3e17a3d23a823042530c37c3c42eeeaf026f38468" } ,
{ file = "black-23.1.0-cp38-cp38-win_amd64.whl" , hash = "sha256:8b70eb40a78dfac24842458476135f9b99ab952dd3f2dab738c1881a9b38b753" } ,
{ file = "black-23.1.0-cp39-cp39-macosx_10_16_arm64.whl" , hash = "sha256:a29650759a6a0944e7cca036674655c2f0f63806ddecc45ed40b7b8aa314b651" } ,
{ file = "black-23.1.0-cp39-cp39-macosx_10_16_universal2.whl" , hash = "sha256:bb460c8561c8c1bec7824ecbc3ce085eb50005883a6203dcfb0122e95797ee06" } ,
{ file = "black-23.1.0-cp39-cp39-macosx_10_16_x86_64.whl" , hash = "sha256:c91dfc2c2a4e50df0026f88d2215e166616e0c80e86004d0003ece0488db2739" } ,
{ file = "black-23.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2a951cc83ab535d248c89f300eccbd625e80ab880fbcfb5ac8afb5f01a258ac9" } ,
{ file = "black-23.1.0-cp39-cp39-win_amd64.whl" , hash = "sha256:0680d4380db3719ebcfb2613f34e86c8e6d15ffeabcf8ec59355c5e7b85bb555" } ,
{ file = "black-23.1.0-py3-none-any.whl" , hash = "sha256:7a0f701d314cfa0896b9001df70a530eb2472babb76086344e688829efd97d32" } ,
{ file = "black-23.1.0.tar.gz" , hash = "sha256:b0bd97bea8903f5a2ba7219257a44e3f1f9d00073d6cc1add68f0beec69692ac" } ,
]
2021-11-02 14:25:50 +01:00
[ package . dependencies ]
2022-10-23 12:24:51 +02:00
click = ">=8.0.0"
2021-11-02 14:25:50 +01:00
mypy-extensions = ">=0.4.3"
2023-02-02 00:00:24 +01:00
packaging = ">=22.0"
2022-10-23 12:24:51 +02:00
pathspec = ">=0.9.0"
2021-11-02 14:25:50 +01:00
platformdirs = ">=2"
[ package . extras ]
colorama = [ " colorama ( > = 0.4 . 3 ) " ]
d = [ "aiohttp (>=3.7.4)" ]
jupyter = [ "ipython (>=7.8.0)" , "tokenize-rt (>=3.2.0)" ]
uvloop = [ "uvloop (>=0.15.2)" ]
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "certifi"
2023-02-02 00:00:24 +01:00
version = "2022.12.7"
2021-06-15 19:09:21 +02:00
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false
2022-10-23 12:24:51 +02:00
python-versions = ">=3.6"
2023-02-02 00:00:24 +01:00
files = [
{ file = "certifi-2022.12.7-py3-none-any.whl" , hash = "sha256:4ad3232f5e926d6718ec31cfc1fcadfde020920e278684144551c91769c7bc18" } ,
{ file = "certifi-2022.12.7.tar.gz" , hash = "sha256:35824b4c3a97115964b408844d64aa14db1cc518f6562e8d7261699d1350a9e3" } ,
]
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "click"
2022-10-23 12:24:51 +02:00
version = "8.1.3"
2021-06-15 19:09:21 +02:00
description = "Composable command line interface toolkit"
category = "main"
optional = false
2022-10-23 12:24:51 +02:00
python-versions = ">=3.7"
2023-02-02 00:00:24 +01:00
files = [
{ file = "click-8.1.3-py3-none-any.whl" , hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48" } ,
{ file = "click-8.1.3.tar.gz" , hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e" } ,
]
2021-06-15 19:09:21 +02:00
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
[ [ package ] ]
name = "colorama"
2023-02-02 00:00:24 +01:00
version = "0.4.6"
2021-06-15 19:09:21 +02:00
description = "Cross-platform colored terminal text."
category = "main"
optional = false
2023-02-02 00:00:24 +01:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
files = [
{ file = "colorama-0.4.6-py2.py3-none-any.whl" , hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6" } ,
{ file = "colorama-0.4.6.tar.gz" , hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44" } ,
]
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "databases"
2023-02-02 00:00:24 +01:00
version = "0.7.0"
2021-06-15 19:09:21 +02:00
description = "Async database support for Python."
category = "main"
optional = false
2022-10-23 12:24:51 +02:00
python-versions = ">=3.7"
2023-02-02 00:00:24 +01:00
files = [
{ file = "databases-0.7.0-py3-none-any.whl" , hash = "sha256:cf5da4b8a3e3cd038c459529725ebb64931cbbb7a091102664f20ef8f6cefd0d" } ,
{ file = "databases-0.7.0.tar.gz" , hash = "sha256:ea2d419d3d2eb80595b7ceb8f282056f080af62efe2fb9bcd83562f93ec4b674" } ,
]
2021-06-15 19:09:21 +02:00
[ package . dependencies ]
aiosqlite = { version = "*" , optional = true , markers = "extra == \"sqlite\"" }
2023-02-02 00:00:24 +01:00
sqlalchemy = ">=1.4.42,<1.5"
2021-06-15 19:09:21 +02:00
[ package . extras ]
2022-10-23 12:24:51 +02:00
aiomysql = [ "aiomysql" ]
aiopg = [ "aiopg" ]
aiosqlite = [ "aiosqlite" ]
asyncmy = [ "asyncmy" ]
asyncpg = [ "asyncpg" ]
2021-06-15 19:09:21 +02:00
mysql = [ "aiomysql" ]
postgresql = [ "asyncpg" ]
sqlite = [ "aiosqlite" ]
2021-12-07 21:16:48 +01:00
[ [ package ] ]
name = "greenlet"
2023-02-02 00:00:24 +01:00
version = "2.0.2"
2021-12-07 21:16:48 +01:00
description = "Lightweight in-process concurrent programming"
category = "main"
optional = false
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*"
2023-02-02 00:00:24 +01: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" } ,
]
2021-12-07 21:16:48 +01:00
[ package . extras ]
2023-02-02 00:00:24 +01:00
docs = [ "Sphinx" , "docutils (<0.18)" ]
test = [ "objgraph" , "psutil" ]
2021-12-07 21:16:48 +01:00
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "h11"
2022-10-23 12:24:51 +02:00
version = "0.14.0"
2021-06-15 19:09:21 +02:00
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
category = "main"
optional = false
2022-10-23 12:24:51 +02:00
python-versions = ">=3.7"
2023-02-02 00:00:24 +01:00
files = [
{ file = "h11-0.14.0-py3-none-any.whl" , hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761" } ,
{ file = "h11-0.14.0.tar.gz" , hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d" } ,
]
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "html5lib"
version = "1.1"
description = "HTML parser based on the WHATWG HTML specification"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2023-02-02 00:00:24 +01:00
files = [
{ file = "html5lib-1.1-py2.py3-none-any.whl" , hash = "sha256:0d78f8fde1c230e99fe37986a60526d7049ed4bf8a9fadbad5f00e22e58e041d" } ,
{ file = "html5lib-1.1.tar.gz" , hash = "sha256:b2e5b40261e20f354d198eae92afc10d750afb487ed5e50f9c4eaf07c184146f" } ,
]
2021-06-15 19:09:21 +02:00
[ package . dependencies ]
six = ">=1.9"
webencodings = "*"
[ package . extras ]
2022-10-23 12:24:51 +02:00
all = [ "chardet (>=2.2)" , "genshi" , "lxml" ]
2021-06-15 19:09:21 +02:00
chardet = [ "chardet (>=2.2)" ]
genshi = [ "genshi" ]
lxml = [ "lxml" ]
2023-02-03 23:44:09 +01:00
[ [ package ] ]
name = "httpcore"
version = "0.16.3"
description = "A minimal low-level HTTP client."
category = "main"
optional = false
python-versions = ">=3.7"
files = [
{ file = "httpcore-0.16.3-py3-none-any.whl" , hash = "sha256:da1fb708784a938aa084bde4feb8317056c55037247c787bd7e19eb2c2949dc0" } ,
{ file = "httpcore-0.16.3.tar.gz" , hash = "sha256:c5d6f04e2fc530f39e0c077e6a30caa53f1451096120f1f38b954afd0b17c0cb" } ,
]
[ package . dependencies ]
anyio = ">=3.0,<5.0"
certifi = "*"
h11 = ">=0.13,<0.15"
sniffio = ">=1.0.0,<2.0.0"
[ package . extras ]
http2 = [ "h2 (>=3,<5)" ]
socks = [ "socksio (>=1.0.0,<2.0.0)" ]
[ [ package ] ]
name = "httpx"
version = "0.23.3"
description = "The next generation HTTP client."
category = "main"
optional = false
python-versions = ">=3.7"
files = [
{ file = "httpx-0.23.3-py3-none-any.whl" , hash = "sha256:a211fcce9b1254ea24f0cd6af9869b3d29aba40154e947d2a07bb499b3e310d6" } ,
{ file = "httpx-0.23.3.tar.gz" , hash = "sha256:9818458eb565bb54898ccb9b8b251a28785dd4a55afbc23d0eb410754fe7d0f9" } ,
]
[ package . dependencies ]
certifi = "*"
httpcore = ">=0.15.0,<0.17.0"
rfc3986 = { version = ">=1.3,<2" , extras = [ "idna2008" ] }
sniffio = "*"
[ package . extras ]
brotli = [ "brotli" , "brotlicffi" ]
cli = [ "click (>=8.0.0,<9.0.0)" , "pygments (>=2.0.0,<3.0.0)" , "rich (>=10,<13)" ]
http2 = [ "h2 (>=3,<5)" ]
socks = [ "socksio (>=1.0.0,<2.0.0)" ]
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "idna"
2022-10-23 12:24:51 +02:00
version = "3.4"
2021-06-15 19:09:21 +02:00
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false
2021-08-05 19:17:07 +02:00
python-versions = ">=3.5"
2023-02-02 00:00:24 +01:00
files = [
{ file = "idna-3.4-py3-none-any.whl" , hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2" } ,
{ file = "idna-3.4.tar.gz" , hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4" } ,
]
2021-06-15 19:09:21 +02:00
2021-06-21 18:54:03 +02:00
[ [ package ] ]
name = "iniconfig"
2023-02-02 00:00:24 +01:00
version = "2.0.0"
description = "brain-dead simple config-ini parsing"
2021-12-07 21:16:48 +01:00
category = "dev"
2021-06-21 18:54:03 +02:00
optional = false
2023-02-02 00:00:24 +01:00
python-versions = ">=3.7"
files = [
{ file = "iniconfig-2.0.0-py3-none-any.whl" , hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374" } ,
{ file = "iniconfig-2.0.0.tar.gz" , hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3" } ,
]
2021-06-21 18:54:03 +02:00
2021-11-02 14:25:50 +01:00
[ [ package ] ]
name = "isort"
2023-02-02 00:00:24 +01:00
version = "5.12.0"
2021-11-02 14:25:50 +01:00
description = "A Python utility / library to sort Python imports."
category = "dev"
optional = false
2023-02-02 00:00:24 +01:00
python-versions = ">=3.8.0"
files = [
{ file = "isort-5.12.0-py3-none-any.whl" , hash = "sha256:f84c2818376e66cf843d497486ea8fed8700b340f308f076c6fb1229dff318b6" } ,
{ file = "isort-5.12.0.tar.gz" , hash = "sha256:8bef7dde241278824a6d83f44a544709b065191b95b6e50894bdc722fcba0504" } ,
]
2021-11-02 14:25:50 +01:00
[ package . extras ]
2023-02-02 00:00:24 +01:00
colors = [ "colorama (>=0.4.3)" ]
pipfile-deprecated-finder = [ "pip-shims (>=0.5.2)" , "pipreqs" , "requirementslib" ]
2021-11-02 14:25:50 +01:00
plugins = [ "setuptools" ]
2023-02-02 00:00:24 +01:00
requirements-deprecated-finder = [ "pip-api" , "pipreqs" ]
2021-11-02 14:25:50 +01:00
[ [ package ] ]
name = "mypy-extensions"
version = "0.4.3"
description = "Experimental type system extensions for programs checked with the mypy typechecker."
category = "dev"
optional = false
python-versions = "*"
2023-02-02 00:00:24 +01:00
files = [
{ file = "mypy_extensions-0.4.3-py2.py3-none-any.whl" , hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d" } ,
{ file = "mypy_extensions-0.4.3.tar.gz" , hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8" } ,
]
2021-11-02 14:25:50 +01:00
[ [ package ] ]
name = "nodeenv"
2022-10-23 12:24:51 +02:00
version = "1.7.0"
2021-11-02 14:25:50 +01:00
description = "Node.js virtual environment builder"
category = "dev"
optional = false
2022-10-23 12:24:51 +02:00
python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*"
2023-02-02 00:00:24 +01:00
files = [
{ file = "nodeenv-1.7.0-py2.py3-none-any.whl" , hash = "sha256:27083a7b96a25f2f5e1d8cb4b6317ee8aeda3bdd121394e5ac54e498028a042e" } ,
{ file = "nodeenv-1.7.0.tar.gz" , hash = "sha256:e0e7f7dfb85fc5394c6fe1e8fa98131a2473e04311a45afb6508f7cf1836fa2b" } ,
]
2022-10-23 12:24:51 +02:00
[ package . dependencies ]
setuptools = "*"
2021-11-02 14:25:50 +01:00
2021-06-21 18:54:03 +02:00
[ [ package ] ]
name = "packaging"
2023-02-02 00:00:24 +01:00
version = "23.0"
2021-06-21 18:54:03 +02:00
description = "Core utilities for Python packages"
2021-12-07 21:16:48 +01:00
category = "dev"
2021-06-21 18:54:03 +02:00
optional = false
2023-02-02 00:00:24 +01:00
python-versions = ">=3.7"
files = [
{ file = "packaging-23.0-py3-none-any.whl" , hash = "sha256:714ac14496c3e68c99c29b00845f7a2b85f3bb6f1078fd9f72fd20f0570002b2" } ,
{ file = "packaging-23.0.tar.gz" , hash = "sha256:b6ad297f8907de0fa2fe1ccbd26fdaf387f5f47c7275fedf8cce89f99446cf97" } ,
]
2021-06-21 18:54:03 +02:00
2021-11-02 14:25:50 +01:00
[ [ package ] ]
name = "pathspec"
2023-02-02 00:00:24 +01:00
version = "0.11.0"
2021-11-02 14:25:50 +01:00
description = "Utility library for gitignore style pattern matching of file paths."
category = "dev"
optional = false
2022-10-23 12:24:51 +02:00
python-versions = ">=3.7"
2023-02-02 00:00:24 +01:00
files = [
{ file = "pathspec-0.11.0-py3-none-any.whl" , hash = "sha256:3a66eb970cbac598f9e5ccb5b2cf58930cd8e3ed86d393d541eaf2d8b1705229" } ,
{ file = "pathspec-0.11.0.tar.gz" , hash = "sha256:64d338d4e0914e91c1792321e6907b5a593f1ab1851de7fc269557a21b30ebbc" } ,
]
2021-11-02 14:25:50 +01:00
[ [ package ] ]
name = "platformdirs"
2023-02-02 00:00:24 +01:00
version = "2.6.2"
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
2021-11-02 14:25:50 +01:00
category = "dev"
optional = false
2022-01-13 23:18:24 +01:00
python-versions = ">=3.7"
2023-02-02 00:00:24 +01:00
files = [
{ file = "platformdirs-2.6.2-py3-none-any.whl" , hash = "sha256:83c8f6d04389165de7c9b6f0c682439697887bca0aa2f1c87ef1826be3584490" } ,
{ file = "platformdirs-2.6.2.tar.gz" , hash = "sha256:e1fea1fe471b9ff8332e229df3cb7de4f53eeea4998d3b6bfff542115e998bd2" } ,
]
2021-11-02 14:25:50 +01:00
[ package . extras ]
2023-02-02 00:00:24 +01:00
docs = [ "furo (>=2022.12.7)" , "proselint (>=0.13)" , "sphinx (>=5.3)" , "sphinx-autodoc-typehints (>=1.19.5)" ]
test = [ "appdirs (==1.4.4)" , "covdefaults (>=2.2.2)" , "pytest (>=7.2)" , "pytest-cov (>=4)" , "pytest-mock (>=3.10)" ]
2021-11-02 14:25:50 +01:00
2021-06-21 18:54:03 +02:00
[ [ package ] ]
name = "pluggy"
2021-11-02 14:16:00 +01:00
version = "1.0.0"
2021-06-21 18:54:03 +02:00
description = "plugin and hook calling mechanisms for python"
2021-12-07 21:16:48 +01:00
category = "dev"
2021-06-21 18:54:03 +02:00
optional = false
2021-11-02 14:16:00 +01:00
python-versions = ">=3.6"
2023-02-02 00:00:24 +01:00
files = [
{ file = "pluggy-1.0.0-py2.py3-none-any.whl" , hash = "sha256:74134bbf457f031a36d68416e1509f34bd5ccc019f0bcc952c7b909d06b37bd3" } ,
{ file = "pluggy-1.0.0.tar.gz" , hash = "sha256:4224373bacce55f955a878bf9cfa763c1e360858e330072059e10bad68531159" } ,
]
2021-06-21 18:54:03 +02:00
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
2021-11-02 14:16:00 +01:00
testing = [ "pytest" , "pytest-benchmark" ]
2021-06-21 18:54:03 +02:00
2023-02-03 22:10:11 +01:00
[ [ package ] ]
name = "pyflakes"
version = "3.0.1"
description = "passive checker of Python programs"
category = "main"
optional = false
python-versions = ">=3.6"
files = [
{ file = "pyflakes-3.0.1-py2.py3-none-any.whl" , hash = "sha256:ec55bf7fe21fff7f1ad2f7da62363d749e2a470500eab1b555334b67aa1ef8cf" } ,
{ file = "pyflakes-3.0.1.tar.gz" , hash = "sha256:ec8b276a6b60bd80defed25add7e439881c19e64850afd9b346283d4165fd0fd" } ,
]
2021-11-02 14:25:50 +01:00
[ [ package ] ]
name = "pyright"
2023-02-02 00:00:24 +01:00
version = "1.1.292"
2021-11-02 14:25:50 +01:00
description = "Command line wrapper for pyright"
category = "dev"
optional = false
2022-10-23 12:24:51 +02:00
python-versions = ">=3.7"
2023-02-02 00:00:24 +01:00
files = [
{ file = "pyright-1.1.292-py3-none-any.whl" , hash = "sha256:23d1f14b15afe38bb7a7117b9861ad0546aff078da312d294e60a727445c23ff" } ,
{ file = "pyright-1.1.292.tar.gz" , hash = "sha256:035ea1af6fabfdcc80c0afb545f677bd377114157d69779cce2a642ff894e51c" } ,
]
2021-11-02 14:25:50 +01:00
[ package . dependencies ]
nodeenv = ">=1.6.0"
[ package . extras ]
all = [ "twine (>=3.4.1)" ]
dev = [ "twine (>=3.4.1)" ]
2021-06-21 18:54:03 +02:00
[ [ package ] ]
name = "pytest"
2023-02-02 00:00:24 +01:00
version = "7.2.1"
2021-06-21 18:54:03 +02:00
description = "pytest: simple powerful testing with Python"
2021-12-07 21:16:48 +01:00
category = "dev"
2021-06-21 18:54:03 +02:00
optional = false
2022-10-23 12:24:51 +02:00
python-versions = ">=3.7"
2023-02-02 00:00:24 +01:00
files = [
{ file = "pytest-7.2.1-py3-none-any.whl" , hash = "sha256:c7c6ca206e93355074ae32f7403e8ea12163b1163c976fee7d4d84027c162be5" } ,
{ file = "pytest-7.2.1.tar.gz" , hash = "sha256:d45e0952f3727241918b8fd0f376f5ff6b301cc0777c6f9a556935c92d8a7d42" } ,
]
2021-06-21 18:54:03 +02:00
[ package . dependencies ]
attrs = ">=19.2.0"
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
iniconfig = "*"
packaging = "*"
2021-11-02 14:16:00 +01:00
pluggy = ">=0.12,<2.0"
2021-06-21 18:54:03 +02:00
[ package . extras ]
2022-10-23 12:24:51 +02:00
testing = [ "argcomplete" , "hypothesis (>=3.56)" , "mock" , "nose" , "pygments (>=2.7.2)" , "requests" , "xmlschema" ]
2021-06-21 18:54:03 +02:00
2021-12-07 23:54:06 +01:00
[ [ package ] ]
name = "pytest-asyncio"
2023-02-02 00:00:24 +01:00
version = "0.20.3"
2022-10-23 12:24:51 +02:00
description = "Pytest support for asyncio"
2021-12-07 23:54:06 +01:00
category = "dev"
optional = false
2022-10-23 12:24:51 +02:00
python-versions = ">=3.7"
2023-02-02 00:00:24 +01:00
files = [
{ file = "pytest-asyncio-0.20.3.tar.gz" , hash = "sha256:83cbf01169ce3e8eb71c6c278ccb0574d1a7a3bb8eaaf5e50e0ad342afb33b36" } ,
{ file = "pytest_asyncio-0.20.3-py3-none-any.whl" , hash = "sha256:f129998b209d04fcc65c96fc85c11e5316738358909a8399e93be553d7656442" } ,
]
2021-12-07 23:54:06 +01:00
[ package . dependencies ]
2022-10-23 12:24:51 +02:00
pytest = ">=6.1.0"
2021-12-07 23:54:06 +01:00
[ package . extras ]
2023-02-02 00:00:24 +01:00
docs = [ "sphinx (>=5.3)" , "sphinx-rtd-theme (>=1.0)" ]
2022-10-23 12:24:51 +02:00
testing = [ "coverage (>=6.2)" , "flaky (>=3.5.0)" , "hypothesis (>=5.7.1)" , "mypy (>=0.931)" , "pytest-trio (>=0.7.0)" ]
2021-12-07 23:54:06 +01:00
2021-06-15 19:09:21 +02:00
[ [ package ] ]
2023-02-03 23:44:09 +01:00
name = "rfc3986"
version = "1.5.0"
description = "Validating URI References per RFC 3986"
2021-06-15 19:09:21 +02:00
category = "main"
optional = false
2023-02-03 23:44:09 +01:00
python-versions = "*"
2023-02-02 00:00:24 +01:00
files = [
2023-02-03 23:44:09 +01:00
{ file = "rfc3986-1.5.0-py2.py3-none-any.whl" , hash = "sha256:a86d6e1f5b1dc238b218b012df0aa79409667bb209e58da56d0b94704e712a97" } ,
{ file = "rfc3986-1.5.0.tar.gz" , hash = "sha256:270aaf10d87d0d4e095063c65bf3ddbc6ee3d0b226328ce21e036f946e421835" } ,
2023-02-02 00:00:24 +01:00
]
2021-06-15 19:09:21 +02:00
[ package . dependencies ]
2023-02-03 23:44:09 +01:00
idna = { version = "*" , optional = true , markers = "extra == \"idna2008\"" }
2021-06-15 19:09:21 +02:00
[ package . extras ]
2023-02-03 23:44:09 +01:00
idna2008 = [ "idna" ]
2022-10-23 12:24:51 +02:00
[ [ package ] ]
name = "setuptools"
2023-02-02 00:00:24 +01:00
version = "67.1.0"
2022-10-23 12:24:51 +02:00
description = "Easily download, build, install, upgrade, and uninstall Python packages"
category = "dev"
optional = false
python-versions = ">=3.7"
2023-02-02 00:00:24 +01:00
files = [
{ file = "setuptools-67.1.0-py3-none-any.whl" , hash = "sha256:a7687c12b444eaac951ea87a9627c4f904ac757e7abdc5aac32833234af90378" } ,
{ file = "setuptools-67.1.0.tar.gz" , hash = "sha256:e261cdf010c11a41cb5cb5f1bf3338a7433832029f559a6a7614bd42a967c300" } ,
]
2022-10-23 12:24:51 +02:00
[ package . extras ]
2023-02-02 00:00:24 +01:00
docs = [ "furo" , "jaraco.packaging (>=9)" , "jaraco.tidelift (>=1.4)" , "pygments-github-lexers (==0.0.5)" , "rst.linker (>=1.9)" , "sphinx (>=3.5)" , "sphinx-favicon" , "sphinx-hoverxref (<2)" , "sphinx-inline-tabs" , "sphinx-lint" , "sphinx-notfound-page (==0.8.3)" , "sphinx-reredirects" , "sphinxcontrib-towncrier" ]
testing = [ "build[virtualenv]" , "filelock (>=3.4.0)" , "flake8 (<5)" , "flake8-2020" , "ini2toml[lite] (>=0.9)" , "jaraco.envs (>=2.2)" , "jaraco.path (>=3.2.0)" , "pip (>=19.1)" , "pip-run (>=8.8)" , "pytest (>=6)" , "pytest-black (>=0.3.7)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=1.3)" , "pytest-flake8" , "pytest-mypy (>=0.9.1)" , "pytest-perf" , "pytest-timeout" , "pytest-xdist" , "tomli-w (>=1.0.0)" , "virtualenv (>=13.0.0)" , "wheel" ]
2022-10-23 12:24:51 +02:00
testing-integration = [ "build[virtualenv]" , "filelock (>=3.4.0)" , "jaraco.envs (>=2.2)" , "jaraco.path (>=3.2.0)" , "pytest" , "pytest-enabler" , "pytest-xdist" , "tomli" , "virtualenv (>=13.0.0)" , "wheel" ]
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "six"
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
2023-02-02 00:00:24 +01:00
files = [
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
]
2021-06-15 19:09:21 +02:00
2021-11-02 14:16:00 +01:00
[ [ package ] ]
name = "sniffio"
2022-10-23 12:24:51 +02:00
version = "1.3.0"
2021-11-02 14:16:00 +01:00
description = "Sniff out which async library your code is running under"
category = "main"
optional = false
2022-10-23 12:24:51 +02:00
python-versions = ">=3.7"
2023-02-02 00:00:24 +01:00
files = [
{ file = "sniffio-1.3.0-py3-none-any.whl" , hash = "sha256:eecefdce1e5bbfb7ad2eeaabf7c1eeb404d7757c379bd1f7e5cce9d8bf425384" } ,
{ file = "sniffio-1.3.0.tar.gz" , hash = "sha256:e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101" } ,
]
2021-11-02 14:16:00 +01:00
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "soupsieve"
2022-10-23 12:24:51 +02:00
version = "2.3.2.post1"
2021-06-15 19:09:21 +02:00
description = "A modern CSS selector implementation for Beautiful Soup."
category = "main"
optional = false
python-versions = ">=3.6"
2023-02-02 00:00:24 +01:00
files = [
{ file = "soupsieve-2.3.2.post1-py3-none-any.whl" , hash = "sha256:3b2503d3c7084a42b1ebd08116e5f81aadfaea95863628c80a3b774a11b7c759" } ,
{ file = "soupsieve-2.3.2.post1.tar.gz" , hash = "sha256:fc53893b3da2c33de295667a0e19f078c14bf86544af307354de5fcf12a3f30d" } ,
]
2021-06-15 19:09:21 +02:00
[ [ package ] ]
2023-02-02 00:00:24 +01:00
name = "sqlalchemy"
version = "1.4.46"
2021-06-15 19:09:21 +02:00
description = "Database Abstraction Library"
category = "main"
optional = false
2021-12-07 21:16:48 +01:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
2023-02-02 00:00:24 +01:00
files = [
{ file = "SQLAlchemy-1.4.46-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:7001f16a9a8e06488c3c7154827c48455d1c1507d7228d43e781afbc8ceccf6d" } ,
{ file = "SQLAlchemy-1.4.46-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:c7a46639ba058d320c9f53a81db38119a74b8a7a1884df44d09fbe807d028aaf" } ,
{ file = "SQLAlchemy-1.4.46-cp27-cp27m-win32.whl" , hash = "sha256:c04144a24103135ea0315d459431ac196fe96f55d3213bfd6d39d0247775c854" } ,
{ file = "SQLAlchemy-1.4.46-cp27-cp27m-win_amd64.whl" , hash = "sha256:7b81b1030c42b003fc10ddd17825571603117f848814a344d305262d370e7c34" } ,
{ file = "SQLAlchemy-1.4.46-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:939f9a018d2ad04036746e15d119c0428b1e557470361aa798e6e7d7f5875be0" } ,
{ file = "SQLAlchemy-1.4.46-cp310-cp310-macosx_11_0_x86_64.whl" , hash = "sha256:b7f4b6aa6e87991ec7ce0e769689a977776db6704947e562102431474799a857" } ,
{ file = "SQLAlchemy-1.4.46-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5dbf17ac9a61e7a3f1c7ca47237aac93cabd7f08ad92ac5b96d6f8dea4287fc1" } ,
{ file = "SQLAlchemy-1.4.46-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:7f8267682eb41a0584cf66d8a697fef64b53281d01c93a503e1344197f2e01fe" } ,
{ file = "SQLAlchemy-1.4.46-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:64cb0ad8a190bc22d2112001cfecdec45baffdf41871de777239da6a28ed74b6" } ,
{ file = "SQLAlchemy-1.4.46-cp310-cp310-win32.whl" , hash = "sha256:5f752676fc126edc1c4af0ec2e4d2adca48ddfae5de46bb40adbd3f903eb2120" } ,
{ file = "SQLAlchemy-1.4.46-cp310-cp310-win_amd64.whl" , hash = "sha256:31de1e2c45e67a5ec1ecca6ec26aefc299dd5151e355eb5199cd9516b57340be" } ,
{ file = "SQLAlchemy-1.4.46-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:d68e1762997bfebf9e5cf2a9fd0bcf9ca2fdd8136ce7b24bbd3bbfa4328f3e4a" } ,
{ file = "SQLAlchemy-1.4.46-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4d112b0f3c1bc5ff70554a97344625ef621c1bfe02a73c5d97cac91f8cd7a41e" } ,
{ file = "SQLAlchemy-1.4.46-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:69fac0a7054d86b997af12dc23f581cf0b25fb1c7d1fed43257dee3af32d3d6d" } ,
{ file = "SQLAlchemy-1.4.46-cp311-cp311-win32.whl" , hash = "sha256:887865924c3d6e9a473dc82b70977395301533b3030d0f020c38fd9eba5419f2" } ,
{ file = "SQLAlchemy-1.4.46-cp311-cp311-win_amd64.whl" , hash = "sha256:984ee13543a346324319a1fb72b698e521506f6f22dc37d7752a329e9cd00a32" } ,
{ file = "SQLAlchemy-1.4.46-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:9167d4227b56591a4cc5524f1b79ccd7ea994f36e4c648ab42ca995d28ebbb96" } ,
{ file = "SQLAlchemy-1.4.46-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d61e9ecc849d8d44d7f80894ecff4abe347136e9d926560b818f6243409f3c86" } ,
{ file = "SQLAlchemy-1.4.46-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:3ec187acf85984263299a3f15c34a6c0671f83565d86d10f43ace49881a82718" } ,
{ file = "SQLAlchemy-1.4.46-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9883f5fae4fd8e3f875adc2add69f8b945625811689a6c65866a35ee9c0aea23" } ,
{ file = "SQLAlchemy-1.4.46-cp36-cp36m-win32.whl" , hash = "sha256:535377e9b10aff5a045e3d9ada8a62d02058b422c0504ebdcf07930599890eb0" } ,
{ file = "SQLAlchemy-1.4.46-cp36-cp36m-win_amd64.whl" , hash = "sha256:18cafdb27834fa03569d29f571df7115812a0e59fd6a3a03ccb0d33678ec8420" } ,
{ file = "SQLAlchemy-1.4.46-cp37-cp37m-macosx_10_15_x86_64.whl" , hash = "sha256:a1ad90c97029cc3ab4ffd57443a20fac21d2ec3c89532b084b073b3feb5abff3" } ,
{ file = "SQLAlchemy-1.4.46-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4847f4b1d822754e35707db913396a29d874ee77b9c3c3ef3f04d5a9a6209618" } ,
{ file = "SQLAlchemy-1.4.46-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:c5a99282848b6cae0056b85da17392a26b2d39178394fc25700bcf967e06e97a" } ,
{ file = "SQLAlchemy-1.4.46-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d4b1cc7835b39835c75cf7c20c926b42e97d074147c902a9ebb7cf2c840dc4e2" } ,
{ file = "SQLAlchemy-1.4.46-cp37-cp37m-win32.whl" , hash = "sha256:c522e496f9b9b70296a7675272ec21937ccfc15da664b74b9f58d98a641ce1b6" } ,
{ file = "SQLAlchemy-1.4.46-cp37-cp37m-win_amd64.whl" , hash = "sha256:ae067ab639fa499f67ded52f5bc8e084f045d10b5ac7bb928ae4ca2b6c0429a5" } ,
{ file = "SQLAlchemy-1.4.46-cp38-cp38-macosx_10_15_x86_64.whl" , hash = "sha256:e3c1808008124850115a3f7e793a975cfa5c8a26ceeeb9ff9cbb4485cac556df" } ,
{ file = "SQLAlchemy-1.4.46-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d4d164df3d83d204c69f840da30b292ac7dc54285096c6171245b8d7807185aa" } ,
{ file = "SQLAlchemy-1.4.46-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:b33ffbdbbf5446cf36cd4cc530c9d9905d3c2fe56ed09e25c22c850cdb9fac92" } ,
{ file = "SQLAlchemy-1.4.46-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3d94682732d1a0def5672471ba42a29ff5e21bb0aae0afa00bb10796fc1e28dd" } ,
{ file = "SQLAlchemy-1.4.46-cp38-cp38-win32.whl" , hash = "sha256:f8cb80fe8d14307e4124f6fad64dfd87ab749c9d275f82b8b4ec84c84ecebdbe" } ,
{ file = "SQLAlchemy-1.4.46-cp38-cp38-win_amd64.whl" , hash = "sha256:07e48cbcdda6b8bc7a59d6728bd3f5f574ffe03f2c9fb384239f3789c2d95c2e" } ,
{ file = "SQLAlchemy-1.4.46-cp39-cp39-macosx_11_0_x86_64.whl" , hash = "sha256:1b1e5e96e2789d89f023d080bee432e2fef64d95857969e70d3cadec80bd26f0" } ,
{ file = "SQLAlchemy-1.4.46-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a3714e5b33226131ac0da60d18995a102a17dddd42368b7bdd206737297823ad" } ,
{ file = "SQLAlchemy-1.4.46-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:955162ad1a931fe416eded6bb144ba891ccbf9b2e49dc7ded39274dd9c5affc5" } ,
{ file = "SQLAlchemy-1.4.46-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b6e4cb5c63f705c9d546a054c60d326cbde7421421e2d2565ce3e2eee4e1a01f" } ,
{ file = "SQLAlchemy-1.4.46-cp39-cp39-win32.whl" , hash = "sha256:51e1ba2884c6a2b8e19109dc08c71c49530006c1084156ecadfaadf5f9b8b053" } ,
{ file = "SQLAlchemy-1.4.46-cp39-cp39-win_amd64.whl" , hash = "sha256:315676344e3558f1f80d02535f410e80ea4e8fddba31ec78fe390eff5fb8f466" } ,
{ file = "SQLAlchemy-1.4.46.tar.gz" , hash = "sha256:6913b8247d8a292ef8315162a51931e2b40ce91681f1b6f18f697045200c4a30" } ,
]
2021-12-07 21:16:48 +01:00
[ package . dependencies ]
greenlet = { version = "!=0.4.17" , markers = "python_version >= \"3\" and (platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\")" }
2021-06-15 19:09:21 +02:00
[ package . extras ]
2022-10-23 12:24:51 +02:00
aiomysql = [ "aiomysql" , "greenlet (!=0.4.17)" ]
2023-02-02 00:00:24 +01:00
aiosqlite = [ "aiosqlite" , "greenlet (!=0.4.17)" , "typing-extensions (!=3.10.0.1)" ]
2021-12-07 21:16:48 +01:00
asyncio = [ "greenlet (!=0.4.17)" ]
2023-02-02 00:00:24 +01:00
asyncmy = [ "asyncmy (>=0.2.3,!=0.2.4)" , "greenlet (!=0.4.17)" ]
mariadb-connector = [ "mariadb (>=1.0.1,!=1.1.2)" ]
2021-06-15 19:09:21 +02:00
mssql = [ "pyodbc" ]
2023-02-02 00:00:24 +01:00
mssql-pymssql = [ "pymssql" ]
mssql-pyodbc = [ "pyodbc" ]
2022-10-23 12:24:51 +02:00
mypy = [ "mypy (>=0.910)" , "sqlalchemy2-stubs" ]
mysql = [ "mysqlclient (>=1.4.0)" , "mysqlclient (>=1.4.0,<2)" ]
2023-02-02 00:00:24 +01:00
mysql-connector = [ "mysql-connector-python" ]
oracle = [ "cx-oracle (>=7)" , "cx-oracle (>=7,<8)" ]
2021-12-07 21:16:48 +01:00
postgresql = [ "psycopg2 (>=2.7)" ]
2023-02-02 00:00:24 +01:00
postgresql-asyncpg = [ "asyncpg" , "greenlet (!=0.4.17)" ]
postgresql-pg8000 = [ "pg8000 (>=1.16.6,!=1.29.0)" ]
postgresql-psycopg2binary = [ "psycopg2-binary" ]
postgresql-psycopg2cffi = [ "psycopg2cffi" ]
2022-10-23 12:24:51 +02:00
pymysql = [ "pymysql" , "pymysql (<1)" ]
2023-02-02 00:00:24 +01:00
sqlcipher = [ "sqlcipher3-binary" ]
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "starlette"
2023-02-02 00:00:24 +01:00
version = "0.23.1"
2021-06-15 19:09:21 +02:00
description = "The little ASGI library that shines."
category = "main"
optional = false
2023-02-02 00:00:24 +01:00
python-versions = ">=3.7"
files = [
{ file = "starlette-0.23.1-py3-none-any.whl" , hash = "sha256:ec69736c90be8dbfc6ec6800ba6feb79c8c44f9b1706c0b2bb27f936bcf362cc" } ,
{ file = "starlette-0.23.1.tar.gz" , hash = "sha256:8510e5b3d670326326c5c1d4cb657cc66832193fe5d5b7015a51c7b1e1b1bf42" } ,
]
2021-06-15 19:09:21 +02:00
2021-11-02 14:16:00 +01:00
[ package . dependencies ]
2023-02-02 00:00:24 +01:00
anyio = ">=3.4.0,<5"
2021-11-02 14:16:00 +01:00
2021-06-15 19:09:21 +02:00
[ package . extras ]
2023-02-02 00:00:24 +01:00
full = [ "httpx (>=0.22.0)" , "itsdangerous" , "jinja2" , "python-multipart" , "pyyaml" ]
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "ulid-py"
version = "1.1.0"
description = "Universally Unique Lexicographically Sortable Identifier"
category = "main"
optional = false
python-versions = "*"
2023-02-02 00:00:24 +01:00
files = [
{ file = "ulid-py-1.1.0.tar.gz" , hash = "sha256:dc6884be91558df077c3011b9fb0c87d1097cb8fc6534b11f310161afd5738f0" } ,
{ file = "ulid_py-1.1.0-py2.py3-none-any.whl" , hash = "sha256:b56a0f809ef90d6020b21b89a87a48edc7c03aea80e5ed5174172e82d76e3987" } ,
]
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "uvicorn"
2023-02-02 00:00:24 +01:00
version = "0.20.0"
2021-06-15 19:09:21 +02:00
description = "The lightning-fast ASGI server."
category = "main"
optional = false
2022-10-23 12:24:51 +02:00
python-versions = ">=3.7"
2023-02-02 00:00:24 +01:00
files = [
{ file = "uvicorn-0.20.0-py3-none-any.whl" , hash = "sha256:c3ed1598a5668208723f2bb49336f4509424ad198d6ab2615b7783db58d919fd" } ,
{ file = "uvicorn-0.20.0.tar.gz" , hash = "sha256:a4e12017b940247f836bc90b72e725d7dfd0c8ed1c51eb365f5ba30d9f5127d8" } ,
]
2021-06-15 19:09:21 +02:00
[ package . dependencies ]
2021-11-02 14:16:00 +01:00
click = ">=7.0"
2021-06-15 19:09:21 +02:00
h11 = ">=0.8"
[ package . extras ]
2023-02-02 00:00:24 +01:00
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.4)" ]
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "webencodings"
version = "0.5.1"
description = "Character encoding aliases for legacy web content"
category = "main"
optional = false
python-versions = "*"
2023-02-02 00:00:24 +01:00
files = [
2021-06-15 19:09:21 +02:00
{ file = "webencodings-0.5.1-py2.py3-none-any.whl" , hash = "sha256:a0af1213f3c2226497a97e2b3aa01a7e4bee4f403f95be16fc9acd2947514a78" } ,
{ file = "webencodings-0.5.1.tar.gz" , hash = "sha256:b36a1c245f2d304965eb4e0a82848379241dc04b865afcc4aab16748587e1923" } ,
]
2023-02-02 00:00:24 +01:00
[ metadata ]
lock-version = "2.0"
python-versions = "^3.11"
2023-02-03 23:44:09 +01:00
content-hash = "05dc90985d69552657feca4adf2827f52a8e156eb77eda65cf6775357bed5472"