2023-11-26 15:10:16 +01:00
# This file is automatically @generated by Poetry 1.7.1 and should not be changed by hand.
2023-02-02 00:00:24 +01:00
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "aiosqlite"
2023-07-22 18:37:54 +02:00
version = "0.19.0"
2021-06-15 19:09:21 +02:00
description = "asyncio bridge to the standard sqlite3 module"
optional = false
2023-02-02 00:00:24 +01:00
python-versions = ">=3.7"
files = [
2023-07-22 18:37:54 +02:00
{ file = "aiosqlite-0.19.0-py3-none-any.whl" , hash = "sha256:edba222e03453e094a3ce605db1b970c4b3376264e56f32e2a4959f948d66a96" } ,
{ file = "aiosqlite-0.19.0.tar.gz" , hash = "sha256:95ee77b91c8d2808bd08a59fbebf66270e9090c3d92ffbf260dc0db0b979577d" } ,
2023-02-02 00:00:24 +01:00
]
2021-06-15 19:09:21 +02:00
2023-07-22 18:37:54 +02:00
[ package . extras ]
dev = [ "aiounittest (==1.4.1)" , "attribution (==1.6.2)" , "black (==23.3.0)" , "coverage[toml] (==7.2.3)" , "flake8 (==5.0.4)" , "flake8-bugbear (==23.3.12)" , "flit (==3.7.1)" , "mypy (==1.2.0)" , "ufmt (==2.1.0)" , "usort (==1.0.6)" ]
docs = [ "sphinx (==6.1.3)" , "sphinx-mdinclude (==0.5.3)" ]
2021-11-02 14:16:00 +01:00
[ [ package ] ]
name = "anyio"
2023-07-22 18:37:54 +02:00
version = "3.7.1"
2021-11-02 14:16:00 +01:00
description = "High level compatibility layer for multiple asynchronous event loop implementations"
optional = false
2023-07-22 18:37:54 +02:00
python-versions = ">=3.7"
2023-02-02 00:00:24 +01:00
files = [
2023-07-22 18:37:54 +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-02-02 00:00:24 +01:00
]
2021-11-02 14:16:00 +01:00
[ package . dependencies ]
idna = ">=2.8"
sniffio = ">=1.1"
[ package . extras ]
2023-07-22 18:37:54 +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)" ]
2021-06-21 18:54:03 +02:00
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "beautifulsoup4"
2023-07-22 18:37:54 +02:00
version = "4.12.2"
2021-06-15 19:09:21 +02:00
description = "Screen-scraping library"
optional = false
2022-10-23 12:24:51 +02:00
python-versions = ">=3.6.0"
2023-02-02 00:00:24 +01:00
files = [
2023-07-22 18:37:54 +02:00
{ file = "beautifulsoup4-4.12.2-py3-none-any.whl" , hash = "sha256:bd2520ca0d9d7d12694a53d44ac482d181b4ec1888909b035a3dbf40d0f57d4a" } ,
{ file = "beautifulsoup4-4.12.2.tar.gz" , hash = "sha256:492bbc69dca35d12daac71c4db1bfff0c876c00ef4a2ffacce226d4638eb72da" } ,
2023-02-02 00:00:24 +01:00
]
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" ]
[ [ package ] ]
name = "certifi"
2023-07-22 18:37:54 +02:00
version = "2023.7.22"
2021-06-15 19:09:21 +02:00
description = "Python package for providing Mozilla's CA Bundle."
optional = false
2022-10-23 12:24:51 +02:00
python-versions = ">=3.6"
2023-02-02 00:00:24 +01:00
files = [
2023-07-22 18:37:54 +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-02-02 00:00:24 +01:00
]
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "click"
2023-07-22 18:37:54 +02:00
version = "8.1.6"
2021-06-15 19:09:21 +02:00
description = "Composable command line interface toolkit"
optional = false
2022-10-23 12:24:51 +02:00
python-versions = ">=3.7"
2023-02-02 00:00:24 +01:00
files = [
2023-07-22 18:37:54 +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-02-02 00:00:24 +01:00
]
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."
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
2023-03-19 00:06:14 +01:00
[ [ package ] ]
name = "coverage"
2023-07-22 18:37:54 +02:00
version = "7.2.7"
2023-03-19 00:06:14 +01:00
description = "Code coverage measurement for Python"
optional = false
python-versions = ">=3.7"
files = [
2023-07-22 18:37:54 +02:00
{ file = "coverage-7.2.7-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:d39b5b4f2a66ccae8b7263ac3c8170994b65266797fb96cbbfd3fb5b23921db8" } ,
{ file = "coverage-7.2.7-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:6d040ef7c9859bb11dfeb056ff5b3872436e3b5e401817d87a31e1750b9ae2fb" } ,
{ file = "coverage-7.2.7-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ba90a9563ba44a72fda2e85302c3abc71c5589cea608ca16c22b9804262aaeb6" } ,
{ file = "coverage-7.2.7-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:e7d9405291c6928619403db1d10bd07888888ec1abcbd9748fdaa971d7d661b2" } ,
{ file = "coverage-7.2.7-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:31563e97dae5598556600466ad9beea39fb04e0229e61c12eaa206e0aa202063" } ,
{ file = "coverage-7.2.7-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:ebba1cd308ef115925421d3e6a586e655ca5a77b5bf41e02eb0e4562a111f2d1" } ,
{ file = "coverage-7.2.7-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:cb017fd1b2603ef59e374ba2063f593abe0fc45f2ad9abdde5b4d83bd922a353" } ,
{ file = "coverage-7.2.7-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:d62a5c7dad11015c66fbb9d881bc4caa5b12f16292f857842d9d1871595f4495" } ,
{ file = "coverage-7.2.7-cp310-cp310-win32.whl" , hash = "sha256:ee57190f24fba796e36bb6d3aa8a8783c643d8fa9760c89f7a98ab5455fbf818" } ,
{ file = "coverage-7.2.7-cp310-cp310-win_amd64.whl" , hash = "sha256:f75f7168ab25dd93110c8a8117a22450c19976afbc44234cbf71481094c1b850" } ,
{ file = "coverage-7.2.7-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:06a9a2be0b5b576c3f18f1a241f0473575c4a26021b52b2a85263a00f034d51f" } ,
{ file = "coverage-7.2.7-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:5baa06420f837184130752b7c5ea0808762083bf3487b5038d68b012e5937dbe" } ,
{ file = "coverage-7.2.7-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:fdec9e8cbf13a5bf63290fc6013d216a4c7232efb51548594ca3631a7f13c3a3" } ,
{ file = "coverage-7.2.7-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:52edc1a60c0d34afa421c9c37078817b2e67a392cab17d97283b64c5833f427f" } ,
{ file = "coverage-7.2.7-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:63426706118b7f5cf6bb6c895dc215d8a418d5952544042c8a2d9fe87fcf09cb" } ,
{ file = "coverage-7.2.7-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:afb17f84d56068a7c29f5fa37bfd38d5aba69e3304af08ee94da8ed5b0865833" } ,
{ file = "coverage-7.2.7-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:48c19d2159d433ccc99e729ceae7d5293fbffa0bdb94952d3579983d1c8c9d97" } ,
{ file = "coverage-7.2.7-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:0e1f928eaf5469c11e886fe0885ad2bf1ec606434e79842a879277895a50942a" } ,
{ file = "coverage-7.2.7-cp311-cp311-win32.whl" , hash = "sha256:33d6d3ea29d5b3a1a632b3c4e4f4ecae24ef170b0b9ee493883f2df10039959a" } ,
{ file = "coverage-7.2.7-cp311-cp311-win_amd64.whl" , hash = "sha256:5b7540161790b2f28143191f5f8ec02fb132660ff175b7747b95dcb77ac26562" } ,
{ file = "coverage-7.2.7-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:f2f67fe12b22cd130d34d0ef79206061bfb5eda52feb6ce0dba0644e20a03cf4" } ,
{ file = "coverage-7.2.7-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a342242fe22407f3c17f4b499276a02b01e80f861f1682ad1d95b04018e0c0d4" } ,
{ file = "coverage-7.2.7-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:171717c7cb6b453aebac9a2ef603699da237f341b38eebfee9be75d27dc38e01" } ,
{ file = "coverage-7.2.7-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:49969a9f7ffa086d973d91cec8d2e31080436ef0fb4a359cae927e742abfaaa6" } ,
{ file = "coverage-7.2.7-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:b46517c02ccd08092f4fa99f24c3b83d8f92f739b4657b0f146246a0ca6a831d" } ,
{ file = "coverage-7.2.7-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:a3d33a6b3eae87ceaefa91ffdc130b5e8536182cd6dfdbfc1aa56b46ff8c86de" } ,
{ file = "coverage-7.2.7-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:976b9c42fb2a43ebf304fa7d4a310e5f16cc99992f33eced91ef6f908bd8f33d" } ,
{ file = "coverage-7.2.7-cp312-cp312-win32.whl" , hash = "sha256:8de8bb0e5ad103888d65abef8bca41ab93721647590a3f740100cd65c3b00511" } ,
{ file = "coverage-7.2.7-cp312-cp312-win_amd64.whl" , hash = "sha256:9e31cb64d7de6b6f09702bb27c02d1904b3aebfca610c12772452c4e6c21a0d3" } ,
{ file = "coverage-7.2.7-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:58c2ccc2f00ecb51253cbe5d8d7122a34590fac9646a960d1430d5b15321d95f" } ,
{ file = "coverage-7.2.7-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d22656368f0e6189e24722214ed8d66b8022db19d182927b9a248a2a8a2f67eb" } ,
{ file = "coverage-7.2.7-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a895fcc7b15c3fc72beb43cdcbdf0ddb7d2ebc959edac9cef390b0d14f39f8a9" } ,
{ file = "coverage-7.2.7-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e84606b74eb7de6ff581a7915e2dab7a28a0517fbe1c9239eb227e1354064dcd" } ,
{ file = "coverage-7.2.7-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:0a5f9e1dbd7fbe30196578ca36f3fba75376fb99888c395c5880b355e2875f8a" } ,
{ file = "coverage-7.2.7-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:419bfd2caae268623dd469eff96d510a920c90928b60f2073d79f8fe2bbc5959" } ,
{ file = "coverage-7.2.7-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:2aee274c46590717f38ae5e4650988d1af340fe06167546cc32fe2f58ed05b02" } ,
{ file = "coverage-7.2.7-cp37-cp37m-win32.whl" , hash = "sha256:61b9a528fb348373c433e8966535074b802c7a5d7f23c4f421e6c6e2f1697a6f" } ,
{ file = "coverage-7.2.7-cp37-cp37m-win_amd64.whl" , hash = "sha256:b1c546aca0ca4d028901d825015dc8e4d56aac4b541877690eb76490f1dc8ed0" } ,
{ file = "coverage-7.2.7-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:54b896376ab563bd38453cecb813c295cf347cf5906e8b41d340b0321a5433e5" } ,
{ file = "coverage-7.2.7-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:3d376df58cc111dc8e21e3b6e24606b5bb5dee6024f46a5abca99124b2229ef5" } ,
{ file = "coverage-7.2.7-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5e330fc79bd7207e46c7d7fd2bb4af2963f5f635703925543a70b99574b0fea9" } ,
{ file = "coverage-7.2.7-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1e9d683426464e4a252bf70c3498756055016f99ddaec3774bf368e76bbe02b6" } ,
{ file = "coverage-7.2.7-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8d13c64ee2d33eccf7437961b6ea7ad8673e2be040b4f7fd4fd4d4d28d9ccb1e" } ,
{ file = "coverage-7.2.7-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:b7aa5f8a41217360e600da646004f878250a0d6738bcdc11a0a39928d7dc2050" } ,
{ file = "coverage-7.2.7-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:8fa03bce9bfbeeef9f3b160a8bed39a221d82308b4152b27d82d8daa7041fee5" } ,
{ file = "coverage-7.2.7-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:245167dd26180ab4c91d5e1496a30be4cd721a5cf2abf52974f965f10f11419f" } ,
{ file = "coverage-7.2.7-cp38-cp38-win32.whl" , hash = "sha256:d2c2db7fd82e9b72937969bceac4d6ca89660db0a0967614ce2481e81a0b771e" } ,
{ file = "coverage-7.2.7-cp38-cp38-win_amd64.whl" , hash = "sha256:2e07b54284e381531c87f785f613b833569c14ecacdcb85d56b25c4622c16c3c" } ,
{ file = "coverage-7.2.7-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:537891ae8ce59ef63d0123f7ac9e2ae0fc8b72c7ccbe5296fec45fd68967b6c9" } ,
{ file = "coverage-7.2.7-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:06fb182e69f33f6cd1d39a6c597294cff3143554b64b9825d1dc69d18cc2fff2" } ,
{ file = "coverage-7.2.7-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:201e7389591af40950a6480bd9edfa8ed04346ff80002cec1a66cac4549c1ad7" } ,
{ file = "coverage-7.2.7-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f6951407391b639504e3b3be51b7ba5f3528adbf1a8ac3302b687ecababf929e" } ,
{ file = "coverage-7.2.7-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6f48351d66575f535669306aa7d6d6f71bc43372473b54a832222803eb956fd1" } ,
{ file = "coverage-7.2.7-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:b29019c76039dc3c0fd815c41392a044ce555d9bcdd38b0fb60fb4cd8e475ba9" } ,
{ file = "coverage-7.2.7-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:81c13a1fc7468c40f13420732805a4c38a105d89848b7c10af65a90beff25250" } ,
{ file = "coverage-7.2.7-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:975d70ab7e3c80a3fe86001d8751f6778905ec723f5b110aed1e450da9d4b7f2" } ,
{ file = "coverage-7.2.7-cp39-cp39-win32.whl" , hash = "sha256:7ee7d9d4822c8acc74a5e26c50604dff824710bc8de424904c0982e25c39c6cb" } ,
{ file = "coverage-7.2.7-cp39-cp39-win_amd64.whl" , hash = "sha256:eb393e5ebc85245347950143969b241d08b52b88a3dc39479822e073a1a8eb27" } ,
{ file = "coverage-7.2.7-pp37.pp38.pp39-none-any.whl" , hash = "sha256:b7b4c971f05e6ae490fef852c218b0e79d4e52f79ef0c8475566584a8fb3e01d" } ,
{ file = "coverage-7.2.7.tar.gz" , hash = "sha256:924d94291ca674905fe9481f12294eb11f2d3d3fd1adb20314ba89e94f44ed59" } ,
2023-03-19 00:06:14 +01:00
]
[ package . extras ]
toml = [ "tomli" ]
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."
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"
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"
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
2023-11-26 16:46:38 +01:00
[ [ package ] ]
name = "honcho"
version = "1.1.0"
description = "Honcho: a Python clone of Foreman. For managing Procfile-based applications."
optional = false
python-versions = "*"
files = [
{ file = "honcho-1.1.0-py2.py3-none-any.whl" , hash = "sha256:a4d6e3a88a7b51b66351ecfc6e9d79d8f4b87351db9ad7e923f5632cc498122f" } ,
{ file = "honcho-1.1.0.tar.gz" , hash = "sha256:c5eca0bded4bef6697a23aec0422fd4f6508ea3581979a3485fc4b89357eb2a9" } ,
]
[ package . dependencies ]
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
[ package . extras ]
export = [ "jinja2 (>=2.7,<3)" ]
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "html5lib"
version = "1.1"
description = "HTML parser based on the WHATWG HTML specification"
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"
2023-07-22 18:37:54 +02:00
version = "0.17.3"
2023-02-03 23:44:09 +01:00
description = "A minimal low-level HTTP client."
optional = false
python-versions = ">=3.7"
files = [
2023-07-22 18:37:54 +02:00
{ file = "httpcore-0.17.3-py3-none-any.whl" , hash = "sha256:c2789b767ddddfa2a5782e3199b2b7f6894540b17b16ec26b2c4d8e103510b87" } ,
{ file = "httpcore-0.17.3.tar.gz" , hash = "sha256:a6f30213335e34c1ade7be6ec7c47f19f50c56db36abef1a9dfa3815b1cb3888" } ,
2023-02-03 23:44:09 +01:00
]
[ package . dependencies ]
anyio = ">=3.0,<5.0"
certifi = "*"
h11 = ">=0.13,<0.15"
2023-07-22 18:37:54 +02:00
sniffio = "==1.*"
2023-02-03 23:44:09 +01:00
[ package . extras ]
http2 = [ "h2 (>=3,<5)" ]
2023-07-22 18:37:54 +02:00
socks = [ "socksio (==1.*)" ]
2023-02-03 23:44:09 +01:00
[ [ package ] ]
name = "httpx"
2023-07-22 18:37:54 +02:00
version = "0.24.1"
2023-02-03 23:44:09 +01:00
description = "The next generation HTTP client."
optional = false
python-versions = ">=3.7"
files = [
2023-07-22 18:37:54 +02:00
{ file = "httpx-0.24.1-py3-none-any.whl" , hash = "sha256:06781eb9ac53cde990577af654bd990a4949de37a28bdb4a230d434f3a30b9bd" } ,
{ file = "httpx-0.24.1.tar.gz" , hash = "sha256:5853a43053df830c20f8110c5e69fe44d035d850b2dfe795e196f00fdb774bdd" } ,
2023-02-03 23:44:09 +01:00
]
[ package . dependencies ]
certifi = "*"
2023-07-22 18:37:54 +02:00
httpcore = ">=0.15.0,<0.18.0"
idna = "*"
2023-02-03 23:44:09 +01:00
sniffio = "*"
[ package . extras ]
brotli = [ "brotli" , "brotlicffi" ]
2023-07-22 18:37:54 +02:00
cli = [ "click (==8.*)" , "pygments (==2.*)" , "rich (>=10,<14)" ]
2023-02-03 23:44:09 +01:00
http2 = [ "h2 (>=3,<5)" ]
2023-07-22 18:37:54 +02:00
socks = [ "socksio (==1.*)" ]
2023-02-03 23:44:09 +01:00
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)"
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-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 = "nodeenv"
2023-07-22 18:37:54 +02:00
version = "1.8.0"
2021-11-02 14:25:50 +01:00
description = "Node.js virtual environment builder"
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 = [
2023-07-22 18:37:54 +02:00
{ file = "nodeenv-1.8.0-py2.py3-none-any.whl" , hash = "sha256:df865724bb3c3adc86b3876fa209771517b0cfe596beff01a92700e0e8be4cec" } ,
{ file = "nodeenv-1.8.0.tar.gz" , hash = "sha256:d51e0c37e64fbf47d017feac3145cdbb58836d7eee8c6f6d3b6880c5456227d2" } ,
2023-02-02 00:00:24 +01:00
]
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-07-22 18:37:54 +02:00
version = "23.1"
2021-06-21 18:54:03 +02:00
description = "Core utilities for Python packages"
optional = false
2023-02-02 00:00:24 +01:00
python-versions = ">=3.7"
files = [
2023-07-22 18:37:54 +02:00
{ file = "packaging-23.1-py3-none-any.whl" , hash = "sha256:994793af429502c4ea2ebf6bf664629d07c1a9fe974af92966e4b8d2df7edc61" } ,
{ file = "packaging-23.1.tar.gz" , hash = "sha256:a392980d2b6cffa644431898be54b0045151319d1e7ec34f0cfed48767dd334f" } ,
2023-02-02 00:00:24 +01:00
]
2021-06-21 18:54:03 +02:00
[ [ package ] ]
name = "pluggy"
2023-07-22 18:37:54 +02:00
version = "1.2.0"
2021-06-21 18:54:03 +02:00
description = "plugin and hook calling mechanisms for python"
optional = false
2023-07-22 18:37:54 +02:00
python-versions = ">=3.7"
2023-02-02 00:00:24 +01:00
files = [
2023-07-22 18:37:54 +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-02-02 00:00:24 +01:00
]
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
2021-11-02 14:25:50 +01:00
[ [ package ] ]
name = "pyright"
2023-07-22 18:37:54 +02:00
version = "1.1.318"
2021-11-02 14:25:50 +01:00
description = "Command line wrapper for pyright"
optional = false
2022-10-23 12:24:51 +02:00
python-versions = ">=3.7"
2023-02-02 00:00:24 +01:00
files = [
2023-07-22 18:37:54 +02:00
{ file = "pyright-1.1.318-py3-none-any.whl" , hash = "sha256:056c1b2e711c3526e32919de1684ae599d34b7ec27e94398858a43f56ac9ba9b" } ,
{ file = "pyright-1.1.318.tar.gz" , hash = "sha256:69dcf9c32d5be27d531750de627e76a7cadc741d333b547c09044278b508db7b" } ,
2023-02-02 00:00:24 +01:00
]
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-07-22 18:37:54 +02:00
version = "7.4.0"
2021-06-21 18:54:03 +02:00
description = "pytest: simple powerful testing with Python"
optional = false
2022-10-23 12:24:51 +02:00
python-versions = ">=3.7"
2023-02-02 00:00:24 +01:00
files = [
2023-07-22 18:37:54 +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-02-02 00:00:24 +01:00
]
2021-06-21 18:54:03 +02:00
[ package . dependencies ]
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 ]
2023-07-22 18:37:54 +02:00
testing = [ "argcomplete" , "attrs (>=19.2.0)" , "hypothesis (>=3.56)" , "mock" , "nose" , "pygments (>=2.7.2)" , "requests" , "setuptools" , "xmlschema" ]
2021-06-21 18:54:03 +02:00
2021-12-07 23:54:06 +01:00
[ [ package ] ]
name = "pytest-asyncio"
2023-07-22 18:37:54 +02:00
version = "0.21.1"
2022-10-23 12:24:51 +02:00
description = "Pytest support for asyncio"
2021-12-07 23:54:06 +01:00
optional = false
2022-10-23 12:24:51 +02:00
python-versions = ">=3.7"
2023-02-02 00:00:24 +01:00
files = [
2023-07-22 18:37:54 +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-02-02 00:00:24 +01:00
]
2021-12-07 23:54:06 +01:00
[ package . dependencies ]
2023-07-22 18:37:54 +02:00
pytest = ">=7.0.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
2023-03-19 00:06:14 +01:00
[ [ package ] ]
name = "pytest-cov"
2023-07-22 18:37:54 +02:00
version = "4.1.0"
2023-03-19 00:06:14 +01:00
description = "Pytest plugin for measuring coverage."
optional = false
2023-07-22 18:37:54 +02:00
python-versions = ">=3.7"
2023-03-19 00:06:14 +01:00
files = [
2023-07-22 18:37:54 +02:00
{ file = "pytest-cov-4.1.0.tar.gz" , hash = "sha256:3904b13dfbfec47f003b8e77fd5b589cd11904a21ddf1ab38a64f204d6a10ef6" } ,
{ file = "pytest_cov-4.1.0-py3-none-any.whl" , hash = "sha256:6ba70b9e97e69fcc3fb45bfeab2d0a138fb65c4d0d6a41ef33983ad114be8c3a" } ,
2023-03-19 00:06:14 +01:00
]
[ package . dependencies ]
coverage = { version = ">=5.2.1" , extras = [ "toml" ] }
pytest = ">=4.6"
[ package . extras ]
testing = [ "fields" , "hunter" , "process-tests" , "pytest-xdist" , "six" , "virtualenv" ]
2023-11-26 15:10:16 +01:00
[ [ package ] ]
name = "ruff"
version = "0.1.6"
description = "An extremely fast Python linter and code formatter, written in Rust."
optional = false
python-versions = ">=3.7"
files = [
{ file = "ruff-0.1.6-py3-none-macosx_10_12_x86_64.macosx_11_0_arm64.macosx_10_12_universal2.whl" , hash = "sha256:88b8cdf6abf98130991cbc9f6438f35f6e8d41a02622cc5ee130a02a0ed28703" } ,
{ file = "ruff-0.1.6-py3-none-macosx_10_12_x86_64.whl" , hash = "sha256:5c549ed437680b6105a1299d2cd30e4964211606eeb48a0ff7a93ef70b902248" } ,
{ file = "ruff-0.1.6-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1cf5f701062e294f2167e66d11b092bba7af6a057668ed618a9253e1e90cfd76" } ,
{ file = "ruff-0.1.6-py3-none-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:05991ee20d4ac4bb78385360c684e4b417edd971030ab12a4fbd075ff535050e" } ,
{ file = "ruff-0.1.6-py3-none-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:87455a0c1f739b3c069e2f4c43b66479a54dea0276dd5d4d67b091265f6fd1dc" } ,
{ file = "ruff-0.1.6-py3-none-manylinux_2_17_ppc64.manylinux2014_ppc64.whl" , hash = "sha256:683aa5bdda5a48cb8266fcde8eea2a6af4e5700a392c56ea5fb5f0d4bfdc0240" } ,
{ file = "ruff-0.1.6-py3-none-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:137852105586dcbf80c1717facb6781555c4e99f520c9c827bd414fac67ddfb6" } ,
{ file = "ruff-0.1.6-py3-none-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:bd98138a98d48a1c36c394fd6b84cd943ac92a08278aa8ac8c0fdefcf7138f35" } ,
{ file = "ruff-0.1.6-py3-none-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3a0cd909d25f227ac5c36d4e7e681577275fb74ba3b11d288aff7ec47e3ae745" } ,
{ file = "ruff-0.1.6-py3-none-musllinux_1_2_aarch64.whl" , hash = "sha256:e8fd1c62a47aa88a02707b5dd20c5ff20d035d634aa74826b42a1da77861b5ff" } ,
{ file = "ruff-0.1.6-py3-none-musllinux_1_2_armv7l.whl" , hash = "sha256:fd89b45d374935829134a082617954120d7a1470a9f0ec0e7f3ead983edc48cc" } ,
{ file = "ruff-0.1.6-py3-none-musllinux_1_2_i686.whl" , hash = "sha256:491262006e92f825b145cd1e52948073c56560243b55fb3b4ecb142f6f0e9543" } ,
{ file = "ruff-0.1.6-py3-none-musllinux_1_2_x86_64.whl" , hash = "sha256:ea284789861b8b5ca9d5443591a92a397ac183d4351882ab52f6296b4fdd5462" } ,
{ file = "ruff-0.1.6-py3-none-win32.whl" , hash = "sha256:1610e14750826dfc207ccbcdd7331b6bd285607d4181df9c1c6ae26646d6848a" } ,
{ file = "ruff-0.1.6-py3-none-win_amd64.whl" , hash = "sha256:4558b3e178145491e9bc3b2ee3c4b42f19d19384eaa5c59d10acf6e8f8b57e33" } ,
{ file = "ruff-0.1.6-py3-none-win_arm64.whl" , hash = "sha256:03910e81df0d8db0e30050725a5802441c2022ea3ae4fe0609b76081731accbc" } ,
{ file = "ruff-0.1.6.tar.gz" , hash = "sha256:1b09f29b16c6ead5ea6b097ef2764b42372aebe363722f1605ecbcd2b9207184" } ,
]
2022-10-23 12:24:51 +02:00
[ [ package ] ]
name = "setuptools"
2023-07-22 18:37:54 +02:00
version = "68.0.0"
2022-10-23 12:24:51 +02:00
description = "Easily download, build, install, upgrade, and uninstall Python packages"
optional = false
python-versions = ">=3.7"
2023-02-02 00:00:24 +01:00
files = [
2023-07-22 18:37:54 +02:00
{ file = "setuptools-68.0.0-py3-none-any.whl" , hash = "sha256:11e52c67415a381d10d6b462ced9cfb97066179f0e871399e006c4ab101fc85f" } ,
{ file = "setuptools-68.0.0.tar.gz" , hash = "sha256:baf1fdb41c6da4cd2eae722e135500da913332ab3f2f5c7d33af9b492acb5235" } ,
2023-02-02 00:00:24 +01:00
]
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" ]
2023-07-22 18:37:54 +02:00
testing = [ "build[virtualenv]" , "filelock (>=3.4.0)" , "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-mypy (>=0.9.1)" , "pytest-perf" , "pytest-ruff" , "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"
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"
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"
2023-07-22 18:37:54 +02:00
version = "2.4.1"
2021-06-15 19:09:21 +02:00
description = "A modern CSS selector implementation for Beautiful Soup."
optional = false
2023-03-17 23:34:47 +01:00
python-versions = ">=3.7"
2023-02-02 00:00:24 +01:00
files = [
2023-07-22 18:37:54 +02:00
{ file = "soupsieve-2.4.1-py3-none-any.whl" , hash = "sha256:1c1bfee6819544a3447586c889157365a27e10d88cde3ad3da0cf0ddf646feb8" } ,
{ file = "soupsieve-2.4.1.tar.gz" , hash = "sha256:89d12b2d5dfcd2c9e8c22326da9d9aa9cb3dfab0a83a024f05704076ee8d35ea" } ,
2023-02-02 00:00:24 +01:00
]
2021-06-15 19:09:21 +02:00
[ [ package ] ]
2023-02-02 00:00:24 +01:00
name = "sqlalchemy"
2023-07-22 18:37:54 +02:00
version = "1.4.49"
2021-06-15 19:09:21 +02:00
description = "Database Abstraction Library"
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 = [
2023-07-22 18:37:54 +02:00
{ file = "SQLAlchemy-1.4.49-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:2e126cf98b7fd38f1e33c64484406b78e937b1a280e078ef558b95bf5b6895f6" } ,
{ file = "SQLAlchemy-1.4.49-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:03db81b89fe7ef3857b4a00b63dedd632d6183d4ea5a31c5d8a92e000a41fc71" } ,
{ file = "SQLAlchemy-1.4.49-cp310-cp310-macosx_11_0_x86_64.whl" , hash = "sha256:95b9df9afd680b7a3b13b38adf6e3a38995da5e162cc7524ef08e3be4e5ed3e1" } ,
{ file = "SQLAlchemy-1.4.49-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a63e43bf3f668c11bb0444ce6e809c1227b8f067ca1068898f3008a273f52b09" } ,
{ file = "SQLAlchemy-1.4.49-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f835c050ebaa4e48b18403bed2c0fda986525896efd76c245bdd4db995e51a4c" } ,
{ file = "SQLAlchemy-1.4.49-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9c21b172dfb22e0db303ff6419451f0cac891d2e911bb9fbf8003d717f1bcf91" } ,
{ file = "SQLAlchemy-1.4.49-cp310-cp310-win32.whl" , hash = "sha256:5fb1ebdfc8373b5a291485757bd6431de8d7ed42c27439f543c81f6c8febd729" } ,
{ file = "SQLAlchemy-1.4.49-cp310-cp310-win_amd64.whl" , hash = "sha256:f8a65990c9c490f4651b5c02abccc9f113a7f56fa482031ac8cb88b70bc8ccaa" } ,
{ file = "SQLAlchemy-1.4.49-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:8923dfdf24d5aa8a3adb59723f54118dd4fe62cf59ed0d0d65d940579c1170a4" } ,
{ file = "SQLAlchemy-1.4.49-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a9ab2c507a7a439f13ca4499db6d3f50423d1d65dc9b5ed897e70941d9e135b0" } ,
{ file = "SQLAlchemy-1.4.49-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5debe7d49b8acf1f3035317e63d9ec8d5e4d904c6e75a2a9246a119f5f2fdf3d" } ,
{ file = "SQLAlchemy-1.4.49-cp311-cp311-win32.whl" , hash = "sha256:82b08e82da3756765c2e75f327b9bf6b0f043c9c3925fb95fb51e1567fa4ee87" } ,
{ file = "SQLAlchemy-1.4.49-cp311-cp311-win_amd64.whl" , hash = "sha256:171e04eeb5d1c0d96a544caf982621a1711d078dbc5c96f11d6469169bd003f1" } ,
{ file = "SQLAlchemy-1.4.49-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:36e58f8c4fe43984384e3fbe6341ac99b6b4e083de2fe838f0fdb91cebe9e9cb" } ,
{ file = "SQLAlchemy-1.4.49-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b31e67ff419013f99ad6f8fc73ee19ea31585e1e9fe773744c0f3ce58c039c30" } ,
{ file = "SQLAlchemy-1.4.49-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:c14b29d9e1529f99efd550cd04dbb6db6ba5d690abb96d52de2bff4ed518bc95" } ,
{ file = "SQLAlchemy-1.4.49-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c40f3470e084d31247aea228aa1c39bbc0904c2b9ccbf5d3cfa2ea2dac06f26d" } ,
{ file = "SQLAlchemy-1.4.49-cp36-cp36m-win32.whl" , hash = "sha256:706bfa02157b97c136547c406f263e4c6274a7b061b3eb9742915dd774bbc264" } ,
{ file = "SQLAlchemy-1.4.49-cp36-cp36m-win_amd64.whl" , hash = "sha256:a7f7b5c07ae5c0cfd24c2db86071fb2a3d947da7bd487e359cc91e67ac1c6d2e" } ,
{ file = "SQLAlchemy-1.4.49-cp37-cp37m-macosx_11_0_x86_64.whl" , hash = "sha256:4afbbf5ef41ac18e02c8dc1f86c04b22b7a2125f2a030e25bbb4aff31abb224b" } ,
{ file = "SQLAlchemy-1.4.49-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:24e300c0c2147484a002b175f4e1361f102e82c345bf263242f0449672a4bccf" } ,
{ file = "SQLAlchemy-1.4.49-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:201de072b818f8ad55c80d18d1a788729cccf9be6d9dc3b9d8613b053cd4836d" } ,
{ file = "SQLAlchemy-1.4.49-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7653ed6817c710d0c95558232aba799307d14ae084cc9b1f4c389157ec50df5c" } ,
{ file = "SQLAlchemy-1.4.49-cp37-cp37m-win32.whl" , hash = "sha256:647e0b309cb4512b1f1b78471fdaf72921b6fa6e750b9f891e09c6e2f0e5326f" } ,
{ file = "SQLAlchemy-1.4.49-cp37-cp37m-win_amd64.whl" , hash = "sha256:ab73ed1a05ff539afc4a7f8cf371764cdf79768ecb7d2ec691e3ff89abbc541e" } ,
{ file = "SQLAlchemy-1.4.49-cp38-cp38-macosx_11_0_x86_64.whl" , hash = "sha256:37ce517c011560d68f1ffb28af65d7e06f873f191eb3a73af5671e9c3fada08a" } ,
{ file = "SQLAlchemy-1.4.49-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a1878ce508edea4a879015ab5215546c444233881301e97ca16fe251e89f1c55" } ,
{ file = "SQLAlchemy-1.4.49-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:0e8e608983e6f85d0852ca61f97e521b62e67969e6e640fe6c6b575d4db68557" } ,
{ file = "SQLAlchemy-1.4.49-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ccf956da45290df6e809ea12c54c02ace7f8ff4d765d6d3dfb3655ee876ce58d" } ,
{ file = "SQLAlchemy-1.4.49-cp38-cp38-win32.whl" , hash = "sha256:f167c8175ab908ce48bd6550679cc6ea20ae169379e73c7720a28f89e53aa532" } ,
{ file = "SQLAlchemy-1.4.49-cp38-cp38-win_amd64.whl" , hash = "sha256:45806315aae81a0c202752558f0df52b42d11dd7ba0097bf71e253b4215f34f4" } ,
{ file = "SQLAlchemy-1.4.49-cp39-cp39-macosx_11_0_x86_64.whl" , hash = "sha256:b6d0c4b15d65087738a6e22e0ff461b407533ff65a73b818089efc8eb2b3e1de" } ,
{ file = "SQLAlchemy-1.4.49-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a843e34abfd4c797018fd8d00ffffa99fd5184c421f190b6ca99def4087689bd" } ,
{ file = "SQLAlchemy-1.4.49-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:1c890421651b45a681181301b3497e4d57c0d01dc001e10438a40e9a9c25ee77" } ,
{ file = "SQLAlchemy-1.4.49-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d26f280b8f0a8f497bc10573849ad6dc62e671d2468826e5c748d04ed9e670d5" } ,
{ file = "SQLAlchemy-1.4.49-cp39-cp39-win32.whl" , hash = "sha256:ec2268de67f73b43320383947e74700e95c6770d0c68c4e615e9897e46296294" } ,
{ file = "SQLAlchemy-1.4.49-cp39-cp39-win_amd64.whl" , hash = "sha256:bbdf16372859b8ed3f4d05f925a984771cd2abd18bd187042f24be4886c2a15f" } ,
{ file = "SQLAlchemy-1.4.49.tar.gz" , hash = "sha256:06ff25cbae30c396c4b7737464f2a7fc37a67b7da409993b182b024cec80aed9" } ,
2023-02-02 00:00:24 +01:00
]
2021-12-07 21:16:48 +01:00
[ package . dependencies ]
2023-03-18 22:11:51 +01:00
aiosqlite = { version = "*" , optional = true , markers = "python_version >= \"3\" and extra == \"aiosqlite\"" }
2023-11-26 15:10:16 +01:00
greenlet = { version = "!=0.4.17" , optional = true , 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\" or extra == \"aiosqlite\")" }
2023-03-18 22:11:51 +01:00
typing-extensions = { version = "!=3.10.0.1" , optional = true , markers = "extra == \"aiosqlite\"" }
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-07-22 18:37:54 +02:00
version = "0.30.0"
2021-06-15 19:09:21 +02:00
description = "The little ASGI library that shines."
optional = false
2023-07-22 18:37:54 +02:00
python-versions = ">=3.8"
2023-02-02 00:00:24 +01:00
files = [
2023-07-22 18:37:54 +02:00
{ file = "starlette-0.30.0-py3-none-any.whl" , hash = "sha256:cb15a5dfbd8de70c999bd1ae4b7e1ba625d74520bc57b28cc4086c7969431f2d" } ,
{ file = "starlette-0.30.0.tar.gz" , hash = "sha256:9cf6bd5f2fbc091c2f22701f9b7f7dfcbd304a567845cffbf89d706543fd2a03" } ,
2023-02-02 00:00:24 +01:00
]
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
2023-03-18 22:11:51 +01:00
[ [ package ] ]
name = "typing-extensions"
2023-07-22 18:37:54 +02:00
version = "4.7.1"
2023-03-18 22:11:51 +01:00
description = "Backported and Experimental Type Hints for Python 3.7+"
optional = false
python-versions = ">=3.7"
files = [
2023-07-22 18:37:54 +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-03-18 22:11:51 +01:00
]
2021-06-15 19:09:21 +02:00
[ [ package ] ]
name = "ulid-py"
version = "1.1.0"
description = "Universally Unique Lexicographically Sortable Identifier"
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-07-22 18:37:54 +02:00
version = "0.23.1"
2021-06-15 19:09:21 +02:00
description = "The lightning-fast ASGI server."
optional = false
2023-07-22 18:37:54 +02:00
python-versions = ">=3.8"
2023-02-02 00:00:24 +01:00
files = [
2023-07-22 18:37:54 +02:00
{ file = "uvicorn-0.23.1-py3-none-any.whl" , hash = "sha256:1d55d46b83ee4ce82b4e82f621f2050adb3eb7b5481c13f9af1744951cae2f1f" } ,
{ file = "uvicorn-0.23.1.tar.gz" , hash = "sha256:da9b0c8443b2d7ee9db00a345f1eee6db7317432c9d4400f5049cc8d358383be" } ,
2023-02-02 00:00:24 +01:00
]
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"
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-11-26 16:46:38 +01:00
content-hash = "17bf1e1330a25f59ffec4ff3aa70d8e9d9e93553a81f72c0823d76125f6ccd08"