2024-05-11 09:39:40 +00:00
# This file is automatically @generated by Poetry 1.8.3 and should not be changed by hand.
2023-01-07 08:01:31 +00:00
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "aiofiles"
2023-09-09 14:39:37 +00:00
version = "23.2.1"
2022-09-04 05:52:33 +00:00
description = "File support for asyncio."
optional = false
2023-09-09 14:39:37 +00:00
python-versions = ">=3.7"
2023-01-07 08:01:31 +00:00
files = [
2023-09-09 14:39:37 +00:00
{ file = "aiofiles-23.2.1-py3-none-any.whl" , hash = "sha256:19297512c647d4b27a2cf7c34caa7e405c0d60b5560618a29a9fe027b18b0107" } ,
{ file = "aiofiles-23.2.1.tar.gz" , hash = "sha256:84ec2218d8419404abcb9f0c02df3f34c6e0a68ed41072acfb1cef5cbc29051a" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "aiolimiter"
2023-07-19 05:52:30 +00:00
version = "1.1.0"
2022-09-04 05:52:33 +00:00
description = "asyncio rate limiter, a leaky bucket implementation"
optional = false
2023-07-19 05:52:30 +00:00
python-versions = ">=3.7,<4.0"
2023-01-07 08:01:31 +00:00
files = [
2023-07-19 05:52:30 +00:00
{ file = "aiolimiter-1.1.0-py3-none-any.whl" , hash = "sha256:0b4997961fc58b8df40279e739f9cf0d3e255e63e9a44f64df567a8c17241e24" } ,
{ file = "aiolimiter-1.1.0.tar.gz" , hash = "sha256:461cf02f82a29347340d031626c92853645c099cb5ff85577b831a7bd21132b5" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
2023-03-25 03:17:38 +00:00
[ [ package ] ]
name = "aiosqlite"
2024-03-15 12:46:16 +00:00
version = "0.20.0"
2023-03-25 03:17:38 +00:00
description = "asyncio bridge to the standard sqlite3 module"
optional = false
2024-03-15 12:46:16 +00:00
python-versions = ">=3.8"
2023-03-25 03:17:38 +00:00
files = [
2024-03-15 12:46:16 +00:00
{ file = "aiosqlite-0.20.0-py3-none-any.whl" , hash = "sha256:36a1deaca0cac40ebe32aac9977a6e2bbc7f5189f23f4a54d5908986729e5bd6" } ,
{ file = "aiosqlite-0.20.0.tar.gz" , hash = "sha256:6d35c8c256637f4672f843c31021464090805bf925385ac39473fb16eaaca3d7" } ,
2023-03-25 03:17:38 +00:00
]
2024-03-15 12:46:16 +00:00
[ package . dependencies ]
typing_extensions = ">=4.0"
2023-04-17 15:11:44 +00:00
[ package . extras ]
2024-03-15 12:46:16 +00:00
dev = [ "attribution (==1.7.0)" , "black (==24.2.0)" , "coverage[toml] (==7.4.1)" , "flake8 (==7.0.0)" , "flake8-bugbear (==24.2.6)" , "flit (==3.9.0)" , "mypy (==1.8.0)" , "ufmt (==2.3.0)" , "usort (==1.0.8.post1)" ]
docs = [ "sphinx (==7.2.6)" , "sphinx-mdinclude (==0.5.3)" ]
2023-04-17 15:11:44 +00:00
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "alembic"
2023-12-27 07:22:10 +00:00
version = "1.13.1"
2022-09-04 05:52:33 +00:00
description = "A database migration tool for SQLAlchemy."
optional = false
2023-12-16 11:28:02 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2023-12-27 07:22:10 +00:00
{ file = "alembic-1.13.1-py3-none-any.whl" , hash = "sha256:2edcc97bed0bd3272611ce3a98d98279e9c209e7186e43e75bbb1b2bdfdbcc43" } ,
{ file = "alembic-1.13.1.tar.gz" , hash = "sha256:4932c8558bf68f2ee92b9bbcb8218671c627064d5b08939437af6d77dc05e595" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
[ package . dependencies ]
2022-11-30 08:45:53 +00:00
importlib-metadata = { version = "*" , markers = "python_version < \"3.9\"" }
importlib-resources = { version = "*" , markers = "python_version < \"3.9\"" }
2022-09-04 05:52:33 +00:00
Mako = "*"
SQLAlchemy = ">=1.3.0"
2023-03-07 13:29:24 +00:00
typing-extensions = ">=4"
2022-09-04 05:52:33 +00:00
[ package . extras ]
2023-12-16 11:28:02 +00:00
tz = [ "backports.zoneinfo" ]
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "anyio"
2024-03-15 12:46:16 +00:00
version = "4.3.0"
2022-09-04 05:52:33 +00:00
description = "High level compatibility layer for multiple asynchronous event loop implementations"
optional = false
2024-03-15 12:46:16 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2024-03-15 12:46:16 +00:00
{ file = "anyio-4.3.0-py3-none-any.whl" , hash = "sha256:048e05d0f6caeed70d731f3db756d35dcc1f35747c8c403364a8332c630441b8" } ,
{ file = "anyio-4.3.0.tar.gz" , hash = "sha256:f75253795a87df48568485fd18cdd2a3fa5c4f7c5be8e5e36637733fce06fed6" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
[ package . dependencies ]
2024-03-15 12:46:16 +00:00
exceptiongroup = { version = ">=1.0.2" , markers = "python_version < \"3.11\"" }
2022-09-04 05:52:33 +00:00
idna = ">=2.8"
sniffio = ">=1.1"
2024-03-15 12:46:16 +00:00
typing-extensions = { version = ">=4.1" , markers = "python_version < \"3.11\"" }
2022-09-04 05:52:33 +00:00
[ package . extras ]
2024-03-15 12:46:16 +00:00
doc = [ "Sphinx (>=7)" , "packaging" , "sphinx-autodoc-typehints (>=1.2.0)" , "sphinx-rtd-theme" ]
test = [ "anyio[trio]" , "coverage[toml] (>=7)" , "exceptiongroup (>=1.2.0)" , "hypothesis (>=4.0)" , "psutil (>=5.9)" , "pytest (>=7.0)" , "pytest-mock (>=3.6.1)" , "trustme" , "uvloop (>=0.17)" ]
trio = [ "trio (>=0.23)" ]
2022-09-04 05:52:33 +00:00
[ [ package ] ]
2023-02-13 11:35:19 +00:00
name = "apscheduler"
2023-09-09 14:39:37 +00:00
version = "3.10.4"
2022-09-04 05:52:33 +00:00
description = "In-process task scheduler with Cron-like capabilities"
optional = false
2023-02-13 11:35:19 +00:00
python-versions = ">=3.6"
2023-01-07 08:01:31 +00:00
files = [
2023-09-09 14:39:37 +00:00
{ file = "APScheduler-3.10.4-py3-none-any.whl" , hash = "sha256:fb91e8a768632a4756a585f79ec834e0e27aad5860bac7eaa523d9ccefd87661" } ,
{ file = "APScheduler-3.10.4.tar.gz" , hash = "sha256:e6df071b27d9be898e486bc7940a7be50b4af2e9da7c08f0744a96d4bd4cef4a" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
[ package . dependencies ]
pytz = "*"
six = ">=1.4.0"
2023-07-19 05:52:30 +00:00
tzlocal = ">=2.0,<3.dev0 || >=4.dev0"
2022-09-04 05:52:33 +00:00
[ package . extras ]
doc = [ "sphinx" , "sphinx-rtd-theme" ]
gevent = [ "gevent" ]
mongodb = [ "pymongo (>=3.0)" ]
redis = [ "redis (>=3.0)" ]
rethinkdb = [ "rethinkdb (>=2.4.0)" ]
2023-02-13 11:35:19 +00:00
sqlalchemy = [ "sqlalchemy (>=1.4)" ]
testing = [ "pytest" , "pytest-asyncio" , "pytest-cov" , "pytest-tornado5" ]
2022-09-04 05:52:33 +00:00
tornado = [ "tornado (>=4.3)" ]
twisted = [ "twisted" ]
zookeeper = [ "kazoo" ]
2022-09-20 15:00:08 +00:00
[ [ package ] ]
name = "arko-wrapper"
2023-03-08 11:25:19 +00:00
version = "0.2.8"
2022-09-20 15:00:08 +00:00
description = "给你的Python迭代器加上魔法"
optional = false
python-versions = ">=3.7"
2023-01-07 08:01:31 +00:00
files = [
2023-03-08 11:25:19 +00:00
{ file = "arko-wrapper-0.2.8.tar.gz" , hash = "sha256:85167bc6f1dd48e3415a23a7f2f193c1544a450fd6d219ce28043af796c9b4c3" } ,
{ file = "arko_wrapper-0.2.8-py3-none-any.whl" , hash = "sha256:c56b8cdbbd273cc1b7737667374ee600766e9e7f9f9546871b20912024aa0fb2" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-20 15:00:08 +00:00
[ package . dependencies ]
typing-extensions = "*"
[ package . extras ]
test = [ "pytest" , "pytest-rerunfailures" ]
2022-12-04 11:56:39 +00:00
[ [ package ] ]
name = "async-lru"
2023-09-09 14:39:37 +00:00
version = "2.0.4"
2023-03-07 13:29:24 +00:00
description = "Simple LRU cache for asyncio"
2022-12-04 11:56:39 +00:00
optional = false
2023-03-07 13:29:24 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2023-09-09 14:39:37 +00:00
{ file = "async-lru-2.0.4.tar.gz" , hash = "sha256:b8a59a5df60805ff63220b2a0c5b5393da5521b113cd5465a44eb037d81a5627" } ,
{ file = "async_lru-2.0.4-py3-none-any.whl" , hash = "sha256:ff02944ce3c288c5be660c42dbcca0742b32c3b279d6dceda655190240b99224" } ,
2023-01-07 08:01:31 +00:00
]
2022-12-04 11:56:39 +00:00
2023-03-07 13:29:24 +00:00
[ package . dependencies ]
2023-07-19 05:52:30 +00:00
typing-extensions = { version = ">=4.0.0" , markers = "python_version < \"3.11\"" }
2023-03-07 13:29:24 +00:00
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "async-timeout"
2023-09-09 14:39:37 +00:00
version = "4.0.3"
2022-09-04 05:52:33 +00:00
description = "Timeout context manager for asyncio programs"
optional = false
2023-09-09 14:39:37 +00:00
python-versions = ">=3.7"
2023-01-07 08:01:31 +00:00
files = [
2023-09-09 14:39:37 +00:00
{ file = "async-timeout-4.0.3.tar.gz" , hash = "sha256:4640d96be84d82d02ed59ea2b7105a0f7b33abe8703703cd0ab0bf87c427522f" } ,
{ file = "async_timeout-4.0.3-py3-none-any.whl" , hash = "sha256:7405140ff1230c310e51dc27b3145b9092d659ce68ff733fb0cefe3ee42be028" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "asyncmy"
2023-12-16 11:28:02 +00:00
version = "0.2.9"
2022-09-04 05:52:33 +00:00
description = "A fast asyncio MySQL driver"
optional = false
python-versions = ">=3.7,<4.0"
2023-01-07 08:01:31 +00:00
files = [
2023-12-16 11:28:02 +00:00
{ file = "asyncmy-0.2.9-cp310-cp310-macosx_12_0_x86_64.whl" , hash = "sha256:d077eaee9a126f36bbe95e0412baa89e93172dd46193ef7bf7650a686e458e50" } ,
{ file = "asyncmy-0.2.9-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:83cf951a44294626df43c5a85cf328297c3bac63f25ede216f9706514dabb322" } ,
{ file = "asyncmy-0.2.9-cp310-cp310-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl" , hash = "sha256:8a1d63c1bb8e3a09c90767199954fd423c48084a1f6c0d956217bc2e48d37d6d" } ,
{ file = "asyncmy-0.2.9-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4ecad6826086e47596c6aa65dcbe221305f3d9232f0d4de11b8562ee2c55464a" } ,
{ file = "asyncmy-0.2.9-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:4a664d58f9ebe4132f6cb3128206392be8ad71ad6fb09a5f4a990b04ec142024" } ,
{ file = "asyncmy-0.2.9-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:f2bbd7b75e2d751216f48c3b1b5092b812d70c2cd0053f8d2f50ec3f76a525a8" } ,
{ file = "asyncmy-0.2.9-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:55e3bc41aa0d4ab410fc3a1d0c31b9cdb6688cd3b0cae6f2ee49c2e7f42968be" } ,
{ file = "asyncmy-0.2.9-cp310-cp310-win32.whl" , hash = "sha256:ea44eefc965c62bcfebf34e9ef00f6e807edf51046046767c56914243e0737e4" } ,
{ file = "asyncmy-0.2.9-cp310-cp310-win_amd64.whl" , hash = "sha256:2b4a2a7cf0bd5051931756e765fefef3c9f9561550e0dd8b1e79308d048b710a" } ,
{ file = "asyncmy-0.2.9-cp311-cp311-macosx_12_0_x86_64.whl" , hash = "sha256:e2b77f03a17a8db338d74311e38ca6dbd4ff9aacb07d2af6b9e0cac9cf1c7b87" } ,
{ file = "asyncmy-0.2.9-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c19f27b7ff0e297f2981335a85599ffe1c9a8a35c97230203321d5d6e9e4cb30" } ,
{ file = "asyncmy-0.2.9-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl" , hash = "sha256:bf18aef65ac98f5130ca588c55a83a56e74ae416cf0fe2c0757a2b597c4269d0" } ,
{ file = "asyncmy-0.2.9-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1ef02186cc02cb767ee5d5cf9ab002d5c7910a1a9f4c16a666867a9325c9ec5e" } ,
{ file = "asyncmy-0.2.9-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:696da0f71db0fe11e62fa58cd5a27d7c9d9a90699d13d82640755d0061da0624" } ,
{ file = "asyncmy-0.2.9-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:84d20745bb187ced05bd4072ae8b0bff4b4622efa23b79935519edb717174584" } ,
{ file = "asyncmy-0.2.9-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:ea242364523f6205c4426435272bd57cbf593c20d5e5551efb28d44cfbd595c2" } ,
{ file = "asyncmy-0.2.9-cp311-cp311-win32.whl" , hash = "sha256:47609d34e6b49fc5ad5bd2a2a593ca120e143e2a4f4206f27a543c5c598a18ca" } ,
{ file = "asyncmy-0.2.9-cp311-cp311-win_amd64.whl" , hash = "sha256:0d56df7342f7b5467a9d09a854f0e5602c8da09afdad8181ba40b0434d66d8a4" } ,
{ file = "asyncmy-0.2.9-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:63c2a98f225560f9a52d5bd0d2e58517639e209e5d996e9ab7470e661b39394d" } ,
{ file = "asyncmy-0.2.9-cp37-cp37m-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl" , hash = "sha256:20ae3acc326b4b104949cc5e3a728a927e671f671c6f26266ad4a44f57ea9a5b" } ,
{ file = "asyncmy-0.2.9-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8171a64888453423a17ae507cd97d256541ea880b314bba16376ab9deffef6e8" } ,
{ file = "asyncmy-0.2.9-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:c966de493928f26218e0bfaa284cfa609540e52841c423d7babf9ca97c9ff820" } ,
{ file = "asyncmy-0.2.9-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:4321c4cb4c691689aa26a56354e3fa723d89dc2cac82751e8671b2a4e6441778" } ,
{ file = "asyncmy-0.2.9-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:cd7cde6759dbbfcc467c2af4ef3d75de0b756dde39a3d176383d8c6d9f8a34f3" } ,
{ file = "asyncmy-0.2.9-cp37-cp37m-win32.whl" , hash = "sha256:7678d3641d5a19f20e7e19220c83405fe8616a3b437efbc494f34ad186cedcf0" } ,
{ file = "asyncmy-0.2.9-cp37-cp37m-win_amd64.whl" , hash = "sha256:e8f48d09adf3426e7a59066eaae3c7c84c318ec56cc2f20732d652056c7a3f62" } ,
{ file = "asyncmy-0.2.9-cp38-cp38-macosx_12_0_x86_64.whl" , hash = "sha256:4c4f1dc0acbaac8c3f046215031bbf3ca3d2cd7716244365325496e4f6222b78" } ,
{ file = "asyncmy-0.2.9-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:901aac048e5342acc62e1f68f6dec5aa3ed272cb2b138dca38d1c74fc414285d" } ,
{ file = "asyncmy-0.2.9-cp38-cp38-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl" , hash = "sha256:c2d4ad8817f99d9734912c2ff91c42e419031441f512b4aecd7e40a167908c1c" } ,
{ file = "asyncmy-0.2.9-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:544d3736fd6682f0201a123e4f49335420b6abf6c245abe0487f5967021f1436" } ,
{ file = "asyncmy-0.2.9-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:f0c606a55625146e189534cc39038540f7a8f2c680ea82845c1f4315a9ad2914" } ,
{ file = "asyncmy-0.2.9-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:625f96371d64769b94f7f7f699cfa5be56e669828aef3698cbf4f5bb0014ccb3" } ,
{ file = "asyncmy-0.2.9-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:eeeb53fdd54eef54b9793a7a5c849c5f7a2fb2540a637f21585a996ef9dd8845" } ,
{ file = "asyncmy-0.2.9-cp38-cp38-win32.whl" , hash = "sha256:2136b749ac489c25ab3aab4a81ae6e9dfb18fd0a5ebda96cd72788c5e4d46927" } ,
{ file = "asyncmy-0.2.9-cp38-cp38-win_amd64.whl" , hash = "sha256:d08fb8722150a9c0645665cf777916335687bddb5f37a8e02af772e330be777b" } ,
{ file = "asyncmy-0.2.9-cp39-cp39-macosx_12_0_x86_64.whl" , hash = "sha256:dbee276a9c8750b522aaad86315a6ed1ffbcb9145ce89070db77831c00dd2da1" } ,
{ file = "asyncmy-0.2.9-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a8755248429f9bd3d7768c71494c9943fced18f9f526f768e96f5b9b3c727c84" } ,
{ file = "asyncmy-0.2.9-cp39-cp39-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl" , hash = "sha256:64bcd5110dca7a96cb411de85ab8f79fa867e864150939b8e76286a66eab28fc" } ,
{ file = "asyncmy-0.2.9-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2a83e3895bed6d44aa334deb1c343d4ffc64b0def2215149f8df2e0e13499250" } ,
{ file = "asyncmy-0.2.9-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:beb3d0e434ce0bd9e609cf5341c3b82433ef544f89055d3792186e11fa2433d9" } ,
{ file = "asyncmy-0.2.9-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:dc608ff331c5d1065e2d3566493d2d9e17f36e315bd5fad3c91c421eea306edb" } ,
{ file = "asyncmy-0.2.9-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:02caedc00035b2bd0be5555ef61d83ee9cb356ab488ac40072630ba224af02b0" } ,
{ file = "asyncmy-0.2.9-cp39-cp39-win32.whl" , hash = "sha256:5b944d9cdf7ce25b396cd1e0c9319ba24c6583bde7a5dd31157614f3b9cc5b2f" } ,
{ file = "asyncmy-0.2.9-cp39-cp39-win_amd64.whl" , hash = "sha256:3ceb59b9307b5eb893f4d473fcbc43ac0321ffb0436e0115b20cc2e0baa44eb5" } ,
{ file = "asyncmy-0.2.9-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e9f1ca623517552a637900b90d65b5bafc9c67bebf96e3427eecb9359ffa24b1" } ,
{ file = "asyncmy-0.2.9-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl" , hash = "sha256:49622dc4ec69b5a4cbddb3695a1e9249b31092c6f19604abb664b43dcb509b6f" } ,
{ file = "asyncmy-0.2.9-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b8412e825443ee876ef0d55ac4356b56173f5cb64ca8e4638974f8cf5c912a63" } ,
{ file = "asyncmy-0.2.9-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:4025db2a27b1d84d3c68b5d5aacecac17258b69f25ec8a8c350c5f666003a778" } ,
{ file = "asyncmy-0.2.9-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:da7640f3357849b176364ed546908e28c8460701ddc0d23cc3fa7113ec52a076" } ,
{ file = "asyncmy-0.2.9-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl" , hash = "sha256:d2593717fa7a92a7d361444726292ce34edea76d5aa67d469b5efeee1c9b729e" } ,
{ file = "asyncmy-0.2.9-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e9f22e13bd77277593b56de2e4b65c40c2e81b1a42c4845d062403c5c5bc52bc" } ,
{ file = "asyncmy-0.2.9-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:a4aa17cc6ac0f7bc6b72e08d112566e69a36e2e1ebebad43d699757b7b4ff028" } ,
{ file = "asyncmy-0.2.9-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e7e6f5205722e67c910510e294ad483bdafa7e29d5cf455d49ffa4b819e55fd8" } ,
{ file = "asyncmy-0.2.9-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl" , hash = "sha256:1021796f1910a0c2ab2d878f8f5d56f939ef0681f9c1fe925b78161cad2f8297" } ,
{ file = "asyncmy-0.2.9-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1b1dd463bb054138bd1fd3fec9911eb618e92f54f61abb476658f863340394d1" } ,
{ file = "asyncmy-0.2.9-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:ad06f3c02d455947e95087d29f7122411208f0eadaf8671772fe5bad97d9873a" } ,
{ file = "asyncmy-0.2.9.tar.gz" , hash = "sha256:da188be013291d1f831d63cdd3614567f4c63bfdcde73631ddff8df00c56d614" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
2022-11-30 08:45:53 +00:00
[ [ package ] ]
2023-02-15 09:44:59 +00:00
name = "backports-zoneinfo"
2022-11-30 08:45:53 +00:00
version = "0.2.1"
description = "Backport of the standard library zoneinfo module"
optional = false
python-versions = ">=3.6"
2023-01-07 08:01:31 +00:00
files = [
{ file = "backports.zoneinfo-0.2.1-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:da6013fd84a690242c310d77ddb8441a559e9cb3d3d59ebac9aca1a57b2e18bc" } ,
{ file = "backports.zoneinfo-0.2.1-cp36-cp36m-manylinux1_i686.whl" , hash = "sha256:89a48c0d158a3cc3f654da4c2de1ceba85263fafb861b98b59040a5086259722" } ,
{ file = "backports.zoneinfo-0.2.1-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:1c5742112073a563c81f786e77514969acb58649bcdf6cdf0b4ed31a348d4546" } ,
{ file = "backports.zoneinfo-0.2.1-cp36-cp36m-win32.whl" , hash = "sha256:e8236383a20872c0cdf5a62b554b27538db7fa1bbec52429d8d106effbaeca08" } ,
{ file = "backports.zoneinfo-0.2.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:8439c030a11780786a2002261569bdf362264f605dfa4d65090b64b05c9f79a7" } ,
{ file = "backports.zoneinfo-0.2.1-cp37-cp37m-macosx_10_14_x86_64.whl" , hash = "sha256:f04e857b59d9d1ccc39ce2da1021d196e47234873820cbeaad210724b1ee28ac" } ,
{ file = "backports.zoneinfo-0.2.1-cp37-cp37m-manylinux1_i686.whl" , hash = "sha256:17746bd546106fa389c51dbea67c8b7c8f0d14b5526a579ca6ccf5ed72c526cf" } ,
{ file = "backports.zoneinfo-0.2.1-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:5c144945a7752ca544b4b78c8c41544cdfaf9786f25fe5ffb10e838e19a27570" } ,
{ file = "backports.zoneinfo-0.2.1-cp37-cp37m-win32.whl" , hash = "sha256:e55b384612d93be96506932a786bbcde5a2db7a9e6a4bb4bffe8b733f5b9036b" } ,
{ file = "backports.zoneinfo-0.2.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:a76b38c52400b762e48131494ba26be363491ac4f9a04c1b7e92483d169f6582" } ,
{ file = "backports.zoneinfo-0.2.1-cp38-cp38-macosx_10_14_x86_64.whl" , hash = "sha256:8961c0f32cd0336fb8e8ead11a1f8cd99ec07145ec2931122faaac1c8f7fd987" } ,
{ file = "backports.zoneinfo-0.2.1-cp38-cp38-manylinux1_i686.whl" , hash = "sha256:e81b76cace8eda1fca50e345242ba977f9be6ae3945af8d46326d776b4cf78d1" } ,
{ file = "backports.zoneinfo-0.2.1-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:7b0a64cda4145548fed9efc10322770f929b944ce5cee6c0dfe0c87bf4c0c8c9" } ,
{ file = "backports.zoneinfo-0.2.1-cp38-cp38-win32.whl" , hash = "sha256:1b13e654a55cd45672cb54ed12148cd33628f672548f373963b0bff67b217328" } ,
{ file = "backports.zoneinfo-0.2.1-cp38-cp38-win_amd64.whl" , hash = "sha256:4a0f800587060bf8880f954dbef70de6c11bbe59c673c3d818921f042f9954a6" } ,
{ file = "backports.zoneinfo-0.2.1.tar.gz" , hash = "sha256:fadbfe37f74051d024037f223b8e001611eac868b5c5b06144ef4d8b799862f2" } ,
]
2022-11-30 08:45:53 +00:00
[ package . extras ]
tzdata = [ "tzdata" ]
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "beautifulsoup4"
2024-03-15 12:46:16 +00:00
version = "4.12.3"
2022-09-04 05:52:33 +00:00
description = "Screen-scraping library"
optional = false
python-versions = ">=3.6.0"
2023-01-07 08:01:31 +00:00
files = [
2024-03-15 12:46:16 +00:00
{ file = "beautifulsoup4-4.12.3-py3-none-any.whl" , hash = "sha256:b80878c9f40111313e55da8ba20bdba06d8fa3969fc68304167741bbf9e082ed" } ,
{ file = "beautifulsoup4-4.12.3.tar.gz" , hash = "sha256:74e3d1928edc070d21748185c46e3fb33490f22f52a3addee9aee0f4f7781051" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
[ package . dependencies ]
soupsieve = ">1.2"
[ package . extras ]
2024-03-15 12:46:16 +00:00
cchardet = [ "cchardet" ]
chardet = [ "chardet" ]
charset-normalizer = [ "charset-normalizer" ]
2022-09-04 05:52:33 +00:00
html5lib = [ "html5lib" ]
lxml = [ "lxml" ]
[ [ package ] ]
name = "black"
2024-03-31 11:22:03 +00:00
version = "24.3.0"
2022-09-04 05:52:33 +00:00
description = "The uncompromising code formatter."
optional = false
2023-07-19 05:52:30 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2024-03-31 11:22:03 +00:00
{ file = "black-24.3.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:7d5e026f8da0322b5662fa7a8e752b3fa2dac1c1cbc213c3d7ff9bdd0ab12395" } ,
{ file = "black-24.3.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:9f50ea1132e2189d8dff0115ab75b65590a3e97de1e143795adb4ce317934995" } ,
{ file = "black-24.3.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e2af80566f43c85f5797365077fb64a393861a3730bd110971ab7a0c94e873e7" } ,
{ file = "black-24.3.0-cp310-cp310-win_amd64.whl" , hash = "sha256:4be5bb28e090456adfc1255e03967fb67ca846a03be7aadf6249096100ee32d0" } ,
{ file = "black-24.3.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:4f1373a7808a8f135b774039f61d59e4be7eb56b2513d3d2f02a8b9365b8a8a9" } ,
{ file = "black-24.3.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:aadf7a02d947936ee418777e0247ea114f78aff0d0959461057cae8a04f20597" } ,
{ file = "black-24.3.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:65c02e4ea2ae09d16314d30912a58ada9a5c4fdfedf9512d23326128ac08ac3d" } ,
{ file = "black-24.3.0-cp311-cp311-win_amd64.whl" , hash = "sha256:bf21b7b230718a5f08bd32d5e4f1db7fc8788345c8aea1d155fc17852b3410f5" } ,
{ file = "black-24.3.0-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:2818cf72dfd5d289e48f37ccfa08b460bf469e67fb7c4abb07edc2e9f16fb63f" } ,
{ file = "black-24.3.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:4acf672def7eb1725f41f38bf6bf425c8237248bb0804faa3965c036f7672d11" } ,
{ file = "black-24.3.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c7ed6668cbbfcd231fa0dc1b137d3e40c04c7f786e626b405c62bcd5db5857e4" } ,
{ file = "black-24.3.0-cp312-cp312-win_amd64.whl" , hash = "sha256:56f52cfbd3dabe2798d76dbdd299faa046a901041faf2cf33288bc4e6dae57b5" } ,
{ file = "black-24.3.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:79dcf34b33e38ed1b17434693763301d7ccbd1c5860674a8f871bd15139e7837" } ,
{ file = "black-24.3.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:e19cb1c6365fd6dc38a6eae2dcb691d7d83935c10215aef8e6c38edee3f77abd" } ,
{ file = "black-24.3.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:65b76c275e4c1c5ce6e9870911384bff5ca31ab63d19c76811cb1fb162678213" } ,
{ file = "black-24.3.0-cp38-cp38-win_amd64.whl" , hash = "sha256:b5991d523eee14756f3c8d5df5231550ae8993e2286b8014e2fdea7156ed0959" } ,
{ file = "black-24.3.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:c45f8dff244b3c431b36e3224b6be4a127c6aca780853574c00faf99258041eb" } ,
{ file = "black-24.3.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:6905238a754ceb7788a73f02b45637d820b2f5478b20fec82ea865e4f5d4d9f7" } ,
{ file = "black-24.3.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d7de8d330763c66663661a1ffd432274a2f92f07feeddd89ffd085b5744f85e7" } ,
{ file = "black-24.3.0-cp39-cp39-win_amd64.whl" , hash = "sha256:7bb041dca0d784697af4646d3b62ba4a6b028276ae878e53f6b4f74ddd6db99f" } ,
{ file = "black-24.3.0-py3-none-any.whl" , hash = "sha256:41622020d7120e01d377f74249e677039d20e6344ff5851de8a10f11f513bf93" } ,
{ file = "black-24.3.0.tar.gz" , hash = "sha256:a0c9c4a0771afc6919578cec71ce82a3e31e054904e7197deacbc9382671c41f" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
[ package . dependencies ]
click = ">=8.0.0"
mypy-extensions = ">=0.4.3"
2023-02-13 11:30:32 +00:00
packaging = ">=22.0"
2022-09-04 05:52:33 +00:00
pathspec = ">=0.9.0"
platformdirs = ">=2"
2023-02-13 11:30:32 +00:00
tomli = { version = ">=1.1.0" , markers = "python_version < \"3.11\"" }
2023-09-09 14:39:37 +00:00
typing-extensions = { version = ">=4.0.1" , markers = "python_version < \"3.11\"" }
2022-09-04 05:52:33 +00:00
[ package . extras ]
colorama = [ "colorama (>=0.4.3)" ]
2023-12-16 11:28:02 +00:00
d = [ "aiohttp (>=3.7.4)" , "aiohttp (>=3.7.4,!=3.9.0)" ]
2022-09-04 05:52:33 +00:00
jupyter = [ "ipython (>=7.8.0)" , "tokenize-rt (>=3.2.0)" ]
uvloop = [ "uvloop (>=0.15.2)" ]
[ [ package ] ]
name = "cachetools"
2024-03-15 12:46:16 +00:00
version = "5.3.3"
2022-09-04 05:52:33 +00:00
description = "Extensible memoizing collections and decorators"
optional = false
2023-07-19 05:52:30 +00:00
python-versions = ">=3.7"
2023-01-07 08:01:31 +00:00
files = [
2024-03-15 12:46:16 +00:00
{ file = "cachetools-5.3.3-py3-none-any.whl" , hash = "sha256:0abad1021d3f8325b2fc1d2e9c8b9c9d57b04c3932657a72465447332c24d945" } ,
{ file = "cachetools-5.3.3.tar.gz" , hash = "sha256:ba29e2dfa0b8b556606f097407ed1aa62080ee108ab0dc5ec9d6a723a007d105" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "certifi"
2024-03-15 12:46:16 +00:00
version = "2024.2.2"
2022-09-04 05:52:33 +00:00
description = "Python package for providing Mozilla's CA Bundle."
optional = false
python-versions = ">=3.6"
2023-01-07 08:01:31 +00:00
files = [
2024-03-15 12:46:16 +00:00
{ file = "certifi-2024.2.2-py3-none-any.whl" , hash = "sha256:dc383c07b76109f368f6106eee2b593b04a011ea4d55f652c6ca24a754d1cdd1" } ,
{ file = "certifi-2024.2.2.tar.gz" , hash = "sha256:0569859f95fc761b18b45ef421b1290a0f65f147e92a1e5eb3e635f9a5e4e66f" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
2023-02-10 16:05:23 +00:00
[ [ package ] ]
name = "cffi"
2023-10-25 14:43:22 +00:00
version = "1.16.0"
2023-02-10 16:05:23 +00:00
description = "Foreign Function Interface for Python calling C code."
optional = false
2023-10-25 14:43:22 +00:00
python-versions = ">=3.8"
2023-02-10 16:05:23 +00:00
files = [
2023-10-25 14:43:22 +00:00
{ file = "cffi-1.16.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:6b3d6606d369fc1da4fd8c357d026317fbb9c9b75d36dc16e90e84c26854b088" } ,
{ file = "cffi-1.16.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:ac0f5edd2360eea2f1daa9e26a41db02dd4b0451b48f7c318e217ee092a213e9" } ,
{ file = "cffi-1.16.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7e61e3e4fa664a8588aa25c883eab612a188c725755afff6289454d6362b9673" } ,
{ file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a72e8961a86d19bdb45851d8f1f08b041ea37d2bd8d4fd19903bc3083d80c896" } ,
{ file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5b50bf3f55561dac5438f8e70bfcdfd74543fd60df5fa5f62d94e5867deca684" } ,
{ file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:7651c50c8c5ef7bdb41108b7b8c5a83013bfaa8a935590c5d74627c047a583c7" } ,
{ file = "cffi-1.16.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e4108df7fe9b707191e55f33efbcb2d81928e10cea45527879a4749cbe472614" } ,
{ file = "cffi-1.16.0-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:32c68ef735dbe5857c810328cb2481e24722a59a2003018885514d4c09af9743" } ,
{ file = "cffi-1.16.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:673739cb539f8cdaa07d92d02efa93c9ccf87e345b9a0b556e3ecc666718468d" } ,
{ file = "cffi-1.16.0-cp310-cp310-win32.whl" , hash = "sha256:9f90389693731ff1f659e55c7d1640e2ec43ff725cc61b04b2f9c6d8d017df6a" } ,
{ file = "cffi-1.16.0-cp310-cp310-win_amd64.whl" , hash = "sha256:e6024675e67af929088fda399b2094574609396b1decb609c55fa58b028a32a1" } ,
{ file = "cffi-1.16.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:b84834d0cf97e7d27dd5b7f3aca7b6e9263c56308ab9dc8aae9784abb774d404" } ,
{ file = "cffi-1.16.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:1b8ebc27c014c59692bb2664c7d13ce7a6e9a629be20e54e7271fa696ff2b417" } ,
{ file = "cffi-1.16.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ee07e47c12890ef248766a6e55bd38ebfb2bb8edd4142d56db91b21ea68b7627" } ,
{ file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d8a9d3ebe49f084ad71f9269834ceccbf398253c9fac910c4fd7053ff1386936" } ,
{ file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:e70f54f1796669ef691ca07d046cd81a29cb4deb1e5f942003f401c0c4a2695d" } ,
{ file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:5bf44d66cdf9e893637896c7faa22298baebcd18d1ddb6d2626a6e39793a1d56" } ,
{ file = "cffi-1.16.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7b78010e7b97fef4bee1e896df8a4bbb6712b7f05b7ef630f9d1da00f6444d2e" } ,
{ file = "cffi-1.16.0-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:c6a164aa47843fb1b01e941d385aab7215563bb8816d80ff3a363a9f8448a8dc" } ,
{ file = "cffi-1.16.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:e09f3ff613345df5e8c3667da1d918f9149bd623cd9070c983c013792a9a62eb" } ,
{ file = "cffi-1.16.0-cp311-cp311-win32.whl" , hash = "sha256:2c56b361916f390cd758a57f2e16233eb4f64bcbeee88a4881ea90fca14dc6ab" } ,
{ file = "cffi-1.16.0-cp311-cp311-win_amd64.whl" , hash = "sha256:db8e577c19c0fda0beb7e0d4e09e0ba74b1e4c092e0e40bfa12fe05b6f6d75ba" } ,
{ file = "cffi-1.16.0-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:fa3a0128b152627161ce47201262d3140edb5a5c3da88d73a1b790a959126956" } ,
{ file = "cffi-1.16.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:68e7c44931cc171c54ccb702482e9fc723192e88d25a0e133edd7aff8fcd1f6e" } ,
{ file = "cffi-1.16.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:abd808f9c129ba2beda4cfc53bde801e5bcf9d6e0f22f095e45327c038bfe68e" } ,
{ file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:88e2b3c14bdb32e440be531ade29d3c50a1a59cd4e51b1dd8b0865c54ea5d2e2" } ,
{ file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:fcc8eb6d5902bb1cf6dc4f187ee3ea80a1eba0a89aba40a5cb20a5087d961357" } ,
{ file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b7be2d771cdba2942e13215c4e340bfd76398e9227ad10402a8767ab1865d2e6" } ,
{ file = "cffi-1.16.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e715596e683d2ce000574bae5d07bd522c781a822866c20495e52520564f0969" } ,
{ file = "cffi-1.16.0-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:2d92b25dbf6cae33f65005baf472d2c245c050b1ce709cc4588cdcdd5495b520" } ,
{ file = "cffi-1.16.0-cp312-cp312-win32.whl" , hash = "sha256:b2ca4e77f9f47c55c194982e10f058db063937845bb2b7a86c84a6cfe0aefa8b" } ,
{ file = "cffi-1.16.0-cp312-cp312-win_amd64.whl" , hash = "sha256:68678abf380b42ce21a5f2abde8efee05c114c2fdb2e9eef2efdb0257fba1235" } ,
{ file = "cffi-1.16.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0c9ef6ff37e974b73c25eecc13952c55bceed9112be2d9d938ded8e856138bcc" } ,
{ file = "cffi-1.16.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a09582f178759ee8128d9270cd1344154fd473bb77d94ce0aeb2a93ebf0feaf0" } ,
{ file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e760191dd42581e023a68b758769e2da259b5d52e3103c6060ddc02c9edb8d7b" } ,
{ file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:80876338e19c951fdfed6198e70bc88f1c9758b94578d5a7c4c91a87af3cf31c" } ,
{ file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a6a14b17d7e17fa0d207ac08642c8820f84f25ce17a442fd15e27ea18d67c59b" } ,
{ file = "cffi-1.16.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6602bc8dc6f3a9e02b6c22c4fc1e47aa50f8f8e6d3f78a5e16ac33ef5fefa324" } ,
{ file = "cffi-1.16.0-cp38-cp38-win32.whl" , hash = "sha256:131fd094d1065b19540c3d72594260f118b231090295d8c34e19a7bbcf2e860a" } ,
{ file = "cffi-1.16.0-cp38-cp38-win_amd64.whl" , hash = "sha256:31d13b0f99e0836b7ff893d37af07366ebc90b678b6664c955b54561fc36ef36" } ,
{ file = "cffi-1.16.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:582215a0e9adbe0e379761260553ba11c58943e4bbe9c36430c4ca6ac74b15ed" } ,
{ file = "cffi-1.16.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:b29ebffcf550f9da55bec9e02ad430c992a87e5f512cd63388abb76f1036d8d2" } ,
{ file = "cffi-1.16.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:dc9b18bf40cc75f66f40a7379f6a9513244fe33c0e8aa72e2d56b0196a7ef872" } ,
{ file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9cb4a35b3642fc5c005a6755a5d17c6c8b6bcb6981baf81cea8bfbc8903e8ba8" } ,
{ file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:b86851a328eedc692acf81fb05444bdf1891747c25af7529e39ddafaf68a4f3f" } ,
{ file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c0f31130ebc2d37cdd8e44605fb5fa7ad59049298b3f745c74fa74c62fbfcfc4" } ,
{ file = "cffi-1.16.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8f8e709127c6c77446a8c0a8c8bf3c8ee706a06cd44b1e827c3e6a2ee6b8c098" } ,
{ file = "cffi-1.16.0-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:748dcd1e3d3d7cd5443ef03ce8685043294ad6bd7c02a38d1bd367cfd968e000" } ,
{ file = "cffi-1.16.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:8895613bcc094d4a1b2dbe179d88d7fb4a15cee43c052e8885783fac397d91fe" } ,
{ file = "cffi-1.16.0-cp39-cp39-win32.whl" , hash = "sha256:ed86a35631f7bfbb28e108dd96773b9d5a6ce4811cf6ea468bb6a359b256b1e4" } ,
{ file = "cffi-1.16.0-cp39-cp39-win_amd64.whl" , hash = "sha256:3686dffb02459559c74dd3d81748269ffb0eb027c39a6fc99502de37d501faa8" } ,
{ file = "cffi-1.16.0.tar.gz" , hash = "sha256:bcb3ef43e58665bbda2fb198698fcae6776483e0c4a631aa5647806c25e02cc0" } ,
2023-02-10 16:05:23 +00:00
]
[ package . dependencies ]
pycparser = "*"
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "click"
2023-09-09 14:39:37 +00:00
version = "8.1.7"
2022-09-04 05:52:33 +00:00
description = "Composable command line interface toolkit"
optional = false
python-versions = ">=3.7"
2023-01-07 08:01:31 +00:00
files = [
2023-09-09 14:39:37 +00:00
{ file = "click-8.1.7-py3-none-any.whl" , hash = "sha256:ae74fb96c20a0277a1d615f1e4d73c8414f5a98db8b799a7931d1582f3390c28" } ,
{ file = "click-8.1.7.tar.gz" , hash = "sha256:ca9853ad459e787e2192211578cc907e7594e294c7ccc834310722b41b9ca6de" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
[ [ package ] ]
name = "colorama"
2023-02-15 09:44:59 +00:00
version = "0.4.6"
2022-09-04 05:52:33 +00:00
description = "Cross-platform colored terminal text."
optional = false
2023-02-15 09:44:59 +00:00
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,!=3.6.*,>=2.7"
2023-01-07 08:01:31 +00:00
files = [
2023-02-15 09:44:59 +00:00
{ file = "colorama-0.4.6-py2.py3-none-any.whl" , hash = "sha256:4f1d9991f5acc0ca119f9d443620b77f9d6b33703e51011c16baf57afb285fc6" } ,
{ file = "colorama-0.4.6.tar.gz" , hash = "sha256:08695f5cb7ed6e0531a20572697297273c47b8cae5a63ffc6d6ed5c201be6e44" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "colorlog"
2024-03-15 12:46:16 +00:00
version = "6.8.2"
2022-09-04 05:52:33 +00:00
description = "Add colours to the output of Python's logging module."
optional = false
python-versions = ">=3.6"
2023-01-07 08:01:31 +00:00
files = [
2024-03-15 12:46:16 +00:00
{ file = "colorlog-6.8.2-py3-none-any.whl" , hash = "sha256:4dcbb62368e2800cb3c5abd348da7e53f6c362dda502ec27c560b2e58a66bd33" } ,
{ file = "colorlog-6.8.2.tar.gz" , hash = "sha256:3e3e079a41feb5a1b64f978b5ea4f46040a94f11f0e8bbb8261e3dbbeca64d44" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
[ package . dependencies ]
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
[ package . extras ]
development = [ "black" , "flake8" , "mypy" , "pytest" , "types-colorama" ]
2023-02-10 16:05:23 +00:00
[ [ package ] ]
name = "cryptography"
2024-03-15 12:46:16 +00:00
version = "42.0.5"
2023-02-10 16:05:23 +00:00
description = "cryptography is a package which provides cryptographic recipes and primitives to Python developers."
optional = false
2023-07-19 05:52:30 +00:00
python-versions = ">=3.7"
2023-02-10 16:05:23 +00:00
files = [
2024-03-15 12:46:16 +00:00
{ file = "cryptography-42.0.5-cp37-abi3-macosx_10_12_universal2.whl" , hash = "sha256:a30596bae9403a342c978fb47d9b0ee277699fa53bbafad14706af51fe543d16" } ,
{ file = "cryptography-42.0.5-cp37-abi3-macosx_10_12_x86_64.whl" , hash = "sha256:b7ffe927ee6531c78f81aa17e684e2ff617daeba7f189f911065b2ea2d526dec" } ,
{ file = "cryptography-42.0.5-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2424ff4c4ac7f6b8177b53c17ed5d8fa74ae5955656867f5a8affaca36a27abb" } ,
{ file = "cryptography-42.0.5-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:329906dcc7b20ff3cad13c069a78124ed8247adcac44b10bea1130e36caae0b4" } ,
{ file = "cryptography-42.0.5-cp37-abi3-manylinux_2_28_aarch64.whl" , hash = "sha256:b03c2ae5d2f0fc05f9a2c0c997e1bc18c8229f392234e8a0194f202169ccd278" } ,
{ file = "cryptography-42.0.5-cp37-abi3-manylinux_2_28_x86_64.whl" , hash = "sha256:f8837fe1d6ac4a8052a9a8ddab256bc006242696f03368a4009be7ee3075cdb7" } ,
{ file = "cryptography-42.0.5-cp37-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:0270572b8bd2c833c3981724b8ee9747b3ec96f699a9665470018594301439ee" } ,
{ file = "cryptography-42.0.5-cp37-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:b8cac287fafc4ad485b8a9b67d0ee80c66bf3574f655d3b97ef2e1082360faf1" } ,
{ file = "cryptography-42.0.5-cp37-abi3-musllinux_1_2_aarch64.whl" , hash = "sha256:16a48c23a62a2f4a285699dba2e4ff2d1cff3115b9df052cdd976a18856d8e3d" } ,
{ file = "cryptography-42.0.5-cp37-abi3-musllinux_1_2_x86_64.whl" , hash = "sha256:2bce03af1ce5a5567ab89bd90d11e7bbdff56b8af3acbbec1faded8f44cb06da" } ,
{ file = "cryptography-42.0.5-cp37-abi3-win32.whl" , hash = "sha256:b6cd2203306b63e41acdf39aa93b86fb566049aeb6dc489b70e34bcd07adca74" } ,
{ file = "cryptography-42.0.5-cp37-abi3-win_amd64.whl" , hash = "sha256:98d8dc6d012b82287f2c3d26ce1d2dd130ec200c8679b6213b3c73c08b2b7940" } ,
{ file = "cryptography-42.0.5-cp39-abi3-macosx_10_12_universal2.whl" , hash = "sha256:5e6275c09d2badf57aea3afa80d975444f4be8d3bc58f7f80d2a484c6f9485c8" } ,
{ file = "cryptography-42.0.5-cp39-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e4985a790f921508f36f81831817cbc03b102d643b5fcb81cd33df3fa291a1a1" } ,
{ file = "cryptography-42.0.5-cp39-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7cde5f38e614f55e28d831754e8a3bacf9ace5d1566235e39d91b35502d6936e" } ,
{ file = "cryptography-42.0.5-cp39-abi3-manylinux_2_28_aarch64.whl" , hash = "sha256:7367d7b2eca6513681127ebad53b2582911d1736dc2ffc19f2c3ae49997496bc" } ,
{ file = "cryptography-42.0.5-cp39-abi3-manylinux_2_28_x86_64.whl" , hash = "sha256:cd2030f6650c089aeb304cf093f3244d34745ce0cfcc39f20c6fbfe030102e2a" } ,
{ file = "cryptography-42.0.5-cp39-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:a2913c5375154b6ef2e91c10b5720ea6e21007412f6437504ffea2109b5a33d7" } ,
{ file = "cryptography-42.0.5-cp39-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:c41fb5e6a5fe9ebcd58ca3abfeb51dffb5d83d6775405305bfa8715b76521922" } ,
{ file = "cryptography-42.0.5-cp39-abi3-musllinux_1_2_aarch64.whl" , hash = "sha256:3eaafe47ec0d0ffcc9349e1708be2aaea4c6dd4978d76bf6eb0cb2c13636c6fc" } ,
{ file = "cryptography-42.0.5-cp39-abi3-musllinux_1_2_x86_64.whl" , hash = "sha256:1b95b98b0d2af784078fa69f637135e3c317091b615cd0905f8b8a087e86fa30" } ,
{ file = "cryptography-42.0.5-cp39-abi3-win32.whl" , hash = "sha256:1f71c10d1e88467126f0efd484bd44bca5e14c664ec2ede64c32f20875c0d413" } ,
{ file = "cryptography-42.0.5-cp39-abi3-win_amd64.whl" , hash = "sha256:a011a644f6d7d03736214d38832e030d8268bcff4a41f728e6030325fea3e400" } ,
{ file = "cryptography-42.0.5-pp310-pypy310_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:9481ffe3cf013b71b2428b905c4f7a9a4f76ec03065b05ff499bb5682a8d9ad8" } ,
{ file = "cryptography-42.0.5-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:ba334e6e4b1d92442b75ddacc615c5476d4ad55cc29b15d590cc6b86efa487e2" } ,
{ file = "cryptography-42.0.5-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:ba3e4a42397c25b7ff88cdec6e2a16c2be18720f317506ee25210f6d31925f9c" } ,
{ file = "cryptography-42.0.5-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:111a0d8553afcf8eb02a4fea6ca4f59d48ddb34497aa8706a6cf536f1a5ec576" } ,
{ file = "cryptography-42.0.5-pp39-pypy39_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:cd65d75953847815962c84a4654a84850b2bb4aed3f26fadcc1c13892e1e29f6" } ,
{ file = "cryptography-42.0.5-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:e807b3188f9eb0eaa7bbb579b462c5ace579f1cedb28107ce8b48a9f7ad3679e" } ,
{ file = "cryptography-42.0.5-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:f12764b8fffc7a123f641d7d049d382b73f96a34117e0b637b80643169cec8ac" } ,
{ file = "cryptography-42.0.5-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:37dd623507659e08be98eec89323469e8c7b4c1407c85112634ae3dbdb926fdd" } ,
{ file = "cryptography-42.0.5.tar.gz" , hash = "sha256:6fe07eec95dfd477eb9530aef5bead34fec819b3aaf6c5bd6d20565da607bfe1" } ,
2023-02-10 16:05:23 +00:00
]
[ package . dependencies ]
2024-03-15 12:46:16 +00:00
cffi = { version = ">=1.12" , markers = "platform_python_implementation != \"PyPy\"" }
2023-02-10 16:05:23 +00:00
[ package . extras ]
docs = [ "sphinx (>=5.3.0)" , "sphinx-rtd-theme (>=1.1.1)" ]
2024-03-15 12:46:16 +00:00
docstest = [ "pyenchant (>=1.6.11)" , "readme-renderer" , "sphinxcontrib-spelling (>=4.0.1)" ]
2023-07-19 05:52:30 +00:00
nox = [ "nox" ]
2024-03-15 12:46:16 +00:00
pep8test = [ "check-sdist" , "click" , "mypy" , "ruff" ]
2023-07-19 05:52:30 +00:00
sdist = [ "build" ]
2023-02-10 16:05:23 +00:00
ssh = [ "bcrypt (>=3.1.5)" ]
2024-03-15 12:46:16 +00:00
test = [ "certifi" , "pretend" , "pytest (>=6.2.0)" , "pytest-benchmark" , "pytest-cov" , "pytest-xdist" ]
2023-02-10 16:05:23 +00:00
test-randomorder = [ "pytest-randomly" ]
2022-10-20 07:48:40 +00:00
[ [ package ] ]
name = "et-xmlfile"
version = "1.1.0"
description = "An implementation of lxml.xmlfile for the standard library"
optional = false
python-versions = ">=3.6"
2023-01-07 08:01:31 +00:00
files = [
{ file = "et_xmlfile-1.1.0-py3-none-any.whl" , hash = "sha256:a2ba85d1d6a74ef63837eed693bcb89c3f752169b0e3e7ae5b16ca5e1b3deada" } ,
{ file = "et_xmlfile-1.1.0.tar.gz" , hash = "sha256:8eb9e2bc2f8c97e37a2dc85a09ecdcdec9d8a396530a6d5a33b30b9a92da0c5c" } ,
]
2022-10-20 07:48:40 +00:00
2022-11-30 08:45:53 +00:00
[ [ package ] ]
name = "exceptiongroup"
2023-12-16 11:28:02 +00:00
version = "1.2.0"
2022-11-30 08:45:53 +00:00
description = "Backport of PEP 654 (exception groups)"
2023-07-19 05:52:30 +00:00
optional = false
2022-11-30 08:45:53 +00:00
python-versions = ">=3.7"
2023-01-07 08:01:31 +00:00
files = [
2023-12-16 11:28:02 +00:00
{ file = "exceptiongroup-1.2.0-py3-none-any.whl" , hash = "sha256:4bfd3996ac73b41e9b9628b04e079f193850720ea5945fc96a08633c66912f14" } ,
{ file = "exceptiongroup-1.2.0.tar.gz" , hash = "sha256:91f5c769735f051a4290d52edd0858999b57e5876e9f85937691bd4c9fa3ed68" } ,
2023-01-07 08:01:31 +00:00
]
2022-11-30 08:45:53 +00:00
[ package . extras ]
test = [ "pytest (>=6)" ]
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "fakeredis"
2024-03-15 12:46:16 +00:00
version = "2.21.3"
2023-07-19 05:52:30 +00:00
description = "Python implementation of redis API, can be used for testing purposes."
2022-09-04 05:52:33 +00:00
optional = false
2023-04-04 14:04:25 +00:00
python-versions = ">=3.7,<4.0"
2023-01-07 08:01:31 +00:00
files = [
2024-03-15 12:46:16 +00:00
{ file = "fakeredis-2.21.3-py3-none-any.whl" , hash = "sha256:033fe5882a20ec308ed0cf67a86c1cd982a1bffa63deb0f52eaa625bd8ce305f" } ,
{ file = "fakeredis-2.21.3.tar.gz" , hash = "sha256:e9e1c309d49d83c4ce1ab6f3ee2e56787f6a5573a305109017bf140334dd396d" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
[ package . dependencies ]
2023-04-04 14:04:25 +00:00
redis = ">=4"
2023-07-19 05:52:30 +00:00
sortedcontainers = ">=2,<3"
2022-09-04 05:52:33 +00:00
[ package . extras ]
2024-03-15 12:46:16 +00:00
bf = [ "pyprobables (>=0.6,<0.7)" ]
cf = [ "pyprobables (>=0.6,<0.7)" ]
2023-10-25 14:43:22 +00:00
json = [ "jsonpath-ng (>=1.6,<2.0)" ]
2023-09-09 14:39:37 +00:00
lua = [ "lupa (>=1.14,<3.0)" ]
2024-03-15 12:46:16 +00:00
probabilistic = [ "pyprobables (>=0.6,<0.7)" ]
2022-09-04 05:52:33 +00:00
2022-10-12 13:39:47 +00:00
[ [ package ] ]
name = "fastapi"
2024-03-15 12:46:16 +00:00
version = "0.110.0"
2022-10-12 13:39:47 +00:00
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
optional = false
2023-12-16 11:28:02 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2024-03-15 12:46:16 +00:00
{ file = "fastapi-0.110.0-py3-none-any.whl" , hash = "sha256:87a1f6fb632a218222c5984be540055346a8f5d8a68e8f6fb647b1dc9934de4b" } ,
{ file = "fastapi-0.110.0.tar.gz" , hash = "sha256:266775f0dcc95af9d3ef39bad55cff525329a931d5fd51930aadd4f428bf7ff3" } ,
2023-01-07 08:01:31 +00:00
]
2022-10-12 13:39:47 +00:00
[ package . dependencies ]
2023-12-16 11:28:02 +00:00
pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0 || >2.0.0,<2.0.1 || >2.0.1,<2.1.0 || >2.1.0,<3.0.0"
2024-03-15 12:46:16 +00:00
starlette = ">=0.36.3,<0.37.0"
2023-12-16 11:28:02 +00:00
typing-extensions = ">=4.8.0"
2022-10-12 13:39:47 +00:00
[ package . extras ]
2024-03-15 12:46:16 +00:00
all = [ "email-validator (>=2.0.0)" , "httpx (>=0.23.0)" , "itsdangerous (>=1.1.0)" , "jinja2 (>=2.11.2)" , "orjson (>=3.2.1)" , "pydantic-extra-types (>=2.0.0)" , "pydantic-settings (>=2.0.0)" , "python-multipart (>=0.0.7)" , "pyyaml (>=5.3.1)" , "ujson (>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0)" , "uvicorn[standard] (>=0.12.0)" ]
2022-10-12 13:39:47 +00:00
2022-09-12 15:18:11 +00:00
[ [ package ] ]
name = "flaky"
2024-03-15 12:46:16 +00:00
version = "3.8.1"
description = "Plugin for pytest that automatically reruns flaky tests."
2022-09-12 15:18:11 +00:00
optional = true
2024-03-15 12:46:16 +00:00
python-versions = ">=3.5"
2023-01-07 08:01:31 +00:00
files = [
2024-03-15 12:46:16 +00:00
{ file = "flaky-3.8.1-py2.py3-none-any.whl" , hash = "sha256:194ccf4f0d3a22b2de7130f4b62e45e977ac1b5ccad74d4d48f3005dcc38815e" } ,
{ file = "flaky-3.8.1.tar.gz" , hash = "sha256:47204a81ec905f3d5acfbd61daeabcada8f9d4031616d9bcb0618461729699f5" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-12 15:18:11 +00:00
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "gitdb"
2023-10-25 14:43:22 +00:00
version = "4.0.11"
2023-01-07 08:01:31 +00:00
description = "Git Object Database"
optional = false
2023-02-15 09:44:59 +00:00
python-versions = ">=3.7"
2023-01-07 08:01:31 +00:00
files = [
2023-10-25 14:43:22 +00:00
{ file = "gitdb-4.0.11-py3-none-any.whl" , hash = "sha256:81a3407ddd2ee8df444cbacea00e2d038e40150acfa3001696fe0dcf1d3adfa4" } ,
{ file = "gitdb-4.0.11.tar.gz" , hash = "sha256:bf5421126136d6d0af55bc1e7c1af1c397a34f5b7bd79e776cd3e89785c2b04b" } ,
2023-01-07 08:01:31 +00:00
]
[ package . dependencies ]
smmap = ">=3.0.1,<6"
[ [ package ] ]
name = "gitpython"
2024-03-31 11:22:03 +00:00
version = "3.1.43"
2023-02-19 06:20:34 +00:00
description = "GitPython is a Python library used to interact with Git repositories"
2023-01-07 08:01:31 +00:00
optional = false
python-versions = ">=3.7"
files = [
2024-03-31 11:22:03 +00:00
{ file = "GitPython-3.1.43-py3-none-any.whl" , hash = "sha256:eec7ec56b92aad751f9912a73404bc02ba212a23adb2c7098ee668417051a1ff" } ,
{ file = "GitPython-3.1.43.tar.gz" , hash = "sha256:35f314a9f878467f5453cc1fee295c3e18e52f1b99f10f6cf5b1682e968a9e7c" } ,
2023-01-07 08:01:31 +00:00
]
[ package . dependencies ]
gitdb = ">=4.0.1,<5"
2023-10-25 14:43:22 +00:00
[ package . extras ]
2024-03-31 11:22:03 +00:00
doc = [ "sphinx (==4.3.2)" , "sphinx-autodoc-typehints" , "sphinx-rtd-theme" , "sphinxcontrib-applehelp (>=1.0.2,<=1.0.4)" , "sphinxcontrib-devhelp (==1.0.2)" , "sphinxcontrib-htmlhelp (>=2.0.0,<=2.0.1)" , "sphinxcontrib-qthelp (==1.0.3)" , "sphinxcontrib-serializinghtml (==1.1.5)" ]
test = [ "coverage[toml]" , "ddt (>=1.1.1,!=1.4.3)" , "mock" , "mypy" , "pre-commit" , "pytest (>=7.3.1)" , "pytest-cov" , "pytest-instafail" , "pytest-mock" , "pytest-sugar" , "typing-extensions" ]
2023-10-25 14:43:22 +00:00
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "greenlet"
2023-10-25 14:43:22 +00:00
version = "3.0.0"
2022-09-04 05:52:33 +00:00
description = "Lightweight in-process concurrent programming"
optional = false
2023-10-25 14:43:22 +00:00
python-versions = ">=3.7"
files = [
{ file = "greenlet-3.0.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:e09dea87cc91aea5500262993cbd484b41edf8af74f976719dd83fe724644cd6" } ,
{ file = "greenlet-3.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f47932c434a3c8d3c86d865443fadc1fbf574e9b11d6650b656e602b1797908a" } ,
{ file = "greenlet-3.0.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:bdfaeecf8cc705d35d8e6de324bf58427d7eafb55f67050d8f28053a3d57118c" } ,
{ file = "greenlet-3.0.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:6a68d670c8f89ff65c82b936275369e532772eebc027c3be68c6b87ad05ca695" } ,
{ file = "greenlet-3.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:38ad562a104cd41e9d4644f46ea37167b93190c6d5e4048fcc4b80d34ecb278f" } ,
{ file = "greenlet-3.0.0-cp310-cp310-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:02a807b2a58d5cdebb07050efe3d7deaf915468d112dfcf5e426d0564aa3aa4a" } ,
{ file = "greenlet-3.0.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:b1660a15a446206c8545edc292ab5c48b91ff732f91b3d3b30d9a915d5ec4779" } ,
{ file = "greenlet-3.0.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:813720bd57e193391dfe26f4871186cf460848b83df7e23e6bef698a7624b4c9" } ,
{ file = "greenlet-3.0.0-cp310-cp310-win_amd64.whl" , hash = "sha256:aa15a2ec737cb609ed48902b45c5e4ff6044feb5dcdfcf6fa8482379190330d7" } ,
{ file = "greenlet-3.0.0-cp310-universal2-macosx_11_0_x86_64.whl" , hash = "sha256:7709fd7bb02b31908dc8fd35bfd0a29fc24681d5cc9ac1d64ad07f8d2b7db62f" } ,
{ file = "greenlet-3.0.0-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:211ef8d174601b80e01436f4e6905aca341b15a566f35a10dd8d1e93f5dbb3b7" } ,
{ file = "greenlet-3.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6512592cc49b2c6d9b19fbaa0312124cd4c4c8a90d28473f86f92685cc5fef8e" } ,
{ file = "greenlet-3.0.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:871b0a8835f9e9d461b7fdaa1b57e3492dd45398e87324c047469ce2fc9f516c" } ,
{ file = "greenlet-3.0.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b505fcfc26f4148551826a96f7317e02c400665fa0883fe505d4fcaab1dabfdd" } ,
{ file = "greenlet-3.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:123910c58234a8d40eaab595bc56a5ae49bdd90122dde5bdc012c20595a94c14" } ,
{ file = "greenlet-3.0.0-cp311-cp311-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:96d9ea57292f636ec851a9bb961a5cc0f9976900e16e5d5647f19aa36ba6366b" } ,
{ file = "greenlet-3.0.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:0b72b802496cccbd9b31acea72b6f87e7771ccfd7f7927437d592e5c92ed703c" } ,
{ file = "greenlet-3.0.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:527cd90ba3d8d7ae7dceb06fda619895768a46a1b4e423bdb24c1969823b8362" } ,
{ file = "greenlet-3.0.0-cp311-cp311-win_amd64.whl" , hash = "sha256:37f60b3a42d8b5499be910d1267b24355c495064f271cfe74bf28b17b099133c" } ,
{ file = "greenlet-3.0.0-cp312-cp312-macosx_10_9_universal2.whl" , hash = "sha256:1482fba7fbed96ea7842b5a7fc11d61727e8be75a077e603e8ab49d24e234383" } ,
{ file = "greenlet-3.0.0-cp312-cp312-macosx_13_0_arm64.whl" , hash = "sha256:be557119bf467d37a8099d91fbf11b2de5eb1fd5fc5b91598407574848dc910f" } ,
{ file = "greenlet-3.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:73b2f1922a39d5d59cc0e597987300df3396b148a9bd10b76a058a2f2772fc04" } ,
{ file = "greenlet-3.0.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d1e22c22f7826096ad503e9bb681b05b8c1f5a8138469b255eb91f26a76634f2" } ,
{ file = "greenlet-3.0.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:1d363666acc21d2c204dd8705c0e0457d7b2ee7a76cb16ffc099d6799744ac99" } ,
{ file = "greenlet-3.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:334ef6ed8337bd0b58bb0ae4f7f2dcc84c9f116e474bb4ec250a8bb9bd797a66" } ,
{ file = "greenlet-3.0.0-cp312-cp312-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:6672fdde0fd1a60b44fb1751a7779c6db487e42b0cc65e7caa6aa686874e79fb" } ,
{ file = "greenlet-3.0.0-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:952256c2bc5b4ee8df8dfc54fc4de330970bf5d79253c863fb5e6761f00dda35" } ,
{ file = "greenlet-3.0.0-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:269d06fa0f9624455ce08ae0179430eea61085e3cf6457f05982b37fd2cefe17" } ,
{ file = "greenlet-3.0.0-cp312-cp312-win_amd64.whl" , hash = "sha256:9adbd8ecf097e34ada8efde9b6fec4dd2a903b1e98037adf72d12993a1c80b51" } ,
{ file = "greenlet-3.0.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c6b5ce7f40f0e2f8b88c28e6691ca6806814157ff05e794cdd161be928550f4c" } ,
{ file = "greenlet-3.0.0-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:ecf94aa539e97a8411b5ea52fc6ccd8371be9550c4041011a091eb8b3ca1d810" } ,
{ file = "greenlet-3.0.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:80dcd3c938cbcac986c5c92779db8e8ce51a89a849c135172c88ecbdc8c056b7" } ,
{ file = "greenlet-3.0.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e52a712c38e5fb4fd68e00dc3caf00b60cb65634d50e32281a9d6431b33b4af1" } ,
{ file = "greenlet-3.0.0-cp37-cp37m-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:d5539f6da3418c3dc002739cb2bb8d169056aa66e0c83f6bacae0cd3ac26b423" } ,
{ file = "greenlet-3.0.0-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:343675e0da2f3c69d3fb1e894ba0a1acf58f481f3b9372ce1eb465ef93cf6fed" } ,
{ file = "greenlet-3.0.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:abe1ef3d780de56defd0c77c5ba95e152f4e4c4e12d7e11dd8447d338b85a625" } ,
{ file = "greenlet-3.0.0-cp37-cp37m-win32.whl" , hash = "sha256:e693e759e172fa1c2c90d35dea4acbdd1d609b6936115d3739148d5e4cd11947" } ,
{ file = "greenlet-3.0.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:bdd696947cd695924aecb3870660b7545a19851f93b9d327ef8236bfc49be705" } ,
{ file = "greenlet-3.0.0-cp37-universal2-macosx_11_0_x86_64.whl" , hash = "sha256:cc3e2679ea13b4de79bdc44b25a0c4fcd5e94e21b8f290791744ac42d34a0353" } ,
{ file = "greenlet-3.0.0-cp38-cp38-macosx_11_0_universal2.whl" , hash = "sha256:63acdc34c9cde42a6534518e32ce55c30f932b473c62c235a466469a710bfbf9" } ,
{ file = "greenlet-3.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4a1a6244ff96343e9994e37e5b4839f09a0207d35ef6134dce5c20d260d0302c" } ,
{ file = "greenlet-3.0.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:b822fab253ac0f330ee807e7485769e3ac85d5eef827ca224feaaefa462dc0d0" } ,
{ file = "greenlet-3.0.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:8060b32d8586e912a7b7dac2d15b28dbbd63a174ab32f5bc6d107a1c4143f40b" } ,
{ file = "greenlet-3.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:621fcb346141ae08cb95424ebfc5b014361621b8132c48e538e34c3c93ac7365" } ,
{ file = "greenlet-3.0.0-cp38-cp38-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:6bb36985f606a7c49916eff74ab99399cdfd09241c375d5a820bb855dfb4af9f" } ,
{ file = "greenlet-3.0.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:10b5582744abd9858947d163843d323d0b67be9432db50f8bf83031032bc218d" } ,
{ file = "greenlet-3.0.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:f351479a6914fd81a55c8e68963609f792d9b067fb8a60a042c585a621e0de4f" } ,
{ file = "greenlet-3.0.0-cp38-cp38-win32.whl" , hash = "sha256:9de687479faec7db5b198cc365bc34addd256b0028956501f4d4d5e9ca2e240a" } ,
{ file = "greenlet-3.0.0-cp38-cp38-win_amd64.whl" , hash = "sha256:3fd2b18432e7298fcbec3d39e1a0aa91ae9ea1c93356ec089421fabc3651572b" } ,
{ file = "greenlet-3.0.0-cp38-universal2-macosx_11_0_x86_64.whl" , hash = "sha256:3c0d36f5adc6e6100aedbc976d7428a9f7194ea79911aa4bf471f44ee13a9464" } ,
{ file = "greenlet-3.0.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:4cd83fb8d8e17633ad534d9ac93719ef8937568d730ef07ac3a98cb520fd93e4" } ,
{ file = "greenlet-3.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6a5b2d4cdaf1c71057ff823a19d850ed5c6c2d3686cb71f73ae4d6382aaa7a06" } ,
{ file = "greenlet-3.0.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:2e7dcdfad252f2ca83c685b0fa9fba00e4d8f243b73839229d56ee3d9d219314" } ,
{ file = "greenlet-3.0.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c94e4e924d09b5a3e37b853fe5924a95eac058cb6f6fb437ebb588b7eda79870" } ,
{ file = "greenlet-3.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ad6fb737e46b8bd63156b8f59ba6cdef46fe2b7db0c5804388a2d0519b8ddb99" } ,
{ file = "greenlet-3.0.0-cp39-cp39-manylinux_2_24_x86_64.manylinux_2_28_x86_64.whl" , hash = "sha256:d55db1db455c59b46f794346efce896e754b8942817f46a1bada2d29446e305a" } ,
{ file = "greenlet-3.0.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:56867a3b3cf26dc8a0beecdb4459c59f4c47cdd5424618c08515f682e1d46692" } ,
{ file = "greenlet-3.0.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:9a812224a5fb17a538207e8cf8e86f517df2080c8ee0f8c1ed2bdaccd18f38f4" } ,
{ file = "greenlet-3.0.0-cp39-cp39-win32.whl" , hash = "sha256:0d3f83ffb18dc57243e0151331e3c383b05e5b6c5029ac29f754745c800f8ed9" } ,
{ file = "greenlet-3.0.0-cp39-cp39-win_amd64.whl" , hash = "sha256:831d6f35037cf18ca5e80a737a27d822d87cd922521d18ed3dbc8a6967be50ce" } ,
{ file = "greenlet-3.0.0-cp39-universal2-macosx_11_0_x86_64.whl" , hash = "sha256:a048293392d4e058298710a54dfaefcefdf49d287cd33fb1f7d63d55426e4355" } ,
{ file = "greenlet-3.0.0.tar.gz" , hash = "sha256:19834e3f91f485442adc1ee440171ec5d9a4840a1f7bd5ed97833544719ce10b" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
[ package . extras ]
docs = [ "Sphinx" ]
2023-10-25 14:43:22 +00:00
test = [ "objgraph" , "psutil" ]
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "h11"
2022-12-01 03:37:50 +00:00
version = "0.14.0"
2022-09-04 05:52:33 +00:00
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
optional = false
2022-12-01 03:37:50 +00:00
python-versions = ">=3.7"
2023-01-07 08:01:31 +00:00
files = [
{ file = "h11-0.14.0-py3-none-any.whl" , hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761" } ,
{ file = "h11-0.14.0.tar.gz" , hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d" } ,
]
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "httpcore"
2024-03-31 11:22:03 +00:00
version = "1.0.5"
2022-09-04 05:52:33 +00:00
description = "A minimal low-level HTTP client."
optional = false
2023-12-16 11:28:02 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2024-03-31 11:22:03 +00:00
{ file = "httpcore-1.0.5-py3-none-any.whl" , hash = "sha256:421f18bac248b25d310f3cacd198d55b8e6125c107797b609ff9b7a6ba7991b5" } ,
{ file = "httpcore-1.0.5.tar.gz" , hash = "sha256:34a38e2f9291467ee3b44e89dd52615370e152954ba21721378a87b2960f7a61" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
[ package . dependencies ]
certifi = "*"
2022-12-01 03:37:50 +00:00
h11 = ">=0.13,<0.15"
2022-09-04 05:52:33 +00:00
[ package . extras ]
2023-12-16 11:28:02 +00:00
asyncio = [ "anyio (>=4.0,<5.0)" ]
2022-09-04 05:52:33 +00:00
http2 = [ "h2 (>=3,<5)" ]
2023-07-19 05:52:30 +00:00
socks = [ "socksio (==1.*)" ]
2024-03-31 11:22:03 +00:00
trio = [ "trio (>=0.22.0,<0.26.0)" ]
2022-09-04 05:52:33 +00:00
2022-10-12 13:39:47 +00:00
[ [ package ] ]
name = "httptools"
2023-10-25 14:43:22 +00:00
version = "0.6.1"
2022-10-12 13:39:47 +00:00
description = "A collection of framework independent HTTP protocol utils."
optional = false
2023-10-25 14:43:22 +00:00
python-versions = ">=3.8.0"
files = [
{ file = "httptools-0.6.1-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:d2f6c3c4cb1948d912538217838f6e9960bc4a521d7f9b323b3da579cd14532f" } ,
{ file = "httptools-0.6.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:00d5d4b68a717765b1fabfd9ca755bd12bf44105eeb806c03d1962acd9b8e563" } ,
{ file = "httptools-0.6.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:639dc4f381a870c9ec860ce5c45921db50205a37cc3334e756269736ff0aac58" } ,
{ file = "httptools-0.6.1-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e57997ac7fb7ee43140cc03664de5f268813a481dff6245e0075925adc6aa185" } ,
{ file = "httptools-0.6.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:0ac5a0ae3d9f4fe004318d64b8a854edd85ab76cffbf7ef5e32920faef62f142" } ,
{ file = "httptools-0.6.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:3f30d3ce413088a98b9db71c60a6ada2001a08945cb42dd65a9a9fe228627658" } ,
{ file = "httptools-0.6.1-cp310-cp310-win_amd64.whl" , hash = "sha256:1ed99a373e327f0107cb513b61820102ee4f3675656a37a50083eda05dc9541b" } ,
{ file = "httptools-0.6.1-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:7a7ea483c1a4485c71cb5f38be9db078f8b0e8b4c4dc0210f531cdd2ddac1ef1" } ,
{ file = "httptools-0.6.1-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:85ed077c995e942b6f1b07583e4eb0a8d324d418954fc6af913d36db7c05a5a0" } ,
{ file = "httptools-0.6.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8b0bb634338334385351a1600a73e558ce619af390c2b38386206ac6a27fecfc" } ,
{ file = "httptools-0.6.1-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7d9ceb2c957320def533671fc9c715a80c47025139c8d1f3797477decbc6edd2" } ,
{ file = "httptools-0.6.1-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:4f0f8271c0a4db459f9dc807acd0eadd4839934a4b9b892f6f160e94da309837" } ,
{ file = "httptools-0.6.1-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:6a4f5ccead6d18ec072ac0b84420e95d27c1cdf5c9f1bc8fbd8daf86bd94f43d" } ,
{ file = "httptools-0.6.1-cp311-cp311-win_amd64.whl" , hash = "sha256:5cceac09f164bcba55c0500a18fe3c47df29b62353198e4f37bbcc5d591172c3" } ,
{ file = "httptools-0.6.1-cp312-cp312-macosx_10_9_universal2.whl" , hash = "sha256:75c8022dca7935cba14741a42744eee13ba05db00b27a4b940f0d646bd4d56d0" } ,
{ file = "httptools-0.6.1-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:48ed8129cd9a0d62cf4d1575fcf90fb37e3ff7d5654d3a5814eb3d55f36478c2" } ,
{ file = "httptools-0.6.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6f58e335a1402fb5a650e271e8c2d03cfa7cea46ae124649346d17bd30d59c90" } ,
{ file = "httptools-0.6.1-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:93ad80d7176aa5788902f207a4e79885f0576134695dfb0fefc15b7a4648d503" } ,
{ file = "httptools-0.6.1-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:9bb68d3a085c2174c2477eb3ffe84ae9fb4fde8792edb7bcd09a1d8467e30a84" } ,
{ file = "httptools-0.6.1-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:b512aa728bc02354e5ac086ce76c3ce635b62f5fbc32ab7082b5e582d27867bb" } ,
{ file = "httptools-0.6.1-cp312-cp312-win_amd64.whl" , hash = "sha256:97662ce7fb196c785344d00d638fc9ad69e18ee4bfb4000b35a52efe5adcc949" } ,
{ file = "httptools-0.6.1-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:8e216a038d2d52ea13fdd9b9c9c7459fb80d78302b257828285eca1c773b99b3" } ,
{ file = "httptools-0.6.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:3e802e0b2378ade99cd666b5bffb8b2a7cc8f3d28988685dc300469ea8dd86cb" } ,
{ file = "httptools-0.6.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4bd3e488b447046e386a30f07af05f9b38d3d368d1f7b4d8f7e10af85393db97" } ,
{ file = "httptools-0.6.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:fe467eb086d80217b7584e61313ebadc8d187a4d95bb62031b7bab4b205c3ba3" } ,
{ file = "httptools-0.6.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:3c3b214ce057c54675b00108ac42bacf2ab8f85c58e3f324a4e963bbc46424f4" } ,
{ file = "httptools-0.6.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:8ae5b97f690badd2ca27cbf668494ee1b6d34cf1c464271ef7bfa9ca6b83ffaf" } ,
{ file = "httptools-0.6.1-cp38-cp38-win_amd64.whl" , hash = "sha256:405784577ba6540fa7d6ff49e37daf104e04f4b4ff2d1ac0469eaa6a20fde084" } ,
{ file = "httptools-0.6.1-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:95fb92dd3649f9cb139e9c56604cc2d7c7bf0fc2e7c8d7fbd58f96e35eddd2a3" } ,
{ file = "httptools-0.6.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:dcbab042cc3ef272adc11220517278519adf8f53fd3056d0e68f0a6f891ba94e" } ,
{ file = "httptools-0.6.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0cf2372e98406efb42e93bfe10f2948e467edfd792b015f1b4ecd897903d3e8d" } ,
{ file = "httptools-0.6.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:678fcbae74477a17d103b7cae78b74800d795d702083867ce160fc202104d0da" } ,
{ file = "httptools-0.6.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:e0b281cf5a125c35f7f6722b65d8542d2e57331be573e9e88bc8b0115c4a7a81" } ,
{ file = "httptools-0.6.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:95658c342529bba4e1d3d2b1a874db16c7cca435e8827422154c9da76ac4e13a" } ,
{ file = "httptools-0.6.1-cp39-cp39-win_amd64.whl" , hash = "sha256:7ebaec1bf683e4bf5e9fbb49b8cc36da482033596a415b3e4ebab5a4c0d7ec5e" } ,
{ file = "httptools-0.6.1.tar.gz" , hash = "sha256:c6e26c30455600b95d94b1b836085138e82f177351454ee841c148f93a9bad5a" } ,
2023-01-07 08:01:31 +00:00
]
2022-10-12 13:39:47 +00:00
[ package . extras ]
test = [ "Cython (>=0.29.24,<0.30.0)" ]
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "httpx"
2023-12-16 11:28:02 +00:00
version = "0.25.2"
2022-09-04 05:52:33 +00:00
description = "The next generation HTTP client."
optional = false
2023-12-16 11:28:02 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2023-12-16 11:28:02 +00:00
{ file = "httpx-0.25.2-py3-none-any.whl" , hash = "sha256:a05d3d052d9b2dfce0e3896636467f8a5342fb2b902c819428e1ac65413ca118" } ,
{ file = "httpx-0.25.2.tar.gz" , hash = "sha256:8b8fcaa0c8ea7b05edd69a094e63a2094c4efcb48129fb757361bc423c0ad9e8" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
[ package . dependencies ]
2023-12-16 11:28:02 +00:00
anyio = "*"
2022-09-04 05:52:33 +00:00
certifi = "*"
2023-12-16 11:28:02 +00:00
httpcore = "==1.*"
2023-07-19 05:52:30 +00:00
idna = "*"
2022-09-04 05:52:33 +00:00
sniffio = "*"
[ package . extras ]
brotli = [ "brotli" , "brotlicffi" ]
2023-07-19 05:52:30 +00:00
cli = [ "click (==8.*)" , "pygments (==2.*)" , "rich (>=10,<14)" ]
2022-09-04 05:52:33 +00:00
http2 = [ "h2 (>=3,<5)" ]
2023-07-19 05:52:30 +00:00
socks = [ "socksio (==1.*)" ]
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "idna"
2023-12-16 11:28:02 +00:00
version = "3.6"
2022-09-04 05:52:33 +00:00
description = "Internationalized Domain Names in Applications (IDNA)"
optional = false
python-versions = ">=3.5"
2023-01-07 08:01:31 +00:00
files = [
2023-12-16 11:28:02 +00:00
{ file = "idna-3.6-py3-none-any.whl" , hash = "sha256:c05567e9c24a6b9faaa835c4821bad0590fbb9d5779e7caa6e1cc4978e7eb24f" } ,
{ file = "idna-3.6.tar.gz" , hash = "sha256:9ecdbbd083b06798ae1e86adcbfe8ab1479cf864e4ee30fe4e46a003d12491ca" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "importlib-metadata"
2024-03-31 11:22:03 +00:00
version = "7.1.0"
2022-09-04 05:52:33 +00:00
description = "Read metadata from Python packages"
optional = false
2023-07-19 05:52:30 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2024-03-31 11:22:03 +00:00
{ file = "importlib_metadata-7.1.0-py3-none-any.whl" , hash = "sha256:30962b96c0c223483ed6cc7280e7f0199feb01a0e40cfae4d4450fc6fab1f570" } ,
{ file = "importlib_metadata-7.1.0.tar.gz" , hash = "sha256:b78938b926ee8d5f020fc4772d487045805a55ddbad2ecf21c6d60938dc7fcd2" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
[ package . dependencies ]
zipp = ">=0.5"
[ package . extras ]
2024-03-15 12:46:16 +00:00
docs = [ "furo" , "jaraco.packaging (>=9.3)" , "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "sphinx (>=3.5)" , "sphinx-lint" ]
2022-09-04 05:52:33 +00:00
perf = [ "ipython" ]
2024-03-31 11:22:03 +00:00
testing = [ "flufl.flake8" , "importlib-resources (>=1.3)" , "jaraco.test (>=5.4)" , "packaging" , "pyfakefs" , "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=2.2)" , "pytest-mypy" , "pytest-perf (>=0.9.2)" , "pytest-ruff (>=0.2.1)" ]
2022-09-04 05:52:33 +00:00
2022-11-30 08:45:53 +00:00
[ [ package ] ]
name = "importlib-resources"
2024-03-31 11:22:03 +00:00
version = "6.4.0"
2022-11-30 08:45:53 +00:00
description = "Read resources from Python packages"
optional = false
2023-07-19 05:52:30 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2024-03-31 11:22:03 +00:00
{ file = "importlib_resources-6.4.0-py3-none-any.whl" , hash = "sha256:50d10f043df931902d4194ea07ec57960f66a80449ff867bfe782b4c486ba78c" } ,
{ file = "importlib_resources-6.4.0.tar.gz" , hash = "sha256:cdb2b453b8046ca4e3798eb1d84f3cce1446a0e8e7b5ef4efb600f19fc398145" } ,
2023-01-07 08:01:31 +00:00
]
2022-11-30 08:45:53 +00:00
[ package . dependencies ]
zipp = { version = ">=3.1.0" , markers = "python_version < \"3.10\"" }
[ package . extras ]
2023-10-25 14:43:22 +00:00
docs = [ "furo" , "jaraco.packaging (>=9.3)" , "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "sphinx (<7.2.5)" , "sphinx (>=3.5)" , "sphinx-lint" ]
2024-03-31 11:22:03 +00:00
testing = [ "jaraco.test (>=5.4)" , "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=2.2)" , "pytest-mypy" , "pytest-ruff (>=0.2.1)" , "zipp (>=3.17)" ]
2022-11-30 08:45:53 +00:00
2022-09-12 15:18:11 +00:00
[ [ package ] ]
name = "iniconfig"
2023-02-15 09:44:59 +00:00
version = "2.0.0"
description = "brain-dead simple config-ini parsing"
2022-09-12 15:18:11 +00:00
optional = true
2023-02-15 09:44:59 +00:00
python-versions = ">=3.7"
2023-01-07 08:01:31 +00:00
files = [
2023-02-15 09:44:59 +00:00
{ file = "iniconfig-2.0.0-py3-none-any.whl" , hash = "sha256:b6a85871a79d2e3b22d2d1b94ac2824226a63c6b741c88f7ae975f18b6778374" } ,
{ file = "iniconfig-2.0.0.tar.gz" , hash = "sha256:2d91e135bf72d31a410b17c16da610a82cb55f6b0477d1a902134b24a455b8b3" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-12 15:18:11 +00:00
2022-09-04 05:52:33 +00:00
[ [ package ] ]
2023-02-15 09:44:59 +00:00
name = "jinja2"
2024-03-15 12:46:16 +00:00
version = "3.1.3"
2022-09-04 05:52:33 +00:00
description = "A very fast and expressive template engine."
optional = false
python-versions = ">=3.7"
2023-01-07 08:01:31 +00:00
files = [
2024-03-15 12:46:16 +00:00
{ file = "Jinja2-3.1.3-py3-none-any.whl" , hash = "sha256:7d6d50dd97d52cbc355597bd845fabfbac3f551e1f99619e39a35ce8c370b5fa" } ,
{ file = "Jinja2-3.1.3.tar.gz" , hash = "sha256:ac8bd6544d4bb2c9792bf3a159e80bba8fda7f07e81bc3aed565432d5925ba90" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
[ package . dependencies ]
MarkupSafe = ">=2.0"
[ package . extras ]
i18n = [ "Babel (>=2.7)" ]
2022-09-12 15:18:11 +00:00
[ [ package ] ]
name = "lxml"
2024-03-31 11:22:03 +00:00
version = "5.2.0"
2022-09-12 15:18:11 +00:00
description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
optional = false
2024-03-15 12:46:16 +00:00
python-versions = ">=3.6"
files = [
2024-03-31 11:22:03 +00:00
{ file = "lxml-5.2.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:c54f8d6160080831a76780d850302fdeb0e8d0806f661777b0714dfb55d9a08a" } ,
{ file = "lxml-5.2.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:0e95ae029396382a0d2e8174e4077f96befcd4a2184678db363ddc074eb4d3b2" } ,
{ file = "lxml-5.2.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:5810fa80e64a0c689262a71af999c5735f48c0da0affcbc9041d1ef5ef3920be" } ,
{ file = "lxml-5.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ae69524fd6a68b288574013f8fadac23cacf089c75cd3fc5b216277a445eb736" } ,
{ file = "lxml-5.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:fadda215e32fe375d65e560b7f7e2a37c7f9c4ecee5315bb1225ca6ac9bf5838" } ,
{ file = "lxml-5.2.0-cp310-cp310-manylinux_2_28_aarch64.whl" , hash = "sha256:f1f164e4cc6bc646b1fc86664c3543bf4a941d45235797279b120dc740ee7af5" } ,
{ file = "lxml-5.2.0-cp310-cp310-manylinux_2_28_x86_64.whl" , hash = "sha256:3603a8a41097daf7672cae22cc4a860ab9ea5597f1c5371cb21beca3398b8d6a" } ,
{ file = "lxml-5.2.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:b3b4bb89a785f4fd60e05f3c3a526c07d0d68e3536f17f169ca13bf5b5dd75a5" } ,
{ file = "lxml-5.2.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:1effc10bf782f0696e76ecfeba0720ea02c0c31d5bffb7b29ba10debd57d1c3d" } ,
{ file = "lxml-5.2.0-cp310-cp310-musllinux_1_2_aarch64.whl" , hash = "sha256:b03531f6cd6ce4b511dcece060ca20aa5412f8db449274b44f4003f282e6272f" } ,
{ file = "lxml-5.2.0-cp310-cp310-musllinux_1_2_x86_64.whl" , hash = "sha256:7fac15090bb966719df06f0c4f8139783746d1e60e71016d8a65db2031ca41b8" } ,
{ file = "lxml-5.2.0-cp310-cp310-win32.whl" , hash = "sha256:92bb37c96215c4b2eb26f3c791c0bf02c64dd251effa532b43ca5049000c4478" } ,
{ file = "lxml-5.2.0-cp310-cp310-win_amd64.whl" , hash = "sha256:b0181c22fdb89cc19e70240a850e5480817c3e815b1eceb171b3d7a3aa3e596a" } ,
{ file = "lxml-5.2.0-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:ada8ce9e6e1d126ef60d215baaa0c81381ba5841c25f1d00a71cdafdc038bd27" } ,
{ file = "lxml-5.2.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:3cefb133c859f06dab2ae63885d9f405000c4031ec516e0ed4f9d779f690d8e3" } ,
{ file = "lxml-5.2.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1ede2a7a86a977b0c741654efaeca0af7860a9b1ae39f9268f0936246a977ee0" } ,
{ file = "lxml-5.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d46df6f0b1a0cda39d12c5c4615a7d92f40342deb8001c7b434d7c8c78352e58" } ,
{ file = "lxml-5.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bc2259243ee734cc736e237719037efb86603c891fd363cc7973a2d0ac8a0e3f" } ,
{ file = "lxml-5.2.0-cp311-cp311-manylinux_2_28_aarch64.whl" , hash = "sha256:c53164f29ed3c3868787144e8ea8a399ffd7d8215f59500a20173593c19e96eb" } ,
{ file = "lxml-5.2.0-cp311-cp311-manylinux_2_28_x86_64.whl" , hash = "sha256:371aab9a397dcc76625ad3b02fa9b21be63406d69237b773156e7d1fc2ce0cae" } ,
{ file = "lxml-5.2.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:e08784288a179b59115b5e57abf6d387528b39abb61105fe17510a199a277a40" } ,
{ file = "lxml-5.2.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:4c232726f7b6df5143415a06323faaa998ef8abbe1c0ed00d718755231d76f08" } ,
{ file = "lxml-5.2.0-cp311-cp311-musllinux_1_2_aarch64.whl" , hash = "sha256:e4366e58c0508da4dee4c7c70cee657e38553d73abdffa53abbd7d743711ee11" } ,
{ file = "lxml-5.2.0-cp311-cp311-musllinux_1_2_x86_64.whl" , hash = "sha256:c84dce8fb2e900d4fb094e76fdad34a5fd06de53e41bddc1502c146eb11abd74" } ,
{ file = "lxml-5.2.0-cp311-cp311-win32.whl" , hash = "sha256:0947d1114e337dc2aae2fa14bbc9ed5d9ca1a0acd6d2f948df9926aef65305e9" } ,
{ file = "lxml-5.2.0-cp311-cp311-win_amd64.whl" , hash = "sha256:1eace37a9f4a1bef0bb5c849434933fd6213008ec583c8e31ee5b8e99c7c8500" } ,
{ file = "lxml-5.2.0-cp312-cp312-macosx_10_9_universal2.whl" , hash = "sha256:f2cb157e279d28c66b1c27e0948687dc31dc47d1ab10ce0cd292a8334b7de3d5" } ,
{ file = "lxml-5.2.0-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:53c0e56f41ef68c1ce4e96f27ecdc2df389730391a2fd45439eb3facb02d36c8" } ,
{ file = "lxml-5.2.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:703d60e59ab45c17485c2c14b11880e4f7f0eab07134afa9007573fa5a779a5a" } ,
{ file = "lxml-5.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:eaf5e308a5e50bc0548c4fdca0117a31ec9596f8cfc96592db170bcecc71a957" } ,
{ file = "lxml-5.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:af64df85fecd3cf3b2e792f0b5b4d92740905adfa8ce3b24977a55415f1a0c40" } ,
{ file = "lxml-5.2.0-cp312-cp312-manylinux_2_28_aarch64.whl" , hash = "sha256:df7dfbdef11702fd22c2eaf042d7098d17edbc62d73f2199386ad06cbe466f6d" } ,
{ file = "lxml-5.2.0-cp312-cp312-manylinux_2_28_x86_64.whl" , hash = "sha256:7250030a7835bfd5ba6ca7d1ad483ec90f9cbc29978c5e75c1cc3e031d3c4160" } ,
{ file = "lxml-5.2.0-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:be5faa2d5c8c8294d770cfd09d119fb27b5589acc59635b0cf90f145dbe81dca" } ,
{ file = "lxml-5.2.0-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:347ec08250d5950f5b016caa3e2e13fb2cb9714fe6041d52e3716fb33c208663" } ,
{ file = "lxml-5.2.0-cp312-cp312-musllinux_1_2_aarch64.whl" , hash = "sha256:dc7b630c4fb428b8a40ddd0bfc4bc19de11bb3c9b031154f77360e48fe8b4451" } ,
{ file = "lxml-5.2.0-cp312-cp312-musllinux_1_2_x86_64.whl" , hash = "sha256:ae550cbd7f229cdf2841d9b01406bcca379a5fb327b9efb53ba620a10452e835" } ,
{ file = "lxml-5.2.0-cp312-cp312-win32.whl" , hash = "sha256:7c61ce3cdd6e6c9f4003ac118be7eb3036d0ce2afdf23929e533e54482780f74" } ,
{ file = "lxml-5.2.0-cp312-cp312-win_amd64.whl" , hash = "sha256:f90c36ca95a44d2636bbf55a51ca30583b59b71b6547b88d954e029598043551" } ,
{ file = "lxml-5.2.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:1cce2eaad7e38b985b0f91f18468dda0d6b91862d32bec945b0e46e2ffe7222e" } ,
{ file = "lxml-5.2.0-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:60a3983d32f722a8422c01e4dc4badc7a307ca55c59e2485d0e14244a52c482f" } ,
{ file = "lxml-5.2.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:60847dfbdfddf08a56c4eefe48234e8c1ab756c7eda4a2a7c1042666a5516564" } ,
{ file = "lxml-5.2.0-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2bbe335f0d1a86391671d975a1b5e9b08bb72fba6b567c43bdc2e55ca6e6c086" } ,
{ file = "lxml-5.2.0-cp36-cp36m-manylinux_2_28_aarch64.whl" , hash = "sha256:3ac7c8a60b8ad51fe7bca99a634dd625d66492c502fd548dc6dc769ce7d94b6a" } ,
{ file = "lxml-5.2.0-cp36-cp36m-manylinux_2_28_x86_64.whl" , hash = "sha256:73e69762cf740ac3ae81137ef9d6f15f93095f50854e233d50b29e7b8a91dbc6" } ,
{ file = "lxml-5.2.0-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:281ee1ffeb0ab06204dfcd22a90e9003f0bb2dab04101ad983d0b1773bc10588" } ,
{ file = "lxml-5.2.0-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:ba3a86b0d5a5c93104cb899dff291e3ae13729c389725a876d00ef9696de5425" } ,
{ file = "lxml-5.2.0-cp36-cp36m-musllinux_1_2_aarch64.whl" , hash = "sha256:356f8873b1e27b81793e30144229adf70f6d3e36e5cb7b6d289da690f4398953" } ,
{ file = "lxml-5.2.0-cp36-cp36m-musllinux_1_2_x86_64.whl" , hash = "sha256:2a34e74ffe92c413f197ff4967fb1611d938ee0691b762d062ef0f73814f3aa4" } ,
{ file = "lxml-5.2.0-cp36-cp36m-win32.whl" , hash = "sha256:6f0d2b97a5a06c00c963d4542793f3e486b1ed3a957f8c19f6006ed39d104bb0" } ,
{ file = "lxml-5.2.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:35e39c6fd089ad6674eb52d93aa874d6027b3ae44d2381cca6e9e4c2e102c9c8" } ,
{ file = "lxml-5.2.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:5f6e4e5a62114ae76690c4a04c5108d067442d0a41fd092e8abd25af1288c450" } ,
{ file = "lxml-5.2.0-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:93eede9bcc842f891b2267c7f0984d811940d1bc18472898a1187fe560907a99" } ,
{ file = "lxml-5.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2ad364026c2cebacd7e01d1138bd53639822fefa8f7da90fc38cd0e6319a2699" } ,
{ file = "lxml-5.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3f06e4460e76468d99cc36d5b9bc6fc5f43e6662af44960e13e3f4e040aacb35" } ,
{ file = "lxml-5.2.0-cp37-cp37m-manylinux_2_28_aarch64.whl" , hash = "sha256:ca3236f31d565555139d5b00b790ed2a98ac6f0c4470c4032f8b5e5a5dba3c1a" } ,
{ file = "lxml-5.2.0-cp37-cp37m-manylinux_2_28_x86_64.whl" , hash = "sha256:a9b67b850ab1d304cb706cf71814b0e0c3875287083d7ec55ee69504a9c48180" } ,
{ file = "lxml-5.2.0-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:5261c858c390ae9a19aba96796948b6a2d56649cbd572968970dc8da2b2b2a42" } ,
{ file = "lxml-5.2.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:e8359fb610c8c444ac473cfd82dae465f405ff807cabb98a9b9712bbd0028751" } ,
{ file = "lxml-5.2.0-cp37-cp37m-musllinux_1_2_aarch64.whl" , hash = "sha256:f9e27841cddfaebc4e3ffbe5dbdff42891051acf5befc9f5323944b2c61cef16" } ,
{ file = "lxml-5.2.0-cp37-cp37m-musllinux_1_2_x86_64.whl" , hash = "sha256:641a8da145aca67671205f3e89bfec9815138cf2fe06653c909eab42e486d373" } ,
{ file = "lxml-5.2.0-cp37-cp37m-win32.whl" , hash = "sha256:931a3a13e0f574abce8f3152b207938a54304ccf7a6fd7dff1fdb2f6691d08af" } ,
{ file = "lxml-5.2.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:246c93e2503c710cf02c7e9869dc0258223cbefe5e8f9ecded0ac0aa07fd2bf8" } ,
{ file = "lxml-5.2.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:11acfcdf5a38cf89c48662123a5d02ae0a7d99142c7ee14ad90de5c96a9b6f06" } ,
{ file = "lxml-5.2.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:200f70b5d95fc79eb9ed7f8c4888eef4e274b9bf380b829d3d52e9ed962e9231" } ,
{ file = "lxml-5.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ba4d02aed47c25be6775a40d55c5774327fdedba79871b7c2485e80e45750cb2" } ,
{ file = "lxml-5.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e283b24c14361fe9e04026a1d06c924450415491b83089951d469509900d9f32" } ,
{ file = "lxml-5.2.0-cp38-cp38-manylinux_2_28_aarch64.whl" , hash = "sha256:03e3962d6ad13a862dacd5b3a3ea60b4d092a550f36465234b8639311fd60989" } ,
{ file = "lxml-5.2.0-cp38-cp38-manylinux_2_28_x86_64.whl" , hash = "sha256:6e45fd5213e5587a610b7e7c8c5319a77591ab21ead42df46bb342e21bc1418d" } ,
{ file = "lxml-5.2.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:27877732946843f4b6bfc56eb40d865653eef34ad2edeed16b015d5c29c248df" } ,
{ file = "lxml-5.2.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:4d16b44ad0dd8c948129639e34c8d301ad87ebc852568ace6fe9a5ad9ce67ee1" } ,
{ file = "lxml-5.2.0-cp38-cp38-musllinux_1_2_aarch64.whl" , hash = "sha256:b8f842df9ba26135c5414e93214e04fe0af259bb4f96a32f756f89467f7f3b45" } ,
{ file = "lxml-5.2.0-cp38-cp38-musllinux_1_2_x86_64.whl" , hash = "sha256:c74e77df9e36c8c91157853e6cd400f6f9ca7a803ba89981bfe3f3fc7e5651ef" } ,
{ file = "lxml-5.2.0-cp38-cp38-win32.whl" , hash = "sha256:1459a998c10a99711ac532abe5cc24ba354e4396dafef741c7797f8830712d56" } ,
{ file = "lxml-5.2.0-cp38-cp38-win_amd64.whl" , hash = "sha256:a00f5931b7cccea775123c3c0a2513aee58afdad8728550cc970bff32280bdd2" } ,
{ file = "lxml-5.2.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:ddda5ba8831f258ac7e6364be03cb27aa62f50c67fd94bc1c3b6247959cc0369" } ,
{ file = "lxml-5.2.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:56835b9e9a7767202fae06310c6b67478963e535fe185bed3bf9af5b18d2b67e" } ,
{ file = "lxml-5.2.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:25fef8794f0dc89f01bdd02df6a7fec4bcb2fbbe661d571e898167a83480185e" } ,
{ file = "lxml-5.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:32d44af078485c4da9a7ec460162392d49d996caf89516fa0b75ad0838047122" } ,
{ file = "lxml-5.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f354d62345acdf22aa3e171bd9723790324a66fafe61bfe3873b86724cf6daaa" } ,
{ file = "lxml-5.2.0-cp39-cp39-manylinux_2_28_aarch64.whl" , hash = "sha256:6a7e0935f05e1cf1a3aa1d49a87505773b04f128660eac2a24a5594ea6b1baa7" } ,
{ file = "lxml-5.2.0-cp39-cp39-manylinux_2_28_x86_64.whl" , hash = "sha256:75a4117b43694c72a0d89f6c18a28dc57407bde4650927d4ef5fd384bdf6dcc7" } ,
{ file = "lxml-5.2.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:57402d6cdd8a897ce21cf8d1ff36683583c17a16322a321184766c89a1980600" } ,
{ file = "lxml-5.2.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:56591e477bea531e5e1854f5dfb59309d5708669bc921562a35fd9ca5182bdcd" } ,
{ file = "lxml-5.2.0-cp39-cp39-musllinux_1_2_aarch64.whl" , hash = "sha256:7efbce96719aa275d49ad5357886845561328bf07e1d5ab998f4e3066c5ccf15" } ,
{ file = "lxml-5.2.0-cp39-cp39-musllinux_1_2_x86_64.whl" , hash = "sha256:a3c39def0965e8fb5c8d50973e0c7b4ce429a2fa730f3f9068a7f4f9ce78410b" } ,
{ file = "lxml-5.2.0-cp39-cp39-win32.whl" , hash = "sha256:5188f22c00381cb44283ecb28c8d85c2db4a3035774dd851876c8647cb809c27" } ,
{ file = "lxml-5.2.0-cp39-cp39-win_amd64.whl" , hash = "sha256:ed1fe80e1fcdd1205a443bddb1ad3c3135bb1cd3f36cc996a1f4aed35960fbe8" } ,
{ file = "lxml-5.2.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:d2b339fb790fc923ae2e9345c8633e3d0064d37ea7920c027f20c8ae6f65a91f" } ,
{ file = "lxml-5.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:06036d60fccb21e22dd167f6d0e422b9cbdf3588a7e999a33799f9cbf01e41a5" } ,
{ file = "lxml-5.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7a1611fb9de0a269c05575c024e6d8cdf2186e3fa52b364e3b03dcad82514d57" } ,
{ file = "lxml-5.2.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:05fc3720250d221792b6e0d150afc92d20cb10c9cdaa8c8f93c2a00fbdd16015" } ,
{ file = "lxml-5.2.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:11e41ffd3cd27b0ca1c76073b27bd860f96431d9b70f383990f1827ca19f2f52" } ,
{ file = "lxml-5.2.0-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:0382e6a3eefa3f6699b14fa77c2eb32af2ada261b75120eaf4fc028a20394975" } ,
{ file = "lxml-5.2.0-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:be5c8e776ecbcf8c1bce71a7d90e3a3680c9ceae516cac0be08b47e9fac0ca43" } ,
{ file = "lxml-5.2.0-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:da12b4efc93d53068888cb3b58e355b31839f2428b8f13654bd25d68b201c240" } ,
{ file = "lxml-5.2.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f46f8033da364bacc74aca5e319509a20bb711c8a133680ca5f35020f9eaf025" } ,
{ file = "lxml-5.2.0-pp37-pypy37_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:50a26f68d090594477df8572babac64575cd5c07373f7a8319c527c8e56c0f99" } ,
{ file = "lxml-5.2.0-pp37-pypy37_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:57cbadf028727705086047994d2e50124650e63ce5a035b0aa79ab50f001989f" } ,
{ file = "lxml-5.2.0-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:8aa11638902ac23f944f16ce45c9f04c9d5d57bb2da66822abb721f4efe5fdbb" } ,
{ file = "lxml-5.2.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:b7150e630b879390e02121e71ceb1807f682b88342e2ea2082e2c8716cf8bd93" } ,
{ file = "lxml-5.2.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4add722393c99da4d51c8d9f3e1ddf435b30677f2d9ba9aeaa656f23c1b7b580" } ,
{ file = "lxml-5.2.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:dd0f25a431cd16f70ec1c47c10b413e7ddfe1ccaaddd1a7abd181e507c012374" } ,
{ file = "lxml-5.2.0-pp38-pypy38_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:883e382695f346c2ea3ad96bdbdf4ca531788fbeedb4352be3a8fcd169fc387d" } ,
{ file = "lxml-5.2.0-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:80cc2b55bb6e35d3cb40936b658837eb131e9f16357241cd9ba106ae1e9c5ecb" } ,
{ file = "lxml-5.2.0-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:59ec2948385336e9901008fdf765780fe30f03e7fdba8090aafdbe5d1b7ea0cd" } ,
{ file = "lxml-5.2.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:ddbea6e58cce1a640d9d65947f1e259423fc201c9cf9761782f355f53b7f3097" } ,
{ file = "lxml-5.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:52d6cdea438eb7282c41c5ac00bd6d47d14bebb6e8a8d2a1c168ed9e0cacfbab" } ,
{ file = "lxml-5.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7c556bbf88a8b667c849d326dd4dd9c6290ede5a33383ffc12b0ed17777f909d" } ,
{ file = "lxml-5.2.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:947fa8bf15d1c62c6db36c6ede9389cac54f59af27010251747f05bddc227745" } ,
{ file = "lxml-5.2.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:e6cb8f7a332eaa2d876b649a748a445a38522e12f2168e5e838d1505a91cdbb7" } ,
{ file = "lxml-5.2.0-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:16e65223f34fd3d65259b174f0f75a4bb3d9893698e5e7d01e54cd8c5eb98d85" } ,
{ file = "lxml-5.2.0.tar.gz" , hash = "sha256:21dc490cdb33047bc7f7ad76384f3366fa8f5146b86cc04c4af45de901393b90" } ,
2022-09-12 15:18:11 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . extras ]
cssselect = [ "cssselect (>=0.7)" ]
2024-03-31 11:22:03 +00:00
html-clean = [ "lxml-html-clean" ]
2023-01-07 08:01:31 +00:00
html5 = [ "html5lib" ]
htmlsoup = [ "BeautifulSoup4" ]
2024-03-31 11:22:03 +00:00
source = [ "Cython (>=3.0.10)" ]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
2023-02-15 09:44:59 +00:00
name = "mako"
2024-03-15 12:46:16 +00:00
version = "1.3.2"
2023-01-07 08:01:31 +00:00
description = "A super-fast templating language that borrows the best ideas from the existing templating languages."
optional = false
2023-12-16 11:28:02 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2024-03-15 12:46:16 +00:00
{ file = "Mako-1.3.2-py3-none-any.whl" , hash = "sha256:32a99d70754dfce237019d17ffe4a282d2d3351b9c476e90d8a60e63f133b80c" } ,
{ file = "Mako-1.3.2.tar.gz" , hash = "sha256:2a0c8ad7f6274271b3bb7467dd37cf9cc6dab4bc19cb69a4ef10669402de698e" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . dependencies ]
MarkupSafe = ">=0.9.2"
[ package . extras ]
babel = [ "Babel" ]
lingua = [ "lingua" ]
testing = [ "pytest" ]
[ [ package ] ]
2023-02-15 09:44:59 +00:00
name = "markdown-it-py"
2023-07-19 05:52:30 +00:00
version = "3.0.0"
2023-02-15 09:44:59 +00:00
description = "Python port of markdown-it. Markdown parsing, done right!"
optional = false
2023-07-19 05:52:30 +00:00
python-versions = ">=3.8"
2023-02-15 09:44:59 +00:00
files = [
2023-07-19 05:52:30 +00:00
{ file = "markdown-it-py-3.0.0.tar.gz" , hash = "sha256:e3f60a94fa066dc52ec76661e37c851cb232d92f9886b15cb560aaada2df8feb" } ,
{ file = "markdown_it_py-3.0.0-py3-none-any.whl" , hash = "sha256:355216845c60bd96232cd8d8c40e8f9765cc86f46880e43a8fd22dc1a1a8cab1" } ,
2023-02-15 09:44:59 +00:00
]
[ package . dependencies ]
mdurl = ">=0.1,<1.0"
[ package . extras ]
2023-02-27 07:23:22 +00:00
benchmarking = [ "psutil" , "pytest" , "pytest-benchmark" ]
code-style = [ "pre-commit (>=3.0,<4.0)" ]
compare = [ "commonmark (>=0.9,<1.0)" , "markdown (>=3.4,<4.0)" , "mistletoe (>=1.0,<2.0)" , "mistune (>=2.0,<3.0)" , "panflute (>=2.3,<3.0)" ]
linkify = [ "linkify-it-py (>=1,<3)" ]
2023-02-15 09:44:59 +00:00
plugins = [ "mdit-py-plugins" ]
profiling = [ "gprof2dot" ]
2023-07-19 05:52:30 +00:00
rtd = [ "jupyter_sphinx" , "mdit-py-plugins" , "myst-parser" , "pyyaml" , "sphinx" , "sphinx-copybutton" , "sphinx-design" , "sphinx_book_theme" ]
2023-02-15 09:44:59 +00:00
testing = [ "coverage" , "pytest" , "pytest-cov" , "pytest-regressions" ]
[ [ package ] ]
name = "markupsafe"
2024-03-15 12:46:16 +00:00
version = "2.1.5"
2023-01-07 08:01:31 +00:00
description = "Safely add untrusted strings to HTML/XML markup."
optional = false
python-versions = ">=3.7"
files = [
2024-03-15 12:46:16 +00:00
{ file = "MarkupSafe-2.1.5-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:a17a92de5231666cfbe003f0e4b9b3a7ae3afb1ec2845aadc2bacc93ff85febc" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:72b6be590cc35924b02c78ef34b467da4ba07e4e0f0454a2c5907f473fc50ce5" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e61659ba32cf2cf1481e575d0462554625196a1f2fc06a1c777d3f48e8865d46" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2174c595a0d73a3080ca3257b40096db99799265e1c27cc5a610743acd86d62f" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ae2ad8ae6ebee9d2d94b17fb62763125f3f374c25618198f40cbb8b525411900" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:075202fa5b72c86ad32dc7d0b56024ebdbcf2048c0ba09f1cde31bfdd57bcfff" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:598e3276b64aff0e7b3451b72e94fa3c238d452e7ddcd893c3ab324717456bad" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:fce659a462a1be54d2ffcacea5e3ba2d74daa74f30f5f143fe0c58636e355fdd" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-win32.whl" , hash = "sha256:d9fad5155d72433c921b782e58892377c44bd6252b5af2f67f16b194987338a4" } ,
{ file = "MarkupSafe-2.1.5-cp310-cp310-win_amd64.whl" , hash = "sha256:bf50cd79a75d181c9181df03572cdce0fbb75cc353bc350712073108cba98de5" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:629ddd2ca402ae6dbedfceeba9c46d5f7b2a61d9749597d4307f943ef198fc1f" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:5b7b716f97b52c5a14bffdf688f971b2d5ef4029127f1ad7a513973cfd818df2" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6ec585f69cec0aa07d945b20805be741395e28ac1627333b1c5b0105962ffced" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b91c037585eba9095565a3556f611e3cbfaa42ca1e865f7b8015fe5c7336d5a5" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7502934a33b54030eaf1194c21c692a534196063db72176b0c4028e140f8f32c" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:0e397ac966fdf721b2c528cf028494e86172b4feba51d65f81ffd65c63798f3f" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:c061bb86a71b42465156a3ee7bd58c8c2ceacdbeb95d05a99893e08b8467359a" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:3a57fdd7ce31c7ff06cdfbf31dafa96cc533c21e443d57f5b1ecc6cdc668ec7f" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-win32.whl" , hash = "sha256:397081c1a0bfb5124355710fe79478cdbeb39626492b15d399526ae53422b906" } ,
{ file = "MarkupSafe-2.1.5-cp311-cp311-win_amd64.whl" , hash = "sha256:2b7c57a4dfc4f16f7142221afe5ba4e093e09e728ca65c51f5620c9aaeb9a617" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_universal2.whl" , hash = "sha256:8dec4936e9c3100156f8a2dc89c4b88d5c435175ff03413b443469c7c8c5f4d1" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:3c6b973f22eb18a789b1460b4b91bf04ae3f0c4234a0a6aa6b0a92f6f7b951d4" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ac07bad82163452a6884fe8fa0963fb98c2346ba78d779ec06bd7a6262132aee" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f5dfb42c4604dddc8e4305050aa6deb084540643ed5804d7455b5df8fe16f5e5" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ea3d8a3d18833cf4304cd2fc9cbb1efe188ca9b5efef2bdac7adc20594a0e46b" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:d050b3361367a06d752db6ead6e7edeb0009be66bc3bae0ee9d97fb326badc2a" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:bec0a414d016ac1a18862a519e54b2fd0fc8bbfd6890376898a6c0891dd82e9f" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:58c98fee265677f63a4385256a6d7683ab1832f3ddd1e66fe948d5880c21a169" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-win32.whl" , hash = "sha256:8590b4ae07a35970728874632fed7bd57b26b0102df2d2b233b6d9d82f6c62ad" } ,
{ file = "MarkupSafe-2.1.5-cp312-cp312-win_amd64.whl" , hash = "sha256:823b65d8706e32ad2df51ed89496147a42a2a6e01c13cfb6ffb8b1e92bc910bb" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:c8b29db45f8fe46ad280a7294f5c3ec36dbac9491f2d1c17345be8e69cc5928f" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ec6a563cff360b50eed26f13adc43e61bc0c04d94b8be985e6fb24b81f6dcfdf" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a549b9c31bec33820e885335b451286e2969a2d9e24879f83fe904a5ce59d70a" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4f11aa001c540f62c6166c7726f71f7573b52c68c31f014c25cc7901deea0b52" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:7b2e5a267c855eea6b4283940daa6e88a285f5f2a67f2220203786dfa59b37e9" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:2d2d793e36e230fd32babe143b04cec8a8b3eb8a3122d2aceb4a371e6b09b8df" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:ce409136744f6521e39fd8e2a24c53fa18ad67aa5bc7c2cf83645cce5b5c4e50" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-win32.whl" , hash = "sha256:4096e9de5c6fdf43fb4f04c26fb114f61ef0bf2e5604b6ee3019d51b69e8c371" } ,
{ file = "MarkupSafe-2.1.5-cp37-cp37m-win_amd64.whl" , hash = "sha256:4275d846e41ecefa46e2015117a9f491e57a71ddd59bbead77e904dc02b1bed2" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:656f7526c69fac7f600bd1f400991cc282b417d17539a1b228617081106feb4a" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:97cafb1f3cbcd3fd2b6fbfb99ae11cdb14deea0736fc2b0952ee177f2b813a46" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1f3fbcb7ef1f16e48246f704ab79d79da8a46891e2da03f8783a5b6fa41a9532" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:fa9db3f79de01457b03d4f01b34cf91bc0048eb2c3846ff26f66687c2f6d16ab" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ffee1f21e5ef0d712f9033568f8344d5da8cc2869dbd08d87c84656e6a2d2f68" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:5dedb4db619ba5a2787a94d877bc8ffc0566f92a01c0ef214865e54ecc9ee5e0" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:30b600cf0a7ac9234b2638fbc0fb6158ba5bdcdf46aeb631ead21248b9affbc4" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:8dd717634f5a044f860435c1d8c16a270ddf0ef8588d4887037c5028b859b0c3" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-win32.whl" , hash = "sha256:daa4ee5a243f0f20d528d939d06670a298dd39b1ad5f8a72a4275124a7819eff" } ,
{ file = "MarkupSafe-2.1.5-cp38-cp38-win_amd64.whl" , hash = "sha256:619bc166c4f2de5caa5a633b8b7326fbe98e0ccbfacabd87268a2b15ff73a029" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:7a68b554d356a91cce1236aa7682dc01df0edba8d043fd1ce607c49dd3c1edcf" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:db0b55e0f3cc0be60c1f19efdde9a637c32740486004f20d1cff53c3c0ece4d2" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3e53af139f8579a6d5f7b76549125f0d94d7e630761a2111bc431fd820e163b8" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:17b950fccb810b3293638215058e432159d2b71005c74371d784862b7e4683f3" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4c31f53cdae6ecfa91a77820e8b151dba54ab528ba65dfd235c80b086d68a465" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:bff1b4290a66b490a2f4719358c0cdcd9bafb6b8f061e45c7a2460866bf50c2e" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:bc1667f8b83f48511b94671e0e441401371dfd0f0a795c7daa4a3cd1dde55bea" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:5049256f536511ee3f7e1b3f87d1d1209d327e818e6ae1365e8653d7e3abb6a6" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-win32.whl" , hash = "sha256:00e046b6dd71aa03a41079792f8473dc494d564611a8f89bbbd7cb93295ebdcf" } ,
{ file = "MarkupSafe-2.1.5-cp39-cp39-win_amd64.whl" , hash = "sha256:fa173ec60341d6bb97a89f5ea19c85c5643c1e7dedebc22f5181eb73573142c5" } ,
{ file = "MarkupSafe-2.1.5.tar.gz" , hash = "sha256:d283d37a890ba4c1ae73ffadf8046435c76e7bc2247bbb63c00bd1a709c6544b" } ,
2023-02-15 09:44:59 +00:00
]
[ [ package ] ]
name = "mdurl"
version = "0.1.2"
description = "Markdown URL utilities"
optional = false
python-versions = ">=3.7"
files = [
{ file = "mdurl-0.1.2-py3-none-any.whl" , hash = "sha256:84008a41e51615a49fc9966191ff91509e3c40b939176e643fd50a5c2196b8f8" } ,
{ file = "mdurl-0.1.2.tar.gz" , hash = "sha256:bb413d29f5eea38f31dd4754dd7377d4465116fb207585f97bf925588687c1ba" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
2024-03-15 12:46:16 +00:00
[ [ package ] ]
name = "msgspec"
version = "0.18.6"
description = "A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML."
optional = false
python-versions = ">=3.8"
files = [
{ file = "msgspec-0.18.6-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:77f30b0234eceeff0f651119b9821ce80949b4d667ad38f3bfed0d0ebf9d6d8f" } ,
{ file = "msgspec-0.18.6-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:1a76b60e501b3932782a9da039bd1cd552b7d8dec54ce38332b87136c64852dd" } ,
{ file = "msgspec-0.18.6-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:06acbd6edf175bee0e36295d6b0302c6de3aaf61246b46f9549ca0041a9d7177" } ,
{ file = "msgspec-0.18.6-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:40a4df891676d9c28a67c2cc39947c33de516335680d1316a89e8f7218660410" } ,
{ file = "msgspec-0.18.6-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:a6896f4cd5b4b7d688018805520769a8446df911eb93b421c6c68155cdf9dd5a" } ,
{ file = "msgspec-0.18.6-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:3ac4dd63fd5309dd42a8c8c36c1563531069152be7819518be0a9d03be9788e4" } ,
{ file = "msgspec-0.18.6-cp310-cp310-win_amd64.whl" , hash = "sha256:fda4c357145cf0b760000c4ad597e19b53adf01382b711f281720a10a0fe72b7" } ,
{ file = "msgspec-0.18.6-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:e77e56ffe2701e83a96e35770c6adb655ffc074d530018d1b584a8e635b4f36f" } ,
{ file = "msgspec-0.18.6-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:d5351afb216b743df4b6b147691523697ff3a2fc5f3d54f771e91219f5c23aaa" } ,
{ file = "msgspec-0.18.6-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c3232fabacef86fe8323cecbe99abbc5c02f7698e3f5f2e248e3480b66a3596b" } ,
{ file = "msgspec-0.18.6-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e3b524df6ea9998bbc99ea6ee4d0276a101bcc1aa8d14887bb823914d9f60d07" } ,
{ file = "msgspec-0.18.6-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:37f67c1d81272131895bb20d388dd8d341390acd0e192a55ab02d4d6468b434c" } ,
{ file = "msgspec-0.18.6-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:d0feb7a03d971c1c0353de1a8fe30bb6579c2dc5ccf29b5f7c7ab01172010492" } ,
{ file = "msgspec-0.18.6-cp311-cp311-win_amd64.whl" , hash = "sha256:41cf758d3f40428c235c0f27bc6f322d43063bc32da7b9643e3f805c21ed57b4" } ,
{ file = "msgspec-0.18.6-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:d86f5071fe33e19500920333c11e2267a31942d18fed4d9de5bc2fbab267d28c" } ,
{ file = "msgspec-0.18.6-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:ce13981bfa06f5eb126a3a5a38b1976bddb49a36e4f46d8e6edecf33ccf11df1" } ,
{ file = "msgspec-0.18.6-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e97dec6932ad5e3ee1e3c14718638ba333befc45e0661caa57033cd4cc489466" } ,
{ file = "msgspec-0.18.6-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ad237100393f637b297926cae1868b0d500f764ccd2f0623a380e2bcfb2809ca" } ,
{ file = "msgspec-0.18.6-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:db1d8626748fa5d29bbd15da58b2d73af25b10aa98abf85aab8028119188ed57" } ,
{ file = "msgspec-0.18.6-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:d70cb3d00d9f4de14d0b31d38dfe60c88ae16f3182988246a9861259c6722af6" } ,
{ file = "msgspec-0.18.6-cp312-cp312-win_amd64.whl" , hash = "sha256:1003c20bfe9c6114cc16ea5db9c5466e49fae3d7f5e2e59cb70693190ad34da0" } ,
{ file = "msgspec-0.18.6-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:f7d9faed6dfff654a9ca7d9b0068456517f63dbc3aa704a527f493b9200b210a" } ,
{ file = "msgspec-0.18.6-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:9da21f804c1a1471f26d32b5d9bc0480450ea77fbb8d9db431463ab64aaac2cf" } ,
{ file = "msgspec-0.18.6-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:46eb2f6b22b0e61c137e65795b97dc515860bf6ec761d8fb65fdb62aa094ba61" } ,
{ file = "msgspec-0.18.6-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c8355b55c80ac3e04885d72db515817d9fbb0def3bab936bba104e99ad22cf46" } ,
{ file = "msgspec-0.18.6-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:9080eb12b8f59e177bd1eb5c21e24dd2ba2fa88a1dbc9a98e05ad7779b54c681" } ,
{ file = "msgspec-0.18.6-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:cc001cf39becf8d2dcd3f413a4797c55009b3a3cdbf78a8bf5a7ca8fdb76032c" } ,
{ file = "msgspec-0.18.6-cp38-cp38-win_amd64.whl" , hash = "sha256:fac5834e14ac4da1fca373753e0c4ec9c8069d1fe5f534fa5208453b6065d5be" } ,
{ file = "msgspec-0.18.6-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:974d3520fcc6b824a6dedbdf2b411df31a73e6e7414301abac62e6b8d03791b4" } ,
{ file = "msgspec-0.18.6-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:fd62e5818731a66aaa8e9b0a1e5543dc979a46278da01e85c3c9a1a4f047ef7e" } ,
{ file = "msgspec-0.18.6-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7481355a1adcf1f08dedd9311193c674ffb8bf7b79314b4314752b89a2cf7f1c" } ,
{ file = "msgspec-0.18.6-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6aa85198f8f154cf35d6f979998f6dadd3dc46a8a8c714632f53f5d65b315c07" } ,
{ file = "msgspec-0.18.6-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:0e24539b25c85c8f0597274f11061c102ad6b0c56af053373ba4629772b407be" } ,
{ file = "msgspec-0.18.6-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:c61ee4d3be03ea9cd089f7c8e36158786cd06e51fbb62529276452bbf2d52ece" } ,
{ file = "msgspec-0.18.6-cp39-cp39-win_amd64.whl" , hash = "sha256:b5c390b0b0b7da879520d4ae26044d74aeee5144f83087eb7842ba59c02bc090" } ,
{ file = "msgspec-0.18.6.tar.gz" , hash = "sha256:a59fc3b4fcdb972d09138cb516dbde600c99d07c38fd9372a6ef500d2d031b4e" } ,
]
[ package . extras ]
dev = [ "attrs" , "coverage" , "furo" , "gcovr" , "ipython" , "msgpack" , "mypy" , "pre-commit" , "pyright" , "pytest" , "pyyaml" , "sphinx" , "sphinx-copybutton" , "sphinx-design" , "tomli" , "tomli-w" ]
doc = [ "furo" , "ipython" , "sphinx" , "sphinx-copybutton" , "sphinx-design" ]
test = [ "attrs" , "msgpack" , "mypy" , "pyright" , "pytest" , "pyyaml" , "tomli" , "tomli-w" ]
toml = [ "tomli" , "tomli-w" ]
yaml = [ "pyyaml" ]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "mypy-extensions"
2023-02-15 09:44:59 +00:00
version = "1.0.0"
description = "Type system extensions for programs checked with the mypy type checker."
2023-01-07 08:01:31 +00:00
optional = false
2023-02-15 09:44:59 +00:00
python-versions = ">=3.5"
2023-01-07 08:01:31 +00:00
files = [
2023-02-15 09:44:59 +00:00
{ file = "mypy_extensions-1.0.0-py3-none-any.whl" , hash = "sha256:4392f6c0eb8a5668a69e23d168ffa70f0be9ccfd32b5cc2d26a34ae5b844552d" } ,
{ file = "mypy_extensions-1.0.0.tar.gz" , hash = "sha256:75dbf8955dc00442a438fc4d0666508a9a97b6bd41aa2f0ffe9d2f2725af0782" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "openpyxl"
2023-03-14 12:29:33 +00:00
version = "3.1.2"
2023-01-07 08:01:31 +00:00
description = "A Python library to read/write Excel 2010 xlsx/xlsm files"
optional = false
python-versions = ">=3.6"
files = [
2023-03-14 12:29:33 +00:00
{ file = "openpyxl-3.1.2-py2.py3-none-any.whl" , hash = "sha256:f91456ead12ab3c6c2e9491cf33ba6d08357d802192379bb482f1033ade496f5" } ,
{ file = "openpyxl-3.1.2.tar.gz" , hash = "sha256:a6f5977418eff3b2d5500d54d9db50c8277a368436f4e4f8ddb1be3422870184" } ,
2022-10-20 07:48:40 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . dependencies ]
et-xmlfile = "*"
[ [ package ] ]
name = "packaging"
2024-03-15 12:46:16 +00:00
version = "24.0"
2023-01-07 08:01:31 +00:00
description = "Core utilities for Python packages"
optional = false
2023-02-13 11:30:32 +00:00
python-versions = ">=3.7"
2023-01-07 08:01:31 +00:00
files = [
2024-03-15 12:46:16 +00:00
{ file = "packaging-24.0-py3-none-any.whl" , hash = "sha256:2ddfb553fdf02fb784c234c7ba6ccc288296ceabec964ad2eae3777778130bc5" } ,
{ file = "packaging-24.0.tar.gz" , hash = "sha256:eb82c5e3e56209074766e6885bb04b8c38a0c015d0a30036ebe7ece34c9989e9" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "pathspec"
2023-12-16 11:28:02 +00:00
version = "0.12.1"
2023-01-07 08:01:31 +00:00
description = "Utility library for gitignore style pattern matching of file paths."
optional = false
2023-12-16 11:28:02 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2023-12-16 11:28:02 +00:00
{ file = "pathspec-0.12.1-py3-none-any.whl" , hash = "sha256:a0d503e138a4c123b27490a4f7beda6a01c6f288df0e4a8b79c7eb0dc7b4cc08" } ,
{ file = "pathspec-0.12.1.tar.gz" , hash = "sha256:a482d51503a1ab33b1c67a6c3813a26953dbdc71c31dacaef9a838c4e29f5712" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
2023-03-14 01:27:22 +00:00
[ [ package ] ]
name = "pillow"
2024-03-15 12:46:16 +00:00
version = "10.2.0"
2023-03-14 01:27:22 +00:00
description = "Python Imaging Library (Fork)"
optional = false
2023-07-19 05:52:30 +00:00
python-versions = ">=3.8"
2023-03-14 01:27:22 +00:00
files = [
2024-03-15 12:46:16 +00:00
{ file = "pillow-10.2.0-cp310-cp310-macosx_10_10_x86_64.whl" , hash = "sha256:7823bdd049099efa16e4246bdf15e5a13dbb18a51b68fa06d6c1d4d8b99a796e" } ,
{ file = "pillow-10.2.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:83b2021f2ade7d1ed556bc50a399127d7fb245e725aa0113ebd05cfe88aaf588" } ,
{ file = "pillow-10.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6fad5ff2f13d69b7e74ce5b4ecd12cc0ec530fcee76356cac6742785ff71c452" } ,
{ file = "pillow-10.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:da2b52b37dad6d9ec64e653637a096905b258d2fc2b984c41ae7d08b938a67e4" } ,
{ file = "pillow-10.2.0-cp310-cp310-manylinux_2_28_aarch64.whl" , hash = "sha256:47c0995fc4e7f79b5cfcab1fc437ff2890b770440f7696a3ba065ee0fd496563" } ,
{ file = "pillow-10.2.0-cp310-cp310-manylinux_2_28_x86_64.whl" , hash = "sha256:322bdf3c9b556e9ffb18f93462e5f749d3444ce081290352c6070d014c93feb2" } ,
{ file = "pillow-10.2.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:51f1a1bffc50e2e9492e87d8e09a17c5eea8409cda8d3f277eb6edc82813c17c" } ,
{ file = "pillow-10.2.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:69ffdd6120a4737710a9eee73e1d2e37db89b620f702754b8f6e62594471dee0" } ,
{ file = "pillow-10.2.0-cp310-cp310-win32.whl" , hash = "sha256:c6dafac9e0f2b3c78df97e79af707cdc5ef8e88208d686a4847bab8266870023" } ,
{ file = "pillow-10.2.0-cp310-cp310-win_amd64.whl" , hash = "sha256:aebb6044806f2e16ecc07b2a2637ee1ef67a11840a66752751714a0d924adf72" } ,
{ file = "pillow-10.2.0-cp310-cp310-win_arm64.whl" , hash = "sha256:7049e301399273a0136ff39b84c3678e314f2158f50f517bc50285fb5ec847ad" } ,
{ file = "pillow-10.2.0-cp311-cp311-macosx_10_10_x86_64.whl" , hash = "sha256:35bb52c37f256f662abdfa49d2dfa6ce5d93281d323a9af377a120e89a9eafb5" } ,
{ file = "pillow-10.2.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:9c23f307202661071d94b5e384e1e1dc7dfb972a28a2310e4ee16103e66ddb67" } ,
{ file = "pillow-10.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:773efe0603db30c281521a7c0214cad7836c03b8ccff897beae9b47c0b657d61" } ,
{ file = "pillow-10.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:11fa2e5984b949b0dd6d7a94d967743d87c577ff0b83392f17cb3990d0d2fd6e" } ,
{ file = "pillow-10.2.0-cp311-cp311-manylinux_2_28_aarch64.whl" , hash = "sha256:716d30ed977be8b37d3ef185fecb9e5a1d62d110dfbdcd1e2a122ab46fddb03f" } ,
{ file = "pillow-10.2.0-cp311-cp311-manylinux_2_28_x86_64.whl" , hash = "sha256:a086c2af425c5f62a65e12fbf385f7c9fcb8f107d0849dba5839461a129cf311" } ,
{ file = "pillow-10.2.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:c8de2789052ed501dd829e9cae8d3dcce7acb4777ea4a479c14521c942d395b1" } ,
{ file = "pillow-10.2.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:609448742444d9290fd687940ac0b57fb35e6fd92bdb65386e08e99af60bf757" } ,
{ file = "pillow-10.2.0-cp311-cp311-win32.whl" , hash = "sha256:823ef7a27cf86df6597fa0671066c1b596f69eba53efa3d1e1cb8b30f3533068" } ,
{ file = "pillow-10.2.0-cp311-cp311-win_amd64.whl" , hash = "sha256:1da3b2703afd040cf65ec97efea81cfba59cdbed9c11d8efc5ab09df9509fc56" } ,
{ file = "pillow-10.2.0-cp311-cp311-win_arm64.whl" , hash = "sha256:edca80cbfb2b68d7b56930b84a0e45ae1694aeba0541f798e908a49d66b837f1" } ,
{ file = "pillow-10.2.0-cp312-cp312-macosx_10_10_x86_64.whl" , hash = "sha256:1b5e1b74d1bd1b78bc3477528919414874748dd363e6272efd5abf7654e68bef" } ,
{ file = "pillow-10.2.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:0eae2073305f451d8ecacb5474997c08569fb4eb4ac231ffa4ad7d342fdc25ac" } ,
{ file = "pillow-10.2.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b7c2286c23cd350b80d2fc9d424fc797575fb16f854b831d16fd47ceec078f2c" } ,
{ file = "pillow-10.2.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1e23412b5c41e58cec602f1135c57dfcf15482013ce6e5f093a86db69646a5aa" } ,
{ file = "pillow-10.2.0-cp312-cp312-manylinux_2_28_aarch64.whl" , hash = "sha256:52a50aa3fb3acb9cf7213573ef55d31d6eca37f5709c69e6858fe3bc04a5c2a2" } ,
{ file = "pillow-10.2.0-cp312-cp312-manylinux_2_28_x86_64.whl" , hash = "sha256:127cee571038f252a552760076407f9cff79761c3d436a12af6000cd182a9d04" } ,
{ file = "pillow-10.2.0-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:8d12251f02d69d8310b046e82572ed486685c38f02176bd08baf216746eb947f" } ,
{ file = "pillow-10.2.0-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:54f1852cd531aa981bc0965b7d609f5f6cc8ce8c41b1139f6ed6b3c54ab82bfb" } ,
{ file = "pillow-10.2.0-cp312-cp312-win32.whl" , hash = "sha256:257d8788df5ca62c980314053197f4d46eefedf4e6175bc9412f14412ec4ea2f" } ,
{ file = "pillow-10.2.0-cp312-cp312-win_amd64.whl" , hash = "sha256:154e939c5f0053a383de4fd3d3da48d9427a7e985f58af8e94d0b3c9fcfcf4f9" } ,
{ file = "pillow-10.2.0-cp312-cp312-win_arm64.whl" , hash = "sha256:f379abd2f1e3dddb2b61bc67977a6b5a0a3f7485538bcc6f39ec76163891ee48" } ,
{ file = "pillow-10.2.0-cp38-cp38-macosx_10_10_x86_64.whl" , hash = "sha256:8373c6c251f7ef8bda6675dd6d2b3a0fcc31edf1201266b5cf608b62a37407f9" } ,
{ file = "pillow-10.2.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:870ea1ada0899fd0b79643990809323b389d4d1d46c192f97342eeb6ee0b8483" } ,
{ file = "pillow-10.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b4b6b1e20608493548b1f32bce8cca185bf0480983890403d3b8753e44077129" } ,
{ file = "pillow-10.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3031709084b6e7852d00479fd1d310b07d0ba82765f973b543c8af5061cf990e" } ,
{ file = "pillow-10.2.0-cp38-cp38-manylinux_2_28_aarch64.whl" , hash = "sha256:3ff074fc97dd4e80543a3e91f69d58889baf2002b6be64347ea8cf5533188213" } ,
{ file = "pillow-10.2.0-cp38-cp38-manylinux_2_28_x86_64.whl" , hash = "sha256:cb4c38abeef13c61d6916f264d4845fab99d7b711be96c326b84df9e3e0ff62d" } ,
{ file = "pillow-10.2.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:b1b3020d90c2d8e1dae29cf3ce54f8094f7938460fb5ce8bc5c01450b01fbaf6" } ,
{ file = "pillow-10.2.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:170aeb00224ab3dc54230c797f8404507240dd868cf52066f66a41b33169bdbe" } ,
{ file = "pillow-10.2.0-cp38-cp38-win32.whl" , hash = "sha256:c4225f5220f46b2fde568c74fca27ae9771536c2e29d7c04f4fb62c83275ac4e" } ,
{ file = "pillow-10.2.0-cp38-cp38-win_amd64.whl" , hash = "sha256:0689b5a8c5288bc0504d9fcee48f61a6a586b9b98514d7d29b840143d6734f39" } ,
{ file = "pillow-10.2.0-cp39-cp39-macosx_10_10_x86_64.whl" , hash = "sha256:b792a349405fbc0163190fde0dc7b3fef3c9268292586cf5645598b48e63dc67" } ,
{ file = "pillow-10.2.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:c570f24be1e468e3f0ce7ef56a89a60f0e05b30a3669a459e419c6eac2c35364" } ,
{ file = "pillow-10.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d8ecd059fdaf60c1963c58ceb8997b32e9dc1b911f5da5307aab614f1ce5c2fb" } ,
{ file = "pillow-10.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c365fd1703040de1ec284b176d6af5abe21b427cb3a5ff68e0759e1e313a5e7e" } ,
{ file = "pillow-10.2.0-cp39-cp39-manylinux_2_28_aarch64.whl" , hash = "sha256:70c61d4c475835a19b3a5aa42492409878bbca7438554a1f89d20d58a7c75c01" } ,
{ file = "pillow-10.2.0-cp39-cp39-manylinux_2_28_x86_64.whl" , hash = "sha256:b6f491cdf80ae540738859d9766783e3b3c8e5bd37f5dfa0b76abdecc5081f13" } ,
{ file = "pillow-10.2.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:9d189550615b4948f45252d7f005e53c2040cea1af5b60d6f79491a6e147eef7" } ,
{ file = "pillow-10.2.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:49d9ba1ed0ef3e061088cd1e7538a0759aab559e2e0a80a36f9fd9d8c0c21591" } ,
{ file = "pillow-10.2.0-cp39-cp39-win32.whl" , hash = "sha256:babf5acfede515f176833ed6028754cbcd0d206f7f614ea3447d67c33be12516" } ,
{ file = "pillow-10.2.0-cp39-cp39-win_amd64.whl" , hash = "sha256:0304004f8067386b477d20a518b50f3fa658a28d44e4116970abfcd94fac34a8" } ,
{ file = "pillow-10.2.0-cp39-cp39-win_arm64.whl" , hash = "sha256:0fb3e7fc88a14eacd303e90481ad983fd5b69c761e9e6ef94c983f91025da869" } ,
{ file = "pillow-10.2.0-pp310-pypy310_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:322209c642aabdd6207517e9739c704dc9f9db943015535783239022002f054a" } ,
{ file = "pillow-10.2.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3eedd52442c0a5ff4f887fab0c1c0bb164d8635b32c894bc1faf4c618dd89df2" } ,
{ file = "pillow-10.2.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:cb28c753fd5eb3dd859b4ee95de66cc62af91bcff5db5f2571d32a520baf1f04" } ,
{ file = "pillow-10.2.0-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:33870dc4653c5017bf4c8873e5488d8f8d5f8935e2f1fb9a2208c47cdd66efd2" } ,
{ file = "pillow-10.2.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:3c31822339516fb3c82d03f30e22b1d038da87ef27b6a78c9549888f8ceda39a" } ,
{ file = "pillow-10.2.0-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:a2b56ba36e05f973d450582fb015594aaa78834fefe8dfb8fcd79b93e64ba4c6" } ,
{ file = "pillow-10.2.0-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:d8e6aeb9201e655354b3ad049cb77d19813ad4ece0df1249d3c793de3774f8c7" } ,
{ file = "pillow-10.2.0-pp39-pypy39_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:2247178effb34a77c11c0e8ac355c7a741ceca0a732b27bf11e747bbc950722f" } ,
{ file = "pillow-10.2.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:15587643b9e5eb26c48e49a7b33659790d28f190fc514a322d55da2fb5c2950e" } ,
{ file = "pillow-10.2.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:753cd8f2086b2b80180d9b3010dd4ed147efc167c90d3bf593fe2af21265e5a5" } ,
{ file = "pillow-10.2.0-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:7c8f97e8e7a9009bcacbe3766a36175056c12f9a44e6e6f2d5caad06dcfbf03b" } ,
{ file = "pillow-10.2.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:d1b35bcd6c5543b9cb547dee3150c93008f8dd0f1fef78fc0cd2b141c5baf58a" } ,
{ file = "pillow-10.2.0-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:fe4c15f6c9285dc54ce6553a3ce908ed37c8f3825b5a51a15c91442bb955b868" } ,
{ file = "pillow-10.2.0.tar.gz" , hash = "sha256:e87f0b2c78157e12d7686b27d63c070fd65d994e8ddae6f328e0dcf4a0cd007e" } ,
2023-03-14 01:27:22 +00:00
]
[ package . extras ]
2023-04-03 07:42:46 +00:00
docs = [ "furo" , "olefile" , "sphinx (>=2.4)" , "sphinx-copybutton" , "sphinx-inline-tabs" , "sphinx-removed-in" , "sphinxext-opengraph" ]
2024-03-15 12:46:16 +00:00
fpx = [ "olefile" ]
mic = [ "olefile" ]
2023-03-14 01:27:22 +00:00
tests = [ "check-manifest" , "coverage" , "defusedxml" , "markdown2" , "olefile" , "packaging" , "pyroma" , "pytest" , "pytest-cov" , "pytest-timeout" ]
2024-03-15 12:46:16 +00:00
typing = [ "typing-extensions" ]
xmp = [ "defusedxml" ]
2023-03-14 01:27:22 +00:00
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "platformdirs"
2024-03-15 12:46:16 +00:00
version = "4.2.0"
2023-02-15 09:44:59 +00:00
description = "A small Python package for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
2023-01-07 08:01:31 +00:00
optional = false
2023-12-16 11:28:02 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2024-03-15 12:46:16 +00:00
{ file = "platformdirs-4.2.0-py3-none-any.whl" , hash = "sha256:0614df2a2f37e1a662acbd8e2b25b92ccf8632929bc6d43467e17fe89c75e068" } ,
{ file = "platformdirs-4.2.0.tar.gz" , hash = "sha256:ef0cc731df711022c174543cb70a9b5bd22e5a9337c8624ef2c2ceb8ddad8768" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . extras ]
2024-03-15 12:46:16 +00:00
docs = [ "furo (>=2023.9.10)" , "proselint (>=0.13)" , "sphinx (>=7.2.6)" , "sphinx-autodoc-typehints (>=1.25.2)" ]
test = [ "appdirs (==1.4.4)" , "covdefaults (>=2.3)" , "pytest (>=7.4.3)" , "pytest-cov (>=4.1)" , "pytest-mock (>=3.12)" ]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "playwright"
2023-10-25 14:43:22 +00:00
version = "1.39.0"
2023-01-07 08:01:31 +00:00
description = "A high-level API to automate web browsers"
optional = false
2023-10-25 14:43:22 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2023-10-25 14:43:22 +00:00
{ file = "playwright-1.39.0-py3-none-macosx_10_13_x86_64.whl" , hash = "sha256:384e195a6d09343f319031cf552e9cd601ede78fe9c082b9fa197537c5cbfe7a" } ,
{ file = "playwright-1.39.0-py3-none-macosx_11_0_arm64.whl" , hash = "sha256:d2c3634411828d9273196ed6f69f2fa7645c89732b3c982dcf09ab03ed4c5d2b" } ,
{ file = "playwright-1.39.0-py3-none-macosx_11_0_universal2.whl" , hash = "sha256:d2fd90f370599cf9a2c6a041bd79a5eeec62baf0e943c7c5c2079b29be476d2a" } ,
{ file = "playwright-1.39.0-py3-none-manylinux1_x86_64.whl" , hash = "sha256:699a8e707ca5f3567aa28223ee1be7e42d2bf25eda7d3d86babda71e36e5f16f" } ,
{ file = "playwright-1.39.0-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:654bb3ae0dc3c69ffddc0c38c127c3b8e93032d8cf3928e2c4f21890cb39514b" } ,
{ file = "playwright-1.39.0-py3-none-win32.whl" , hash = "sha256:40ed7f2546c64f1bb3d22b2295b4d43ed5a2f0b7ea7599d93a72f723a1883e1e" } ,
{ file = "playwright-1.39.0-py3-none-win_amd64.whl" , hash = "sha256:a420d814e21b05e1156747e2a9fae6c3cca2b46bb4a0226fb26ee65538ce09c9" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . dependencies ]
2023-10-25 14:43:22 +00:00
greenlet = "3.0.0"
pyee = "11.0.1"
2023-01-07 08:01:31 +00:00
typing-extensions = { version = "*" , markers = "python_version <= \"3.8\"" }
[ [ package ] ]
name = "pluggy"
2024-03-15 12:46:16 +00:00
version = "1.4.0"
2023-01-07 08:01:31 +00:00
description = "plugin and hook calling mechanisms for python"
optional = true
2023-09-09 14:39:37 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2024-03-15 12:46:16 +00:00
{ file = "pluggy-1.4.0-py3-none-any.whl" , hash = "sha256:7db9f7b503d67d1c5b95f59773ebb58a8c1c288129a88665838012cfb07b8981" } ,
{ file = "pluggy-1.4.0.tar.gz" , hash = "sha256:8c85c2876142a764e5b7548e7d9a0e0ddb46f5185161049a79b7e974454223be" } ,
2022-09-12 15:18:11 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . extras ]
dev = [ "pre-commit" , "tox" ]
testing = [ "pytest" , "pytest-benchmark" ]
2023-12-16 11:28:02 +00:00
[ [ package ] ]
name = "psutil"
2024-03-15 12:46:16 +00:00
version = "5.9.8"
2023-12-16 11:28:02 +00:00
description = "Cross-platform lib for process and system monitoring in Python."
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
files = [
2024-03-15 12:46:16 +00:00
{ file = "psutil-5.9.8-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:26bd09967ae00920df88e0352a91cff1a78f8d69b3ecabbfe733610c0af486c8" } ,
{ file = "psutil-5.9.8-cp27-cp27m-manylinux2010_i686.whl" , hash = "sha256:05806de88103b25903dff19bb6692bd2e714ccf9e668d050d144012055cbca73" } ,
{ file = "psutil-5.9.8-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:611052c4bc70432ec770d5d54f64206aa7203a101ec273a0cd82418c86503bb7" } ,
{ file = "psutil-5.9.8-cp27-cp27mu-manylinux2010_i686.whl" , hash = "sha256:50187900d73c1381ba1454cf40308c2bf6f34268518b3f36a9b663ca87e65e36" } ,
{ file = "psutil-5.9.8-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:02615ed8c5ea222323408ceba16c60e99c3f91639b07da6373fb7e6539abc56d" } ,
{ file = "psutil-5.9.8-cp27-none-win32.whl" , hash = "sha256:36f435891adb138ed3c9e58c6af3e2e6ca9ac2f365efe1f9cfef2794e6c93b4e" } ,
{ file = "psutil-5.9.8-cp27-none-win_amd64.whl" , hash = "sha256:bd1184ceb3f87651a67b2708d4c3338e9b10c5df903f2e3776b62303b26cb631" } ,
{ file = "psutil-5.9.8-cp36-abi3-macosx_10_9_x86_64.whl" , hash = "sha256:aee678c8720623dc456fa20659af736241f575d79429a0e5e9cf88ae0605cc81" } ,
{ file = "psutil-5.9.8-cp36-abi3-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:8cb6403ce6d8e047495a701dc7c5bd788add903f8986d523e3e20b98b733e421" } ,
{ file = "psutil-5.9.8-cp36-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d06016f7f8625a1825ba3732081d77c94589dca78b7a3fc072194851e88461a4" } ,
{ file = "psutil-5.9.8-cp36-cp36m-win32.whl" , hash = "sha256:7d79560ad97af658a0f6adfef8b834b53f64746d45b403f225b85c5c2c140eee" } ,
{ file = "psutil-5.9.8-cp36-cp36m-win_amd64.whl" , hash = "sha256:27cc40c3493bb10de1be4b3f07cae4c010ce715290a5be22b98493509c6299e2" } ,
{ file = "psutil-5.9.8-cp37-abi3-win32.whl" , hash = "sha256:bc56c2a1b0d15aa3eaa5a60c9f3f8e3e565303b465dbf57a1b730e7a2b9844e0" } ,
{ file = "psutil-5.9.8-cp37-abi3-win_amd64.whl" , hash = "sha256:8db4c1b57507eef143a15a6884ca10f7c73876cdf5d51e713151c1236a0e68cf" } ,
{ file = "psutil-5.9.8-cp38-abi3-macosx_11_0_arm64.whl" , hash = "sha256:d16bbddf0693323b8c6123dd804100241da461e41d6e332fb0ba6058f630f8c8" } ,
{ file = "psutil-5.9.8.tar.gz" , hash = "sha256:6be126e3225486dff286a8fb9a06246a5253f4c7c53b475ea5f5ac934e64194c" } ,
2023-12-16 11:28:02 +00:00
]
[ package . extras ]
test = [ "enum34" , "ipaddress" , "mock" , "pywin32" , "wmi" ]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "pyaes"
version = "1.6.1"
description = "Pure-Python Implementation of the AES block-cipher and common modes of operation"
optional = true
python-versions = "*"
files = [
2022-09-11 07:08:02 +00:00
{ file = "pyaes-1.6.1.tar.gz" , hash = "sha256:02c1b1405c38d3c370b085fb952dd8bea3fadcee6411ad99f312cc129c536d8f" } ,
]
2023-01-07 08:01:31 +00:00
2023-02-10 16:05:23 +00:00
[ [ package ] ]
name = "pycparser"
2024-03-31 11:22:03 +00:00
version = "2.22"
2023-02-10 16:05:23 +00:00
description = "C parser in Python"
optional = false
2024-03-31 11:22:03 +00:00
python-versions = ">=3.8"
2023-02-10 16:05:23 +00:00
files = [
2024-03-31 11:22:03 +00:00
{ file = "pycparser-2.22-py3-none-any.whl" , hash = "sha256:c3702b6d3dd8c7abc1afa565d7e63d53a1d0bd86cdc24edd75470f4de499cfcc" } ,
{ file = "pycparser-2.22.tar.gz" , hash = "sha256:491c8be9c040f5390f5bf44a5b07752bd07f56edf992381b05c701439eec10f6" } ,
2023-02-10 16:05:23 +00:00
]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "pydantic"
2024-03-15 12:46:16 +00:00
version = "1.10.14"
2023-01-07 08:01:31 +00:00
description = "Data validation and settings management using python type hints"
optional = false
python-versions = ">=3.7"
files = [
2024-03-15 12:46:16 +00:00
{ file = "pydantic-1.10.14-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:7f4fcec873f90537c382840f330b90f4715eebc2bc9925f04cb92de593eae054" } ,
{ file = "pydantic-1.10.14-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:8e3a76f571970fcd3c43ad982daf936ae39b3e90b8a2e96c04113a369869dc87" } ,
{ file = "pydantic-1.10.14-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:82d886bd3c3fbeaa963692ef6b643159ccb4b4cefaf7ff1617720cbead04fd1d" } ,
{ file = "pydantic-1.10.14-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:798a3d05ee3b71967844a1164fd5bdb8c22c6d674f26274e78b9f29d81770c4e" } ,
{ file = "pydantic-1.10.14-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:23d47a4b57a38e8652bcab15a658fdb13c785b9ce217cc3a729504ab4e1d6bc9" } ,
{ file = "pydantic-1.10.14-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:f9f674b5c3bebc2eba401de64f29948ae1e646ba2735f884d1594c5f675d6f2a" } ,
{ file = "pydantic-1.10.14-cp310-cp310-win_amd64.whl" , hash = "sha256:24a7679fab2e0eeedb5a8924fc4a694b3bcaac7d305aeeac72dd7d4e05ecbebf" } ,
{ file = "pydantic-1.10.14-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:9d578ac4bf7fdf10ce14caba6f734c178379bd35c486c6deb6f49006e1ba78a7" } ,
{ file = "pydantic-1.10.14-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:fa7790e94c60f809c95602a26d906eba01a0abee9cc24150e4ce2189352deb1b" } ,
{ file = "pydantic-1.10.14-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:aad4e10efa5474ed1a611b6d7f0d130f4aafadceb73c11d9e72823e8f508e663" } ,
{ file = "pydantic-1.10.14-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1245f4f61f467cb3dfeced2b119afef3db386aec3d24a22a1de08c65038b255f" } ,
{ file = "pydantic-1.10.14-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:21efacc678a11114c765eb52ec0db62edffa89e9a562a94cbf8fa10b5db5c046" } ,
{ file = "pydantic-1.10.14-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:412ab4a3f6dbd2bf18aefa9f79c7cca23744846b31f1d6555c2ee2b05a2e14ca" } ,
{ file = "pydantic-1.10.14-cp311-cp311-win_amd64.whl" , hash = "sha256:e897c9f35281f7889873a3e6d6b69aa1447ceb024e8495a5f0d02ecd17742a7f" } ,
{ file = "pydantic-1.10.14-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:d604be0f0b44d473e54fdcb12302495fe0467c56509a2f80483476f3ba92b33c" } ,
{ file = "pydantic-1.10.14-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a42c7d17706911199798d4c464b352e640cab4351efe69c2267823d619a937e5" } ,
{ file = "pydantic-1.10.14-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:596f12a1085e38dbda5cbb874d0973303e34227b400b6414782bf205cc14940c" } ,
{ file = "pydantic-1.10.14-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:bfb113860e9288d0886e3b9e49d9cf4a9d48b441f52ded7d96db7819028514cc" } ,
{ file = "pydantic-1.10.14-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:bc3ed06ab13660b565eed80887fcfbc0070f0aa0691fbb351657041d3e874efe" } ,
{ file = "pydantic-1.10.14-cp37-cp37m-win_amd64.whl" , hash = "sha256:ad8c2bc677ae5f6dbd3cf92f2c7dc613507eafe8f71719727cbc0a7dec9a8c01" } ,
{ file = "pydantic-1.10.14-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:c37c28449752bb1f47975d22ef2882d70513c546f8f37201e0fec3a97b816eee" } ,
{ file = "pydantic-1.10.14-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:49a46a0994dd551ec051986806122767cf144b9702e31d47f6d493c336462597" } ,
{ file = "pydantic-1.10.14-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:53e3819bd20a42470d6dd0fe7fc1c121c92247bca104ce608e609b59bc7a77ee" } ,
{ file = "pydantic-1.10.14-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0fbb503bbbbab0c588ed3cd21975a1d0d4163b87e360fec17a792f7d8c4ff29f" } ,
{ file = "pydantic-1.10.14-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:336709883c15c050b9c55a63d6c7ff09be883dbc17805d2b063395dd9d9d0022" } ,
{ file = "pydantic-1.10.14-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:4ae57b4d8e3312d486e2498d42aed3ece7b51848336964e43abbf9671584e67f" } ,
{ file = "pydantic-1.10.14-cp38-cp38-win_amd64.whl" , hash = "sha256:dba49d52500c35cfec0b28aa8b3ea5c37c9df183ffc7210b10ff2a415c125c4a" } ,
{ file = "pydantic-1.10.14-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:c66609e138c31cba607d8e2a7b6a5dc38979a06c900815495b2d90ce6ded35b4" } ,
{ file = "pydantic-1.10.14-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:d986e115e0b39604b9eee3507987368ff8148222da213cd38c359f6f57b3b347" } ,
{ file = "pydantic-1.10.14-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:646b2b12df4295b4c3148850c85bff29ef6d0d9621a8d091e98094871a62e5c7" } ,
{ file = "pydantic-1.10.14-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:282613a5969c47c83a8710cc8bfd1e70c9223feb76566f74683af889faadc0ea" } ,
{ file = "pydantic-1.10.14-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:466669501d08ad8eb3c4fecd991c5e793c4e0bbd62299d05111d4f827cded64f" } ,
{ file = "pydantic-1.10.14-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:13e86a19dca96373dcf3190fcb8797d40a6f12f154a244a8d1e8e03b8f280593" } ,
{ file = "pydantic-1.10.14-cp39-cp39-win_amd64.whl" , hash = "sha256:08b6ec0917c30861e3fe71a93be1648a2aa4f62f866142ba21670b24444d7fd8" } ,
{ file = "pydantic-1.10.14-py3-none-any.whl" , hash = "sha256:8ee853cd12ac2ddbf0ecbac1c289f95882b2d4482258048079d13be700aa114c" } ,
{ file = "pydantic-1.10.14.tar.gz" , hash = "sha256:46f17b832fe27de7850896f3afee50ea682220dd218f7e9c88d436788419dca6" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . dependencies ]
2023-02-15 09:44:59 +00:00
typing-extensions = ">=4.2.0"
2023-01-07 08:01:31 +00:00
[ package . extras ]
dotenv = [ "python-dotenv (>=0.10.4)" ]
email = [ "email-validator (>=1.0.3)" ]
[ [ package ] ]
name = "pyee"
2023-10-25 14:43:22 +00:00
version = "11.0.1"
description = "A rough port of Node.js's EventEmitter to Python with a few tricks of its own"
2023-01-07 08:01:31 +00:00
optional = false
2023-10-25 14:43:22 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2023-10-25 14:43:22 +00:00
{ file = "pyee-11.0.1-py3-none-any.whl" , hash = "sha256:9bcc9647822234f42c228d88de63d0f9ffa881e87a87f9d36ddf5211f6ac977d" } ,
{ file = "pyee-11.0.1.tar.gz" , hash = "sha256:a642c51e3885a33ead087286e35212783a4e9b8d6514a10a5db4e57ac57b2b29" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
2023-10-25 14:43:22 +00:00
[ package . dependencies ]
typing-extensions = "*"
[ package . extras ]
dev = [ "black" , "flake8" , "flake8-black" , "isort" , "jupyter-console" , "mkdocs" , "mkdocs-include-markdown-plugin" , "mkdocstrings[python]" , "pytest" , "pytest-asyncio" , "pytest-trio" , "toml" , "tox" , "trio" , "trio" , "trio-typing" , "twine" , "twisted" , "validate-pyproject[all]" ]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
2023-02-15 09:44:59 +00:00
name = "pygments"
2023-12-16 11:28:02 +00:00
version = "2.17.2"
2023-01-07 08:01:31 +00:00
description = "Pygments is a syntax highlighting package written in Python."
optional = false
2023-04-22 13:14:31 +00:00
python-versions = ">=3.7"
2023-01-07 08:01:31 +00:00
files = [
2023-12-16 11:28:02 +00:00
{ file = "pygments-2.17.2-py3-none-any.whl" , hash = "sha256:b27c2826c47d0f3219f29554824c30c5e8945175d888647acd804ddd04af846c" } ,
{ file = "pygments-2.17.2.tar.gz" , hash = "sha256:da46cec9fd2de5be3a8a784f434e4c4ab670b4ff54d605c4c2717e9d49c4c367" } ,
2022-09-08 01:08:37 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . extras ]
plugins = [ "importlib-metadata" ]
2023-12-16 11:28:02 +00:00
windows-terminal = [ "colorama (>=0.4.6)" ]
2023-02-13 11:33:11 +00:00
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "pyrogram"
2023-07-19 05:52:30 +00:00
version = "2.0.106"
2023-01-07 08:01:31 +00:00
description = "Elegant, modern and asynchronous Telegram MTProto API framework in Python for users and bots"
optional = true
python-versions = "~=3.7"
files = [
2023-07-19 05:52:30 +00:00
{ file = "Pyrogram-2.0.106-py3-none-any.whl" , hash = "sha256:32b62b3d93030b1080cbe45b88c0e8790cf4e2179cf3321ede810d48edf97bc7" } ,
{ file = "Pyrogram-2.0.106.tar.gz" , hash = "sha256:30202995758fcb6e0f91224704ab7fedefea454297724bd70a6a71a23748c16f" } ,
2022-09-11 07:08:02 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . dependencies ]
pyaes = "1.6.1"
pysocks = "1.7.1"
[ [ package ] ]
2023-02-15 09:44:59 +00:00
name = "pysocks"
2023-01-07 08:01:31 +00:00
version = "1.7.1"
description = "A Python SOCKS client module. See https://github.com/Anorov/PySocks for more information."
optional = true
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [
2022-09-11 07:08:02 +00:00
{ file = "PySocks-1.7.1-py27-none-any.whl" , hash = "sha256:08e69f092cc6dbe92a0fdd16eeb9b9ffbc13cadfe5ca4c7bd92ffb078b293299" } ,
{ file = "PySocks-1.7.1-py3-none-any.whl" , hash = "sha256:2725bd0a9925919b9b51739eea5f9e2bae91e83288108a9ad338b2e3a4435ee5" } ,
{ file = "PySocks-1.7.1.tar.gz" , hash = "sha256:3f8804571ebe159c380ac6de37643bb4685970655d3bba243530d6558b799aa0" } ,
]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "pytest"
2024-03-15 12:46:16 +00:00
version = "7.4.4"
2023-01-07 08:01:31 +00:00
description = "pytest: simple powerful testing with Python"
optional = true
python-versions = ">=3.7"
files = [
2024-03-15 12:46:16 +00:00
{ file = "pytest-7.4.4-py3-none-any.whl" , hash = "sha256:b090cdf5ed60bf4c45261be03239c2c1c22df034fbffe691abe93cd80cea01d8" } ,
{ file = "pytest-7.4.4.tar.gz" , hash = "sha256:2cf0005922c6ace4a3e2ec8b4080eb0d9753fdc93107415332f50ce9e7994280" } ,
2022-09-12 15:18:11 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . dependencies ]
colorama = { version = "*" , markers = "sys_platform == \"win32\"" }
exceptiongroup = { version = ">=1.0.0rc8" , markers = "python_version < \"3.11\"" }
iniconfig = "*"
packaging = "*"
pluggy = ">=0.12,<2.0"
tomli = { version = ">=1.0.0" , markers = "python_version < \"3.11\"" }
[ package . extras ]
2023-07-19 05:52:30 +00:00
testing = [ "argcomplete" , "attrs (>=19.2.0)" , "hypothesis (>=3.56)" , "mock" , "nose" , "pygments (>=2.7.2)" , "requests" , "setuptools" , "xmlschema" ]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "pytest-asyncio"
2024-03-31 11:22:03 +00:00
version = "0.23.6"
2023-01-07 08:01:31 +00:00
description = "Pytest support for asyncio"
optional = true
2023-12-16 11:28:02 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2024-03-31 11:22:03 +00:00
{ file = "pytest-asyncio-0.23.6.tar.gz" , hash = "sha256:ffe523a89c1c222598c76856e76852b787504ddb72dd5d9b6617ffa8aa2cde5f" } ,
{ file = "pytest_asyncio-0.23.6-py3-none-any.whl" , hash = "sha256:68516fdd1018ac57b846c9846b954f0393b26f094764a28c955eabb0536a4e8a" } ,
2022-09-12 15:18:11 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . dependencies ]
2024-03-15 12:46:16 +00:00
pytest = ">=7.0.0,<9"
2023-01-07 08:01:31 +00:00
[ package . extras ]
docs = [ "sphinx (>=5.3)" , "sphinx-rtd-theme (>=1.0)" ]
2023-12-16 11:28:02 +00:00
testing = [ "coverage (>=6.2)" , "hypothesis (>=5.7.1)" ]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "python-dotenv"
2024-03-15 12:46:16 +00:00
version = "1.0.1"
2023-01-07 08:01:31 +00:00
description = "Read key-value pairs from a .env file and set them as environment variables"
optional = false
2023-03-07 13:29:24 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2024-03-15 12:46:16 +00:00
{ file = "python-dotenv-1.0.1.tar.gz" , hash = "sha256:e324ee90a023d808f1959c46bcbc04446a10ced277783dc6ee09987c37ec10ca" } ,
{ file = "python_dotenv-1.0.1-py3-none-any.whl" , hash = "sha256:f7b63ef50f1b690dddf550d03497b66d609393b40b564ed0d674909a68ebf16a" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . extras ]
cli = [ "click (>=5.0)" ]
[ [ package ] ]
name = "python-telegram-bot"
2023-12-16 11:28:02 +00:00
version = "20.7"
2023-01-07 08:01:31 +00:00
description = "We have made you a wrapper you can't refuse"
optional = false
2023-07-19 05:52:30 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2023-12-16 11:28:02 +00:00
{ file = "python-telegram-bot-20.7.tar.gz" , hash = "sha256:4f146c39de5f5e0b3723c2abedaf78046ebd30a6a49d2281ee4b3af5eb116b68" } ,
{ file = "python_telegram_bot-20.7-py3-none-any.whl" , hash = "sha256:462326c65671c8c39e76c8c96756ee918be6797d225f8db84d2ec0f883383b8c" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . dependencies ]
2023-07-19 05:52:30 +00:00
aiolimiter = { version = ">=1.1.0,<1.2.0" , optional = true , markers = "extra == \"ext\" or extra == \"rate-limiter\"" }
2023-09-09 14:39:37 +00:00
APScheduler = { version = ">=3.10.4,<3.11.0" , optional = true , markers = "extra == \"ext\"" }
2023-12-16 11:28:02 +00:00
cachetools = { version = ">=5.3.2,<5.4.0" , optional = true , markers = "extra == \"ext\"" }
httpx = ">=0.25.2,<0.26.0"
2023-01-07 08:01:31 +00:00
pytz = { version = ">=2018.6" , optional = true , markers = "extra == \"ext\"" }
2023-12-16 11:28:02 +00:00
tornado = { version = ">=6.3.3,<6.4.0" , optional = true , markers = "extra == \"ext\"" }
2023-01-07 08:01:31 +00:00
[ package . extras ]
2023-12-16 11:28:02 +00:00
all = [ "APScheduler (>=3.10.4,<3.11.0)" , "aiolimiter (>=1.1.0,<1.2.0)" , "cachetools (>=5.3.2,<5.4.0)" , "cryptography (>=39.0.1)" , "httpx[http2]" , "httpx[socks]" , "pytz (>=2018.6)" , "tornado (>=6.3.3,<6.4.0)" ]
callback-data = [ "cachetools (>=5.3.2,<5.4.0)" ]
ext = [ "APScheduler (>=3.10.4,<3.11.0)" , "aiolimiter (>=1.1.0,<1.2.0)" , "cachetools (>=5.3.2,<5.4.0)" , "pytz (>=2018.6)" , "tornado (>=6.3.3,<6.4.0)" ]
2023-03-27 11:51:58 +00:00
http2 = [ "httpx[http2]" ]
2023-09-09 14:39:37 +00:00
job-queue = [ "APScheduler (>=3.10.4,<3.11.0)" , "pytz (>=2018.6)" ]
2023-02-13 11:35:19 +00:00
passport = [ "cryptography (>=39.0.1)" ]
2023-07-19 05:52:30 +00:00
rate-limiter = [ "aiolimiter (>=1.1.0,<1.2.0)" ]
2023-01-07 08:01:31 +00:00
socks = [ "httpx[socks]" ]
2023-12-16 11:28:02 +00:00
webhooks = [ "tornado (>=6.3.3,<6.4.0)" ]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "pytz"
2024-03-15 12:46:16 +00:00
version = "2024.1"
2023-01-07 08:01:31 +00:00
description = "World timezone definitions, modern and historical"
optional = false
python-versions = "*"
files = [
2024-03-15 12:46:16 +00:00
{ file = "pytz-2024.1-py2.py3-none-any.whl" , hash = "sha256:328171f4e3623139da4983451950b28e95ac706e13f3f2630a879749e7a8b319" } ,
{ file = "pytz-2024.1.tar.gz" , hash = "sha256:2a29735ea9c18baf14b448846bde5a48030ed267578472d8955cd0e7443a9812" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
2023-02-15 09:44:59 +00:00
name = "pyyaml"
2023-07-19 05:52:30 +00:00
version = "6.0.1"
2023-01-07 08:01:31 +00:00
description = "YAML parser and emitter for Python"
optional = false
python-versions = ">=3.6"
files = [
2023-07-19 05:52:30 +00:00
{ file = "PyYAML-6.0.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:d858aa552c999bc8a8d57426ed01e40bef403cd8ccdd0fc5f6f04a00414cac2a" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:fd66fc5d0da6d9815ba2cebeb4205f95818ff4b79c3ebe268e75d961704af52f" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:69b023b2b4daa7548bcfbd4aa3da05b3a74b772db9e23b982788168117739938" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:81e0b275a9ecc9c0c0c07b4b90ba548307583c125f54d5b6946cfee6360c733d" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ba336e390cd8e4d1739f42dfe9bb83a3cc2e80f567d8805e11b46f4a943f5515" } ,
2023-09-09 14:39:37 +00:00
{ file = "PyYAML-6.0.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:326c013efe8048858a6d312ddd31d56e468118ad4cdeda36c719bf5bb6192290" } ,
2023-07-19 05:52:30 +00:00
{ file = "PyYAML-6.0.1-cp310-cp310-win32.whl" , hash = "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-win_amd64.whl" , hash = "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673" } ,
2023-09-09 14:39:37 +00:00
{ file = "PyYAML-6.0.1-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:e7d73685e87afe9f3b36c799222440d6cf362062f78be1013661b00c5c6f678b" } ,
2023-07-19 05:52:30 +00:00
{ file = "PyYAML-6.0.1-cp311-cp311-win32.whl" , hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl" , hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34" } ,
2023-09-09 14:39:37 +00:00
{ file = "PyYAML-6.0.1-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:855fb52b0dc35af121542a76b9a84f8d1cd886ea97c84703eaa6d88e37a2ad28" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:40df9b996c2b73138957fe23a16a4f0ba614f4c0efce1e9406a184b6d07fa3a9" } ,
2024-03-15 12:46:16 +00:00
{ file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a08c6f0fe150303c1c6b71ebcd7213c2858041a7e01975da3a99aed1e7a378ef" } ,
2023-09-09 14:39:37 +00:00
{ file = "PyYAML-6.0.1-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6c22bec3fbe2524cde73d7ada88f6566758a8f7227bfbf93a408a9d86bcc12a0" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:8d4e9c88387b0f5c7d5f281e55304de64cf7f9c0021a3525bd3b1c542da3b0e4" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-win32.whl" , hash = "sha256:d483d2cdf104e7c9fa60c544d92981f12ad66a457afae824d146093b8c294c54" } ,
{ file = "PyYAML-6.0.1-cp312-cp312-win_amd64.whl" , hash = "sha256:0d3304d8c0adc42be59c5f8a4d9e3d7379e6955ad754aa9d6ab7a398b59dd1df" } ,
2023-07-19 05:52:30 +00:00
{ file = "PyYAML-6.0.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:afd7e57eddb1a54f0f1a974bc4391af8bcce0b444685d936840f125cf046d5bd" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-win32.whl" , hash = "sha256:fca0e3a251908a499833aa292323f32437106001d436eca0e6e7833256674585" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:f22ac1c3cac4dbc50079e965eba2c1058622631e526bd9afd45fedd49ba781fa" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:b1275ad35a5d18c62a7220633c913e1b42d44b46ee12554e5fd39c70a243d6a3" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:18aeb1bf9a78867dc38b259769503436b7c72f7a1f1f4c93ff9a17de54319b27" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:596106435fa6ad000c2991a98fa58eeb8656ef2325d7e158344fb33864ed87e3" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:baa90d3f661d43131ca170712d903e6295d1f7a0f595074f151c0aed377c9b9c" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-win32.whl" , hash = "sha256:9046c58c4395dff28dd494285c82ba00b546adfc7ef001486fbf0324bc174fba" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:4fb147e7a67ef577a588a0e2c17b6db51dda102c71de36f8549b6816a96e1867" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:1d4c7e777c441b20e32f52bd377e0c409713e8bb1386e1099c2415f26e479595" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735" } ,
2023-09-09 14:39:37 +00:00
{ file = "PyYAML-6.0.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:49a183be227561de579b4a36efbb21b3eab9651dd81b1858589f796549873dd6" } ,
2023-07-19 05:52:30 +00:00
{ file = "PyYAML-6.0.1-cp38-cp38-win32.whl" , hash = "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-win_amd64.whl" , hash = "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:c8098ddcc2a85b61647b2590f825f3db38891662cfc2fc776415143f599bb859" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c" } ,
2023-09-09 14:39:37 +00:00
{ file = "PyYAML-6.0.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:04ac92ad1925b2cff1db0cfebffb6ffc43457495c9b3c39d3fcae417d7125dc5" } ,
2023-07-19 05:52:30 +00:00
{ file = "PyYAML-6.0.1-cp39-cp39-win32.whl" , hash = "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-win_amd64.whl" , hash = "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486" } ,
{ file = "PyYAML-6.0.1.tar.gz" , hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43" } ,
2022-10-12 13:39:47 +00:00
]
2023-01-07 08:01:31 +00:00
2023-09-09 14:39:37 +00:00
[ [ package ] ]
name = "rapidfuzz"
2024-03-31 11:22:03 +00:00
version = "3.7.0"
2023-09-09 14:39:37 +00:00
description = "rapid fuzzy string matching"
optional = false
2023-11-04 05:50:30 +00:00
python-versions = ">=3.8"
2023-09-09 14:39:37 +00:00
files = [
2024-03-31 11:22:03 +00:00
{ file = "rapidfuzz-3.7.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:860f438238f1807532aa5c5c25e74c284232ccc115fe84697b78e25d48f364f7" } ,
{ file = "rapidfuzz-3.7.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:4bb9285abeb0477cdb2f8ea0cf7fd4b5f72ed5a9a7d3f0c0bb4a5239db2fc1ed" } ,
{ file = "rapidfuzz-3.7.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:08671280e0c04d2bb3f39511f13cae5914e6690036fd1eefc3d47a47f9fae634" } ,
{ file = "rapidfuzz-3.7.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:04bae4d9c16ce1bab6447d196fb8258d98139ed8f9b288a38b84887985e4227b" } ,
{ file = "rapidfuzz-3.7.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1efa2268b51b68156fb84d18ca1720311698a58051c4a19c40d670057ce60519" } ,
{ file = "rapidfuzz-3.7.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:600b4d4315f33ec0356c0dab3991a5d5761102420bcff29e0773706aa48936e8" } ,
{ file = "rapidfuzz-3.7.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:18bc2f13c73d5d34499ff6ada55b052c445d3aa64d22c2639e5ab45472568046" } ,
{ file = "rapidfuzz-3.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8e11c5e6593be41a555475c9c20320342c1f5585d635a064924956944c465ad4" } ,
{ file = "rapidfuzz-3.7.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:d7878025248b99ccca3285891899373f98548f2ca13835d83619ffc42241c626" } ,
{ file = "rapidfuzz-3.7.0-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:b4a7e37fe136022d944374fcd8a2f72b8a19f7b648d2cdfb946667e9ede97f9f" } ,
{ file = "rapidfuzz-3.7.0-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:b5881856f830351aaabd869151124f64a80bf61560546d9588a630a4e933a5de" } ,
{ file = "rapidfuzz-3.7.0-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:c788b11565cc176fab8fab6dfcd469031e906927db94bf7e422afd8ef8f88a5a" } ,
{ file = "rapidfuzz-3.7.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:9e17a3092e74025d896ef1d67ac236c83494da37a78ef84c712e4e2273c115f1" } ,
{ file = "rapidfuzz-3.7.0-cp310-cp310-win32.whl" , hash = "sha256:e499c823206c9ffd9d89aa11f813a4babdb9219417d4efe4c8a6f8272da00e98" } ,
{ file = "rapidfuzz-3.7.0-cp310-cp310-win_amd64.whl" , hash = "sha256:91f798cc00cd94a0def43e9befc6e867c9bd8fa8f882d1eaa40042f528b7e2c7" } ,
{ file = "rapidfuzz-3.7.0-cp310-cp310-win_arm64.whl" , hash = "sha256:d5a3872f35bec89f07b993fa1c5401d11b9e68bcdc1b9737494e279308a38a5f" } ,
{ file = "rapidfuzz-3.7.0-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:ef6b6ab64c4c91c57a6b58e1d690b59453bfa1f1e9757a7e52e59b4079e36631" } ,
{ file = "rapidfuzz-3.7.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:2f9070b42c0ba030b045bba16a35bdb498a0d6acb0bdb3ff4e325960e685e290" } ,
{ file = "rapidfuzz-3.7.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:63044c63565f50818d885bfcd40ac369947da4197de56b4d6c26408989d48edf" } ,
{ file = "rapidfuzz-3.7.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:49b0c47860c733a3d73a4b70b97b35c8cbf24ef24f8743732f0d1c412a8c85de" } ,
{ file = "rapidfuzz-3.7.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d1b14489b038f007f425a06fcf28ac6313c02cb603b54e3a28d9cfae82198cc0" } ,
{ file = "rapidfuzz-3.7.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:be08f39e397a618aab907887465d7fabc2d1a4d15d1a67cb8b526a7fb5202a3e" } ,
{ file = "rapidfuzz-3.7.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:16895dc62a7b92028f9c8b6d22830f1cbc77306ee794f461afc6028e1a8d7539" } ,
{ file = "rapidfuzz-3.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:579cce49dfa57ffd8c8227b3fb53cced54b4df70cec502e63e9799b4d1f44004" } ,
{ file = "rapidfuzz-3.7.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:40998c8dc35fdd221790b8b5134a8d7499adbfab9a5dd9ec626c7e92e17a43ed" } ,
{ file = "rapidfuzz-3.7.0-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:dc3fdb4738a6b83ae27f1d8923b00d3a9c2b5c50da75b9f8b81841839c6e3e1f" } ,
{ file = "rapidfuzz-3.7.0-cp311-cp311-musllinux_1_1_ppc64le.whl" , hash = "sha256:92b8146fbfb37ac358ef7e0f6b79619e4f793fbbe894b99ea87920f9c0a9d77d" } ,
{ file = "rapidfuzz-3.7.0-cp311-cp311-musllinux_1_1_s390x.whl" , hash = "sha256:1dfceaa7c2914585bb8a043265c39ec09078f13fbf53b5525722fc074306b6fa" } ,
{ file = "rapidfuzz-3.7.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:f332d61f51b0b9c8b55a0fb052b4764b6ad599ea8ce948ac47a4388e9083c35e" } ,
{ file = "rapidfuzz-3.7.0-cp311-cp311-win32.whl" , hash = "sha256:dfd1e4819f1f3c47141f86159b44b7360ecb19bf675080b3b40437bf97273ab9" } ,
{ file = "rapidfuzz-3.7.0-cp311-cp311-win_amd64.whl" , hash = "sha256:594b9c33fc1a86784962043ee3fbaaed875fbaadff72e467c2f7a83cd6c5d69d" } ,
{ file = "rapidfuzz-3.7.0-cp311-cp311-win_arm64.whl" , hash = "sha256:0b13a6823a1b83ae43f8bf35955df35032bee7bec0daf9b5ab836e0286067434" } ,
{ file = "rapidfuzz-3.7.0-cp312-cp312-macosx_10_9_universal2.whl" , hash = "sha256:075a419a0ec29be44b3d7f4bcfa5cb7e91e419379a85fc05eb33de68315bd96f" } ,
{ file = "rapidfuzz-3.7.0-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:51a5b96d2081c3afbef1842a61d63e55d0a5a201473e6975a80190ff2d6f22ca" } ,
{ file = "rapidfuzz-3.7.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:a9460d8fddac7ea46dff9298eee9aa950dbfe79f2eb509a9f18fbaefcd10894c" } ,
{ file = "rapidfuzz-3.7.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f39eb1513ee139ba6b5c01fe47ddf2d87e9560dd7fdee1068f7f6efbae70de34" } ,
{ file = "rapidfuzz-3.7.0-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:eace9fdde58a425d4c9a93021b24a0cac830df167a5b2fc73299e2acf9f41493" } ,
{ file = "rapidfuzz-3.7.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:0cc77237242303733de47829028a0a8b6ab9188b23ec9d9ff0a674fdcd3c8e7f" } ,
{ file = "rapidfuzz-3.7.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:74e692357dd324dff691d379ef2c094c9ec526c0ce83ed43a066e4e68fe70bf6" } ,
{ file = "rapidfuzz-3.7.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5f2075ac9ee5c15d33d24a1efc8368d095602b5fd9634c5b5f24d83e41903528" } ,
{ file = "rapidfuzz-3.7.0-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:5a8ba64d72329a940ff6c74b721268c2004eecc48558f648a38e96915b5d1c1b" } ,
{ file = "rapidfuzz-3.7.0-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:a1f268a2a37cd22573b4a06eccd481c04504b246d3cadc2d8e8dfa64b575636d" } ,
{ file = "rapidfuzz-3.7.0-cp312-cp312-musllinux_1_1_ppc64le.whl" , hash = "sha256:42c2e8a2341363c7caf276efdbe1a673fc5267a02568c47c8e980f12e9bc8727" } ,
{ file = "rapidfuzz-3.7.0-cp312-cp312-musllinux_1_1_s390x.whl" , hash = "sha256:a9acca34b34fb895ee6a84c436bb919f3b9cd8f43e7003d43e9573a1d990ff74" } ,
{ file = "rapidfuzz-3.7.0-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:9bad6a0fe3bc1753dacaa6229a8ba7d9844eb7ae24d44d17c5f4c51c91a8a95e" } ,
{ file = "rapidfuzz-3.7.0-cp312-cp312-win32.whl" , hash = "sha256:c86bc4b1d2380739e6485396195e30021df509b4923f3f757914e171587bce7c" } ,
{ file = "rapidfuzz-3.7.0-cp312-cp312-win_amd64.whl" , hash = "sha256:d7361608c8e73a1dc0203a87d151cddebdade0098a047c46da43c469c07df964" } ,
{ file = "rapidfuzz-3.7.0-cp312-cp312-win_arm64.whl" , hash = "sha256:8fdc26e7863e0f63c2185d53bb61f5173ad4451c1c8287b535b30ea25a419a5a" } ,
{ file = "rapidfuzz-3.7.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:9b6167468f76779a14b9af66210f68741af94d32d086f19118de4e919f00585c" } ,
{ file = "rapidfuzz-3.7.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:5bd394e28ff221557ea4d8152fcec3e66d9f620557feca5f2bedc4c21f8cf2f9" } ,
{ file = "rapidfuzz-3.7.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:8e70f876ca89a6df344f8157ac60384e8c05a0dfb442da2490c3f1c45238ccf5" } ,
{ file = "rapidfuzz-3.7.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7c837f89d86a5affe9ee6574dad6b195475676a6ab171a67920fc99966f2ab2c" } ,
{ file = "rapidfuzz-3.7.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:cda4550a98658f9a8bcdc03d0498ed1565c1563880e3564603a9eaae28d51b2a" } ,
{ file = "rapidfuzz-3.7.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:ecd70212fd9f1f8b1d3bdd8bcb05acc143defebd41148bdab43e573b043bb241" } ,
{ file = "rapidfuzz-3.7.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:187db4cc8fb54f8c49c67b7f38ef3a122ce23be273032fa2ff34112a2694c3d8" } ,
{ file = "rapidfuzz-3.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4604dfc1098920c4eb6d0c6b5cc7bdd4bf95b48633e790c1d3f100a25870691d" } ,
{ file = "rapidfuzz-3.7.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:01581b688c5f4f6665b779135e32db0edab1d78028abf914bb91469928efa383" } ,
{ file = "rapidfuzz-3.7.0-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:0828b55ec8ad084febdf4ab0c942eb1f81c97c0935f1cb0be0b4ea84ce755988" } ,
{ file = "rapidfuzz-3.7.0-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:150c98b65faff17b917b9d36bff8a4d37b6173579c6bc2e38ff2044e209d37a4" } ,
{ file = "rapidfuzz-3.7.0-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:7e4eea225d2bff1aff4c85fcc44716596d3699374d99eb5906b7a7560297460e" } ,
{ file = "rapidfuzz-3.7.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:7bc944d7e830cfce0f8b4813875f05904207017b66e25ab7ee757507001310a9" } ,
{ file = "rapidfuzz-3.7.0-cp38-cp38-win32.whl" , hash = "sha256:3e55f02105c451ab6ff0edaaba57cab1b6c0a0241cfb2b306d4e8e1503adba50" } ,
{ file = "rapidfuzz-3.7.0-cp38-cp38-win_amd64.whl" , hash = "sha256:41851620d2900791d66d9b6092fc163441d7dd91a460c73b07957ff1c517bc30" } ,
{ file = "rapidfuzz-3.7.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:e8041c6b2d339766efe6298fa272f79d6dd799965df364ef4e50f488c101c899" } ,
{ file = "rapidfuzz-3.7.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:4e09d81008e212fc824ea23603ff5270d75886e72372fa6c7c41c1880bcb57ed" } ,
{ file = "rapidfuzz-3.7.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:419c8961e861fb5fc5590056c66a279623d1ea27809baea17e00cdc313f1217a" } ,
{ file = "rapidfuzz-3.7.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1522eaab91b9400b3ef16eebe445940a19e70035b5bc5d98aef23d66e9ac1df0" } ,
{ file = "rapidfuzz-3.7.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:611278ce3136f4544d596af18ab8849827d64372e1d8888d9a8d071bf4a3f44d" } ,
{ file = "rapidfuzz-3.7.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:4efa9bfc5b955b6474ee077eee154e240441842fa304f280b06e6b6aa58a1d1e" } ,
{ file = "rapidfuzz-3.7.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:c0cc9d3c8261457af3f8756b1f71a9fdc4892978a9e8b967976d2803e08bf972" } ,
{ file = "rapidfuzz-3.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ce728e2b582fd396bc2559160ee2e391e6a4b5d2e455624044699d96abe8a396" } ,
{ file = "rapidfuzz-3.7.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:3a6a36c9299e059e0bee3409218bc5235a46570c20fc980cdee5ed21ea6110ad" } ,
{ file = "rapidfuzz-3.7.0-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:9ea720db8def684c1eb71dadad1f61c9b52f4d979263eb5d443f2b22b0d5430a" } ,
{ file = "rapidfuzz-3.7.0-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:358692f1df3f8aebcd48e69c77c948c9283b44c0efbaf1eeea01739efe3cd9a6" } ,
{ file = "rapidfuzz-3.7.0-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:faded69ffe79adcefa8da08f414a0fd52375e2b47f57be79471691dad9656b5a" } ,
{ file = "rapidfuzz-3.7.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:7f9f3dc14fadbd553975f824ac48c381f42192cec9d7e5711b528357662a8d8e" } ,
{ file = "rapidfuzz-3.7.0-cp39-cp39-win32.whl" , hash = "sha256:7be5f460ff42d7d27729115bfe8a02e83fa0284536d8630ee900d17b75c29e65" } ,
{ file = "rapidfuzz-3.7.0-cp39-cp39-win_amd64.whl" , hash = "sha256:dd5ad2c12dab2b98340c4b7b9592c8f349730bda9a2e49675ea592bbcbc1360b" } ,
{ file = "rapidfuzz-3.7.0-cp39-cp39-win_arm64.whl" , hash = "sha256:aa163257a0ac4e70f9009d25e5030bdd83a8541dfa3ba78dc86b35c9e16a80b4" } ,
{ file = "rapidfuzz-3.7.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:4e50840a8a8e0229563eeaf22e21a203359859557db8829f4d0285c17126c5fb" } ,
{ file = "rapidfuzz-3.7.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:632f09e19365ace5ff2670008adc8bf23d03d668b03a30230e5b60ff9317ee93" } ,
{ file = "rapidfuzz-3.7.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:209dda6ae66b702f74a78cef555397cdc2a83d7f48771774a20d2fc30808b28c" } ,
{ file = "rapidfuzz-3.7.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2bc0b78572626af6ab134895e4dbfe4f4d615d18dcc43b8d902d8e45471aabba" } ,
{ file = "rapidfuzz-3.7.0-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:7ba14850cc8258b3764ea16b8a4409ac2ba16d229bde7a5f495dd479cd9ccd56" } ,
{ file = "rapidfuzz-3.7.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:b917764fd2b267addc9d03a96d26f751f6117a95f617428c44a069057653b528" } ,
{ file = "rapidfuzz-3.7.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1252ca156e1b053e84e5ae1c8e9e062ee80468faf23aa5c543708212a42795fd" } ,
{ file = "rapidfuzz-3.7.0-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:86c7676a32d7524e40bc73546e511a408bc831ae5b163029d325ea3a2027d089" } ,
{ file = "rapidfuzz-3.7.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:20e7d729af2e5abb29caa070ec048aba042f134091923d9ca2ac662b5604577e" } ,
{ file = "rapidfuzz-3.7.0-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:86eea3e6c314a9238de568254a9c591ec73c2985f125675ed5f171d869c47773" } ,
{ file = "rapidfuzz-3.7.0.tar.gz" , hash = "sha256:620df112c39c6d27316dc1e22046dc0382d6d91fd60d7c51bd41ca0333d867e9" } ,
2023-09-09 14:39:37 +00:00
]
[ package . extras ]
full = [ "numpy" ]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "redis"
2024-03-15 12:46:16 +00:00
version = "5.0.3"
2023-01-07 08:01:31 +00:00
description = "Python client for Redis database and key-value store"
optional = false
2023-02-15 09:44:59 +00:00
python-versions = ">=3.7"
2023-01-07 08:01:31 +00:00
files = [
2024-03-15 12:46:16 +00:00
{ file = "redis-5.0.3-py3-none-any.whl" , hash = "sha256:5da9b8fe9e1254293756c16c008e8620b3d15fcc6dde6babde9541850e72a32d" } ,
{ file = "redis-5.0.3.tar.gz" , hash = "sha256:4973bae7444c0fbed64a06b87446f79361cb7e4ec1538c022d696ed7a5015580" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . dependencies ]
2024-03-15 12:46:16 +00:00
async-timeout = { version = ">=4.0.3" , markers = "python_full_version < \"3.11.3\"" }
2023-01-07 08:01:31 +00:00
[ package . extras ]
hiredis = [ "hiredis (>=1.0.0)" ]
ocsp = [ "cryptography (>=36.0.1)" , "pyopenssl (==20.0.1)" , "requests (>=2.26.0)" ]
[ [ package ] ]
name = "rich"
2024-03-15 12:46:16 +00:00
version = "13.7.1"
2023-01-07 08:01:31 +00:00
description = "Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal"
optional = false
python-versions = ">=3.7.0"
files = [
2024-03-15 12:46:16 +00:00
{ file = "rich-13.7.1-py3-none-any.whl" , hash = "sha256:4edbae314f59eb482f54e9e30bf00d33350aaa94f4bfcd4e9e3110e64d0d7222" } ,
{ file = "rich-13.7.1.tar.gz" , hash = "sha256:9be308cb1fe2f1f57d67ce99e95af38a1e2bc71ad9813b0e247cf7ffbcc3a432" } ,
2022-09-08 01:08:37 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . dependencies ]
2023-07-19 05:52:30 +00:00
markdown-it-py = ">=2.2.0"
2023-03-07 13:29:24 +00:00
pygments = ">=2.13.0,<3.0.0"
2023-01-07 08:01:31 +00:00
typing-extensions = { version = ">=4.0.0,<5.0" , markers = "python_version < \"3.9\"" }
[ package . extras ]
2023-02-15 09:44:59 +00:00
jupyter = [ "ipywidgets (>=7.5.1,<9)" ]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "sentry-sdk"
2024-03-31 11:22:03 +00:00
version = "1.44.0"
2023-01-07 08:01:31 +00:00
description = "Python client for Sentry (https://sentry.io)"
optional = false
python-versions = "*"
files = [
2024-03-31 11:22:03 +00:00
{ file = "sentry-sdk-1.44.0.tar.gz" , hash = "sha256:f7125a9235795811962d52ff796dc032cd1d0dd98b59beaced8380371cd9c13c" } ,
{ file = "sentry_sdk-1.44.0-py2.py3-none-any.whl" , hash = "sha256:eb65289da013ca92fad2694851ad2f086aa3825e808dc285bd7dcaf63602bb18" } ,
2022-10-19 12:22:24 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . dependencies ]
certifi = "*"
urllib3 = { version = ">=1.26.11" , markers = "python_version >= \"3.6\"" }
[ package . extras ]
aiohttp = [ "aiohttp (>=3.5)" ]
2023-02-28 14:15:48 +00:00
arq = [ "arq (>=0.23)" ]
2023-10-25 14:43:22 +00:00
asyncpg = [ "asyncpg (>=0.23)" ]
2023-01-07 08:01:31 +00:00
beam = [ "apache-beam (>=2.12)" ]
bottle = [ "bottle (>=0.12.13)" ]
celery = [ "celery (>=3)" ]
2024-03-31 11:22:03 +00:00
celery-redbeat = [ "celery-redbeat (>=2)" ]
2023-01-07 08:01:31 +00:00
chalice = [ "chalice (>=1.16.0)" ]
2023-10-25 14:43:22 +00:00
clickhouse-driver = [ "clickhouse-driver (>=0.2.0)" ]
2023-01-07 08:01:31 +00:00
django = [ "django (>=1.8)" ]
falcon = [ "falcon (>=1.4)" ]
fastapi = [ "fastapi (>=0.79.0)" ]
2023-07-19 05:52:30 +00:00
flask = [ "blinker (>=1.1)" , "flask (>=0.11)" , "markupsafe" ]
2023-04-06 11:17:21 +00:00
grpcio = [ "grpcio (>=1.21.1)" ]
2023-01-07 08:01:31 +00:00
httpx = [ "httpx (>=0.16.0)" ]
2023-02-15 09:44:59 +00:00
huey = [ "huey (>=2)" ]
2023-07-19 05:52:30 +00:00
loguru = [ "loguru (>=0.5)" ]
2024-03-15 12:46:16 +00:00
openai = [ "openai (>=1.0.0)" , "tiktoken (>=0.3.0)" ]
2023-02-15 09:44:59 +00:00
opentelemetry = [ "opentelemetry-distro (>=0.35b0)" ]
2023-09-09 14:39:37 +00:00
opentelemetry-experimental = [ "opentelemetry-distro (>=0.40b0,<1.0)" , "opentelemetry-instrumentation-aiohttp-client (>=0.40b0,<1.0)" , "opentelemetry-instrumentation-django (>=0.40b0,<1.0)" , "opentelemetry-instrumentation-fastapi (>=0.40b0,<1.0)" , "opentelemetry-instrumentation-flask (>=0.40b0,<1.0)" , "opentelemetry-instrumentation-requests (>=0.40b0,<1.0)" , "opentelemetry-instrumentation-sqlite3 (>=0.40b0,<1.0)" , "opentelemetry-instrumentation-urllib (>=0.40b0,<1.0)" ]
2023-01-07 08:01:31 +00:00
pure-eval = [ "asttokens" , "executing" , "pure-eval" ]
pymongo = [ "pymongo (>=3.1)" ]
pyspark = [ "pyspark (>=2.4.4)" ]
quart = [ "blinker (>=1.1)" , "quart (>=0.16.1)" ]
rq = [ "rq (>=0.6)" ]
sanic = [ "sanic (>=0.8)" ]
sqlalchemy = [ "sqlalchemy (>=1.2)" ]
starlette = [ "starlette (>=0.19.1)" ]
2023-02-15 09:44:59 +00:00
starlite = [ "starlite (>=1.48)" ]
2023-01-07 08:01:31 +00:00
tornado = [ "tornado (>=5)" ]
2023-07-19 05:52:30 +00:00
[ [ package ] ]
name = "simnet"
2024-03-15 12:46:16 +00:00
version = "0.1.21"
2023-07-19 05:52:30 +00:00
description = "Modern API wrapper for Genshin Impact & Honkai: Star Rail built on asyncio and pydantic."
optional = false
python-versions = "^3.8"
files = [ ]
develop = false
[ package . dependencies ]
2023-12-16 11:28:02 +00:00
httpx = "^0.25.0"
2023-12-27 07:22:10 +00:00
pydantic = "<2.0.0,>=1.10.7"
2023-07-19 05:52:30 +00:00
[ package . source ]
type = "git"
url = "https://github.com/PaiGramTeam/SIMNet"
reference = "HEAD"
2024-03-31 11:22:03 +00:00
resolved_reference = "5617db3f5a5e403f11fcb8313091f62a50f369b2"
2023-07-19 05:52:30 +00:00
2023-01-07 08:01:31 +00: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.*"
files = [
2022-09-04 05:52:33 +00:00
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "smmap"
2023-10-25 14:43:22 +00:00
version = "5.0.1"
2023-01-07 08:01:31 +00:00
description = "A pure Python implementation of a sliding window memory map manager"
optional = false
2023-10-25 14:43:22 +00:00
python-versions = ">=3.7"
2023-01-07 08:01:31 +00:00
files = [
2023-10-25 14:43:22 +00:00
{ file = "smmap-5.0.1-py3-none-any.whl" , hash = "sha256:e6d8668fa5f93e706934a62d7b4db19c8d9eb8cf2adbb75ef1b675aa332b69da" } ,
{ file = "smmap-5.0.1.tar.gz" , hash = "sha256:dceeb6c0028fdb6734471eb07c0cd2aae706ccaecab45965ee83f11c8d3b1f62" } ,
2022-10-19 12:22:24 +00:00
]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "sniffio"
2024-03-15 12:46:16 +00:00
version = "1.3.1"
2023-01-07 08:01:31 +00:00
description = "Sniff out which async library your code is running under"
optional = false
python-versions = ">=3.7"
files = [
2024-03-15 12:46:16 +00:00
{ file = "sniffio-1.3.1-py3-none-any.whl" , hash = "sha256:2f6da418d1f1e0fddd844478f41680e794e6051915791a034ff65e5f100525a2" } ,
{ file = "sniffio-1.3.1.tar.gz" , hash = "sha256:f4324edc670a0f49750a81b895f35c3adb843cca46f0530f79fc1babb23789dc" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "sortedcontainers"
version = "2.4.0"
description = "Sorted Containers -- Sorted List, Sorted Dict, Sorted Set"
optional = false
python-versions = "*"
files = [
2022-09-04 05:52:33 +00:00
{ file = "sortedcontainers-2.4.0-py2.py3-none-any.whl" , hash = "sha256:a163dcaede0f1c021485e957a39245190e74249897e2ae4b2aa38595db237ee0" } ,
{ file = "sortedcontainers-2.4.0.tar.gz" , hash = "sha256:25caa5a06cc30b6b83d11423433f65d1f9d76c4c6a0c90e3379eaa43b9bfdb88" } ,
]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "soupsieve"
2023-09-09 14:39:37 +00:00
version = "2.5"
2023-01-07 08:01:31 +00:00
description = "A modern CSS selector implementation for Beautiful Soup."
optional = false
2023-09-09 14:39:37 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2023-09-09 14:39:37 +00:00
{ file = "soupsieve-2.5-py3-none-any.whl" , hash = "sha256:eaa337ff55a1579b6549dc679565eac1e3d000563bcb1c8ab0d0fefbc0c2cdc7" } ,
{ file = "soupsieve-2.5.tar.gz" , hash = "sha256:5663d5a7b3bfaeee0bc4372e7fc48f9cff4940b3eec54a6451cc5299f1097690" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
2023-02-15 09:44:59 +00:00
name = "sqlalchemy"
2024-03-31 11:22:03 +00:00
version = "2.0.29"
2023-01-07 08:01:31 +00:00
description = "Database Abstraction Library"
optional = false
2023-12-16 11:28:02 +00:00
python-versions = ">=3.7"
files = [
2024-03-31 11:22:03 +00:00
{ file = "SQLAlchemy-2.0.29-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:4c142852ae192e9fe5aad5c350ea6befe9db14370b34047e1f0f7cf99e63c63b" } ,
{ file = "SQLAlchemy-2.0.29-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:99a1e69d4e26f71e750e9ad6fdc8614fbddb67cfe2173a3628a2566034e223c7" } ,
{ file = "SQLAlchemy-2.0.29-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5ef3fbccb4058355053c51b82fd3501a6e13dd808c8d8cd2561e610c5456013c" } ,
{ file = "SQLAlchemy-2.0.29-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9d6753305936eddc8ed190e006b7bb33a8f50b9854823485eed3a886857ab8d1" } ,
{ file = "SQLAlchemy-2.0.29-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:0f3ca96af060a5250a8ad5a63699180bc780c2edf8abf96c58af175921df847a" } ,
{ file = "SQLAlchemy-2.0.29-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:c4520047006b1d3f0d89e0532978c0688219857eb2fee7c48052560ae76aca1e" } ,
{ file = "SQLAlchemy-2.0.29-cp310-cp310-win32.whl" , hash = "sha256:b2a0e3cf0caac2085ff172c3faacd1e00c376e6884b5bc4dd5b6b84623e29e4f" } ,
{ file = "SQLAlchemy-2.0.29-cp310-cp310-win_amd64.whl" , hash = "sha256:01d10638a37460616708062a40c7b55f73e4d35eaa146781c683e0fa7f6c43fb" } ,
{ file = "SQLAlchemy-2.0.29-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:308ef9cb41d099099fffc9d35781638986870b29f744382904bf9c7dadd08513" } ,
{ file = "SQLAlchemy-2.0.29-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:296195df68326a48385e7a96e877bc19aa210e485fa381c5246bc0234c36c78e" } ,
{ file = "SQLAlchemy-2.0.29-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a13b917b4ffe5a0a31b83d051d60477819ddf18276852ea68037a144a506efb9" } ,
{ file = "SQLAlchemy-2.0.29-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4f6d971255d9ddbd3189e2e79d743ff4845c07f0633adfd1de3f63d930dbe673" } ,
{ file = "SQLAlchemy-2.0.29-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:61405ea2d563407d316c63a7b5271ae5d274a2a9fbcd01b0aa5503635699fa1e" } ,
{ file = "SQLAlchemy-2.0.29-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:de7202ffe4d4a8c1e3cde1c03e01c1a3772c92858837e8f3879b497158e4cb44" } ,
{ file = "SQLAlchemy-2.0.29-cp311-cp311-win32.whl" , hash = "sha256:b5d7ed79df55a731749ce65ec20d666d82b185fa4898430b17cb90c892741520" } ,
{ file = "SQLAlchemy-2.0.29-cp311-cp311-win_amd64.whl" , hash = "sha256:205f5a2b39d7c380cbc3b5dcc8f2762fb5bcb716838e2d26ccbc54330775b003" } ,
{ file = "SQLAlchemy-2.0.29-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:d96710d834a6fb31e21381c6d7b76ec729bd08c75a25a5184b1089141356171f" } ,
{ file = "SQLAlchemy-2.0.29-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:52de4736404e53c5c6a91ef2698c01e52333988ebdc218f14c833237a0804f1b" } ,
{ file = "SQLAlchemy-2.0.29-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5c7b02525ede2a164c5fa5014915ba3591730f2cc831f5be9ff3b7fd3e30958e" } ,
{ file = "SQLAlchemy-2.0.29-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0dfefdb3e54cd15f5d56fd5ae32f1da2d95d78319c1f6dfb9bcd0eb15d603d5d" } ,
{ file = "SQLAlchemy-2.0.29-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:a88913000da9205b13f6f195f0813b6ffd8a0c0c2bd58d499e00a30eb508870c" } ,
{ file = "SQLAlchemy-2.0.29-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:fecd5089c4be1bcc37c35e9aa678938d2888845a134dd016de457b942cf5a758" } ,
{ file = "SQLAlchemy-2.0.29-cp312-cp312-win32.whl" , hash = "sha256:8197d6f7a3d2b468861ebb4c9f998b9df9e358d6e1cf9c2a01061cb9b6cf4e41" } ,
{ file = "SQLAlchemy-2.0.29-cp312-cp312-win_amd64.whl" , hash = "sha256:9b19836ccca0d321e237560e475fd99c3d8655d03da80c845c4da20dda31b6e1" } ,
{ file = "SQLAlchemy-2.0.29-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:87a1d53a5382cdbbf4b7619f107cc862c1b0a4feb29000922db72e5a66a5ffc0" } ,
{ file = "SQLAlchemy-2.0.29-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2a0732dffe32333211801b28339d2a0babc1971bc90a983e3035e7b0d6f06b93" } ,
{ file = "SQLAlchemy-2.0.29-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:90453597a753322d6aa770c5935887ab1fc49cc4c4fdd436901308383d698b4b" } ,
{ file = "SQLAlchemy-2.0.29-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:ea311d4ee9a8fa67f139c088ae9f905fcf0277d6cd75c310a21a88bf85e130f5" } ,
{ file = "SQLAlchemy-2.0.29-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:5f20cb0a63a3e0ec4e169aa8890e32b949c8145983afa13a708bc4b0a1f30e03" } ,
{ file = "SQLAlchemy-2.0.29-cp37-cp37m-win32.whl" , hash = "sha256:e5bbe55e8552019c6463709b39634a5fc55e080d0827e2a3a11e18eb73f5cdbd" } ,
{ file = "SQLAlchemy-2.0.29-cp37-cp37m-win_amd64.whl" , hash = "sha256:c2f9c762a2735600654c654bf48dad388b888f8ce387b095806480e6e4ff6907" } ,
{ file = "SQLAlchemy-2.0.29-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:7e614d7a25a43a9f54fcce4675c12761b248547f3d41b195e8010ca7297c369c" } ,
{ file = "SQLAlchemy-2.0.29-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:471fcb39c6adf37f820350c28aac4a7df9d3940c6548b624a642852e727ea586" } ,
{ file = "SQLAlchemy-2.0.29-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:988569c8732f54ad3234cf9c561364221a9e943b78dc7a4aaf35ccc2265f1930" } ,
{ file = "SQLAlchemy-2.0.29-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:dddaae9b81c88083e6437de95c41e86823d150f4ee94bf24e158a4526cbead01" } ,
{ file = "SQLAlchemy-2.0.29-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:334184d1ab8f4c87f9652b048af3f7abea1c809dfe526fb0435348a6fef3d380" } ,
{ file = "SQLAlchemy-2.0.29-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:38b624e5cf02a69b113c8047cf7f66b5dfe4a2ca07ff8b8716da4f1b3ae81567" } ,
{ file = "SQLAlchemy-2.0.29-cp38-cp38-win32.whl" , hash = "sha256:bab41acf151cd68bc2b466deae5deeb9e8ae9c50ad113444151ad965d5bf685b" } ,
{ file = "SQLAlchemy-2.0.29-cp38-cp38-win_amd64.whl" , hash = "sha256:52c8011088305476691b8750c60e03b87910a123cfd9ad48576d6414b6ec2a1d" } ,
{ file = "SQLAlchemy-2.0.29-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:3071ad498896907a5ef756206b9dc750f8e57352113c19272bdfdc429c7bd7de" } ,
{ file = "SQLAlchemy-2.0.29-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:dba622396a3170974f81bad49aacebd243455ec3cc70615aeaef9e9613b5bca5" } ,
{ file = "SQLAlchemy-2.0.29-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7b184e3de58009cc0bf32e20f137f1ec75a32470f5fede06c58f6c355ed42a72" } ,
{ file = "SQLAlchemy-2.0.29-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8c37f1050feb91f3d6c32f864d8e114ff5545a4a7afe56778d76a9aec62638ba" } ,
{ file = "SQLAlchemy-2.0.29-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:bda7ce59b06d0f09afe22c56714c65c957b1068dee3d5e74d743edec7daba552" } ,
{ file = "SQLAlchemy-2.0.29-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:25664e18bef6dc45015b08f99c63952a53a0a61f61f2e48a9e70cec27e55f699" } ,
{ file = "SQLAlchemy-2.0.29-cp39-cp39-win32.whl" , hash = "sha256:77d29cb6c34b14af8a484e831ab530c0f7188f8efed1c6a833a2c674bf3c26ec" } ,
{ file = "SQLAlchemy-2.0.29-cp39-cp39-win_amd64.whl" , hash = "sha256:04c487305ab035a9548f573763915189fc0fe0824d9ba28433196f8436f1449c" } ,
{ file = "SQLAlchemy-2.0.29-py3-none-any.whl" , hash = "sha256:dc4ee2d4ee43251905f88637d5281a8d52e916a021384ec10758826f5cbae305" } ,
{ file = "SQLAlchemy-2.0.29.tar.gz" , hash = "sha256:bd9566b8e58cabd700bc367b60e90d9349cd16f0984973f98a9a09f9c64e86f0" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . dependencies ]
2023-12-16 11:28:02 +00:00
greenlet = { version = "!=0.4.17" , markers = "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\"" }
2024-03-15 12:46:16 +00:00
typing-extensions = ">=4.6.0"
2023-01-07 08:01:31 +00:00
[ package . extras ]
2023-11-04 05:50:30 +00:00
aiomysql = [ "aiomysql (>=0.2.0)" , "greenlet (!=0.4.17)" ]
2023-12-16 11:28:02 +00:00
aioodbc = [ "aioodbc" , "greenlet (!=0.4.17)" ]
2024-03-15 12:46:16 +00:00
aiosqlite = [ "aiosqlite" , "greenlet (!=0.4.17)" , "typing_extensions (!=3.10.0.1)" ]
2023-01-07 08:01:31 +00:00
asyncio = [ "greenlet (!=0.4.17)" ]
2023-12-16 11:28:02 +00:00
asyncmy = [ "asyncmy (>=0.2.3,!=0.2.4,!=0.2.6)" , "greenlet (!=0.4.17)" ]
mariadb-connector = [ "mariadb (>=1.0.1,!=1.1.2,!=1.1.5)" ]
2023-01-07 08:01:31 +00:00
mssql = [ "pyodbc" ]
mssql-pymssql = [ "pymssql" ]
mssql-pyodbc = [ "pyodbc" ]
2023-12-16 11:28:02 +00:00
mypy = [ "mypy (>=0.910)" ]
mysql = [ "mysqlclient (>=1.4.0)" ]
2023-01-07 08:01:31 +00:00
mysql-connector = [ "mysql-connector-python" ]
2024-03-15 12:46:16 +00:00
oracle = [ "cx_oracle (>=8)" ]
2023-12-16 11:28:02 +00:00
oracle-oracledb = [ "oracledb (>=1.0.1)" ]
2023-01-07 08:01:31 +00:00
postgresql = [ "psycopg2 (>=2.7)" ]
postgresql-asyncpg = [ "asyncpg" , "greenlet (!=0.4.17)" ]
2023-12-16 11:28:02 +00:00
postgresql-pg8000 = [ "pg8000 (>=1.29.1)" ]
postgresql-psycopg = [ "psycopg (>=3.0.7)" ]
2023-01-07 08:01:31 +00:00
postgresql-psycopg2binary = [ "psycopg2-binary" ]
postgresql-psycopg2cffi = [ "psycopg2cffi" ]
2023-12-16 11:28:02 +00:00
postgresql-psycopgbinary = [ "psycopg[binary] (>=3.0.7)" ]
pymysql = [ "pymysql" ]
2024-03-15 12:46:16 +00:00
sqlcipher = [ "sqlcipher3_binary" ]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "sqlmodel"
2024-03-15 12:46:16 +00:00
version = "0.0.16"
2023-01-07 08:01:31 +00:00
description = "SQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustness."
optional = false
2023-10-25 14:43:22 +00:00
python-versions = ">=3.7,<4.0"
2023-01-07 08:01:31 +00:00
files = [
2024-03-15 12:46:16 +00:00
{ file = "sqlmodel-0.0.16-py3-none-any.whl" , hash = "sha256:b972f5d319580d6c37ecc417881f6ec4d1ad3ed3583d0ac0ed43234a28bf605a" } ,
{ file = "sqlmodel-0.0.16.tar.gz" , hash = "sha256:966656f18a8e9a2d159eb215b07fb0cf5222acfae3362707ca611848a8a06bd1" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . dependencies ]
2023-12-16 11:28:02 +00:00
pydantic = ">=1.10.13,<3.0.0"
SQLAlchemy = ">=2.0.0,<2.1.0"
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "starlette"
2024-03-15 12:46:16 +00:00
version = "0.36.3"
2023-01-07 08:01:31 +00:00
description = "The little ASGI library that shines."
optional = false
2024-03-15 12:46:16 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2024-03-15 12:46:16 +00:00
{ file = "starlette-0.36.3-py3-none-any.whl" , hash = "sha256:13d429aa93a61dc40bf503e8c801db1f1bca3dc706b10ef2434a36123568f044" } ,
{ file = "starlette-0.36.3.tar.gz" , hash = "sha256:90a671733cfb35771d8cc605e0b679d23b992f8dcfad48cc60b38cb29aeb7080" } ,
2022-10-12 13:39:47 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . dependencies ]
anyio = ">=3.4.0,<5"
typing-extensions = { version = ">=3.10.0" , markers = "python_version < \"3.10\"" }
[ package . extras ]
2024-03-15 12:46:16 +00:00
full = [ "httpx (>=0.22.0)" , "itsdangerous" , "jinja2" , "python-multipart (>=0.0.7)" , "pyyaml" ]
[ [ package ] ]
name = "starrail-damage-cal"
2024-03-31 11:22:03 +00:00
version = "1.5.3"
2024-03-15 12:46:16 +00:00
description = "For StarRail Role Damage Cal"
optional = false
python-versions = ">=3.8"
files = [
2024-03-31 11:22:03 +00:00
{ file = "starrail_damage_cal-1.5.3-py3-none-any.whl" , hash = "sha256:1c44c3fd29ed8f40e9bd9fdb708e49e05a72f1312739d165f4b1e6b82208b64f" } ,
{ file = "starrail_damage_cal-1.5.3.tar.gz" , hash = "sha256:bb6fd2cebdac232074ff1eeea14efc5f4b18e72e494df8eb39819a24cf14aba8" } ,
2024-03-15 12:46:16 +00:00
]
[ package . dependencies ]
httpx = ">=0.25.0"
msgspec = ">=0.18.4"
2023-01-07 08:01:31 +00:00
2024-05-11 09:39:40 +00:00
[ [ package ] ]
name = "StarRailRelicScore"
version = "0.1.0"
description = "StarRail Relic Score Cal"
optional = false
python-versions = ">=3.8"
files = [ ]
develop = false
[ package . dependencies ]
pydantic = "<2.0.0"
[ package . source ]
type = "git"
url = "https://github.com/PaiGramTeam/StarRailRelicScore"
reference = "HEAD"
resolved_reference = "01ae107fc5f2bb719932eac58ad4862c09d54811"
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "tgcrypto"
version = "1.2.5"
description = "Fast and Portable Cryptography Extension Library for Pyrogram"
optional = true
python-versions = "~=3.7"
files = [
2022-11-14 11:16:06 +00:00
{ file = "TgCrypto-1.2.5-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:4507102377002966f35f2481830b7529e00c9bbff8c7d1e09634f984af801675" } ,
{ file = "TgCrypto-1.2.5-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:38fe25c0d79b41d7a89caba2a78dea0358e17ca73b033cefd16abed680685829" } ,
{ file = "TgCrypto-1.2.5-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:c035bf8ef89846f67e77e82ea85c089b6ea30631b32e8ac1a6511b9be52ab065" } ,
{ file = "TgCrypto-1.2.5-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f594e2680daf20dbac6bf56862f567ddc3cc8d6a19757ed07faa8320ff7acee4" } ,
{ file = "TgCrypto-1.2.5-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:8723a16076e229ffdf537fdb5e638227d10f44ca43e6939db1eab524de6eaed7" } ,
{ file = "TgCrypto-1.2.5-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:c1c8d974b8b2d7132364b6f0f6712b92bfe47ab9c5dcee25c70327ff68d22d95" } ,
{ file = "TgCrypto-1.2.5-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:89d9c143a1fcdb2562a4aa887152abbe9253e1979d7bebef2b489148e0bbe086" } ,
{ file = "TgCrypto-1.2.5-cp310-cp310-win32.whl" , hash = "sha256:aa4bc1d11d4a90811c162abd45a5981f171679d1b5bd0322cd7ccd16447366a2" } ,
{ file = "TgCrypto-1.2.5-cp310-cp310-win_amd64.whl" , hash = "sha256:39145103614c5e38fe938549742d355920f4a0778fa8259eb69c0c85ba4b1d28" } ,
{ file = "TgCrypto-1.2.5-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:59597cdb1c87eb1184088563d20b42a8f2e431e9334fed64926079044ad2a4af" } ,
{ file = "TgCrypto-1.2.5-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:1283337ae75b02406dd700377b8b783e70033b548492517df6e6c4156b0ed69c" } ,
{ file = "TgCrypto-1.2.5-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:1735437df0023a40e5fdd95e6b09ce806ec8f2cd2f8879023818840dfae60cab" } ,
{ file = "TgCrypto-1.2.5-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:cfa17a20206532c6d2442c9d7a7f6434120bd75896ad9a3e9b9277477afa084f" } ,
{ file = "TgCrypto-1.2.5-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:48da3674474839e5619e7430ff1f98aed9f55369f3cfaef7f65511852869572e" } ,
{ file = "TgCrypto-1.2.5-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:b49e982e5b156be821a5235bd9102c00dc506a58607e2c8bd50ac872724a951f" } ,
{ file = "TgCrypto-1.2.5-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:9d9f13586065a6d86d05c16409054033a84be208acee29b49f6f194e27b08642" } ,
{ file = "TgCrypto-1.2.5-cp311-cp311-win32.whl" , hash = "sha256:10dd3870aecb1a783c6eafd3b164b2149dbc93a9ee13feb7e6f5c58f87c24cd0" } ,
{ file = "TgCrypto-1.2.5-cp311-cp311-win_amd64.whl" , hash = "sha256:a1beec47d6af8b509af7cf266e30f7703208076076594714005b42d2c25225b3" } ,
{ file = "TgCrypto-1.2.5-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:c133ddc95ae9c6cd6ad742c4b8c30191214db8dc724268bee59a339e22b2028b" } ,
{ file = "TgCrypto-1.2.5-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7f6537f6af3d80be67bd2625a0990ee88c6ae58d33bdb88d99591bd6e97ee7a0" } ,
{ file = "TgCrypto-1.2.5-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:bdebbd9cffd10c42a2f60886dcab0272ddd38330d0cf7ccf026230b826573f59" } ,
{ file = "TgCrypto-1.2.5-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:45683659ec6475ee8ff60e12167ec19aacfd7527decafe446434fa1a7e6760a7" } ,
{ file = "TgCrypto-1.2.5-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:eafad246fd9aa63ff709a6e8c905c24fd7520ef96e33a2c3e1ccdb4fb2b2f331" } ,
{ file = "TgCrypto-1.2.5-cp37-cp37m-win32.whl" , hash = "sha256:1445217d22101946d38ee7d628cdb3de92db4eb130183a22030c07d7888f21b0" } ,
{ file = "TgCrypto-1.2.5-cp37-cp37m-win_amd64.whl" , hash = "sha256:b7e8402fe4023dc9666c0bc1b30fcf0d98a294e48d35f311a3eadfe105af04d4" } ,
{ file = "TgCrypto-1.2.5-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:56e1ec34e75fa2e3dcf7f74f1017d8e16c1eb8a8e031eaaa06c57f836e0d3bcc" } ,
{ file = "TgCrypto-1.2.5-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:ca8814d6cc412775a43a021fce2d23e83a5336e9e9f38d0998d821cdf55c1d50" } ,
{ file = "TgCrypto-1.2.5-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:bb82e53f20ce5653573832f3c05fa525cc1769bdd685408b19f26d82d5e9001b" } ,
{ file = "TgCrypto-1.2.5-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0133936eac63cc9529b497d759b7d0ca21e491bb42481b40b603ee63bb8c10b7" } ,
{ file = "TgCrypto-1.2.5-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:76fe0a3ad838dcf300ac88233cbffc2ad63478eb0ae9fa671694e184d88ec1cd" } ,
{ file = "TgCrypto-1.2.5-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:7070c6e063befb6d04eab46e8b1ffbee47a497971be11496d23837fc007e7685" } ,
{ file = "TgCrypto-1.2.5-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:ed53d0c4a5e6f75d4b1cab17535afe210cd3120fb88f44a8c4562d43c2a3bb16" } ,
{ file = "TgCrypto-1.2.5-cp38-cp38-win32.whl" , hash = "sha256:f7ec9f0a571fcc38fbee224943ed9918123f752ac19bae5c195d8322f5b20fab" } ,
{ file = "TgCrypto-1.2.5-cp38-cp38-win_amd64.whl" , hash = "sha256:362ab28fc75e6b066e5bb15fb5296f75f4238d6c1cbcaaa1e5756cd5c168b74b" } ,
{ file = "TgCrypto-1.2.5-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:7885a75db09ce8bdba42d2c332085bfe314f232541a729808c7507ffa261ff9a" } ,
{ file = "TgCrypto-1.2.5-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:0d28aa317364a5c27317fe97a48267aa1c65c9aaf589909e97489ebe82a714e3" } ,
{ file = "TgCrypto-1.2.5-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:940974e19044dc65bcf7b9c5255173b896dff010142f3833047dc55d59cde21c" } ,
{ file = "TgCrypto-1.2.5-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:457c657dd10ffb4bbbb007132a0f6a7bee5080176a98c51f285fedf636b624cb" } ,
{ file = "TgCrypto-1.2.5-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:539bdc6b9239fb6a6b134591a998dc7f50d4dcc4fed861f80540682acc0c3802" } ,
{ file = "TgCrypto-1.2.5-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:4d70d5517d64ca952896b726d22c8a66594e6f6259ee2cb4fa134c02d0e8c3e0" } ,
{ file = "TgCrypto-1.2.5-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:90b6337d3ae4348ed14f89dd2ebf7011fa63d67a48c8a98d955a1e392176c60a" } ,
{ file = "TgCrypto-1.2.5-cp39-cp39-win32.whl" , hash = "sha256:37c4b9be82716fbc6d2b123caef448eee28683888803db075d842327766f7624" } ,
{ file = "TgCrypto-1.2.5-cp39-cp39-win_amd64.whl" , hash = "sha256:6e96b3a478fae977228c5750194c20a18cde402bbbea6593de424f84d4a8893b" } ,
{ file = "TgCrypto-1.2.5-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:4d93686e6254eb0a32a0a60e849b41a867a2770b27b48f978fd391dce2b83aeb" } ,
{ file = "TgCrypto-1.2.5-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7b7fe81fad7c64479c83f31fc10e79fb20a114bca414e5e17f5e0c8b363153f8" } ,
{ file = "TgCrypto-1.2.5-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ace308f5842a0d6c04fc1ae92cb4320b4b13bfc711031c1c18d9124697685ba0" } ,
{ file = "TgCrypto-1.2.5-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:36a570ecd12a428222b10ea8b5a8e0d83ea8750e4de1d5ea53d068b84341b450" } ,
{ file = "TgCrypto-1.2.5-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:ba9e067fd9751b3bbd7c979210431000e44f70001d921237e9c4672bf30f07bc" } ,
{ file = "TgCrypto-1.2.5-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:80e2414f1a95087d7e46fb54cb387df66424c4ec156fb1a8d8e1d4aa38eb65cf" } ,
{ file = "TgCrypto-1.2.5-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:66c5b5bf701b5efc3e4c5d83439d767a3dd48f17a1d840eda6b4d1918844a8f9" } ,
{ file = "TgCrypto-1.2.5-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:5d27d6c414eb4775022b05fdd571090bfd92854115e86184ac1832060fbaa510" } ,
{ file = "TgCrypto-1.2.5-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:9b0a088ff2e05b6bbe891da936f62b99bd85202b2b9f4f57f71a408490dd518c" } ,
{ file = "TgCrypto-1.2.5-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f245895c7d518342089d15b5dca3cee9ffa5a0f3534db9d5a930f6a27dff4adf" } ,
{ file = "TgCrypto-1.2.5-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7dbf607d645c39a577a0f8571039d11ddd2dcdf9656465be75f9e0f540472444" } ,
{ file = "TgCrypto-1.2.5-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:d6b0c2dc84e632ce7b3d0b767cfe20967e557ad7d71ea5dbd7df2dd544323181" } ,
{ file = "TgCrypto-1.2.5.tar.gz" , hash = "sha256:9bc2cac6fb9a12ef5b08f3dd500174fe374d89b660cce981f57e3138559cb682" } ,
2022-09-11 07:08:02 +00:00
]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "thefuzz"
2024-03-15 12:46:16 +00:00
version = "0.22.1"
2023-01-07 08:01:31 +00:00
description = "Fuzzy string matching in python"
optional = false
2024-03-15 12:46:16 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2024-03-15 12:46:16 +00:00
{ file = "thefuzz-0.22.1-py3-none-any.whl" , hash = "sha256:59729b33556850b90e1093c4cf9e618af6f2e4c985df193fdf3c5b5cf02ca481" } ,
{ file = "thefuzz-0.22.1.tar.gz" , hash = "sha256:7138039a7ecf540da323792d8592ef9902b1d79eb78c147d4f20664de79f3680" } ,
2022-12-04 11:56:39 +00:00
]
2023-01-07 08:01:31 +00:00
2023-09-09 14:39:37 +00:00
[ package . dependencies ]
rapidfuzz = ">=3.0.0,<4.0.0"
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "tomli"
version = "2.0.1"
description = "A lil' TOML parser"
optional = false
python-versions = ">=3.7"
files = [
2022-11-30 08:45:53 +00:00
{ file = "tomli-2.0.1-py3-none-any.whl" , hash = "sha256:939de3e7a6161af0c887ef91b7d41a53e7c5a1ca976325f429cb46ea9bc30ecc" } ,
{ file = "tomli-2.0.1.tar.gz" , hash = "sha256:de526c12914f0c550d15924c62d72abc48d6fe7364aa87328337a31007fe8a4f" } ,
]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "tornado"
2023-09-09 14:39:37 +00:00
version = "6.3.3"
2023-01-07 08:01:31 +00:00
description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
optional = false
2023-04-22 13:14:31 +00:00
python-versions = ">= 3.8"
2023-01-07 08:01:31 +00:00
files = [
2023-09-09 14:39:37 +00:00
{ file = "tornado-6.3.3-cp38-abi3-macosx_10_9_universal2.whl" , hash = "sha256:502fba735c84450974fec147340016ad928d29f1e91f49be168c0a4c18181e1d" } ,
{ file = "tornado-6.3.3-cp38-abi3-macosx_10_9_x86_64.whl" , hash = "sha256:805d507b1f588320c26f7f097108eb4023bbaa984d63176d1652e184ba24270a" } ,
{ file = "tornado-6.3.3-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1bd19ca6c16882e4d37368e0152f99c099bad93e0950ce55e71daed74045908f" } ,
{ file = "tornado-6.3.3-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7ac51f42808cca9b3613f51ffe2a965c8525cb1b00b7b2d56828b8045354f76a" } ,
{ file = "tornado-6.3.3-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:71a8db65160a3c55d61839b7302a9a400074c9c753040455494e2af74e2501f2" } ,
{ file = "tornado-6.3.3-cp38-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:ceb917a50cd35882b57600709dd5421a418c29ddc852da8bcdab1f0db33406b0" } ,
{ file = "tornado-6.3.3-cp38-abi3-musllinux_1_1_i686.whl" , hash = "sha256:7d01abc57ea0dbb51ddfed477dfe22719d376119844e33c661d873bf9c0e4a16" } ,
{ file = "tornado-6.3.3-cp38-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:9dc4444c0defcd3929d5c1eb5706cbe1b116e762ff3e0deca8b715d14bf6ec17" } ,
{ file = "tornado-6.3.3-cp38-abi3-win32.whl" , hash = "sha256:65ceca9500383fbdf33a98c0087cb975b2ef3bfb874cb35b8de8740cf7f41bd3" } ,
{ file = "tornado-6.3.3-cp38-abi3-win_amd64.whl" , hash = "sha256:22d3c2fa10b5793da13c807e6fc38ff49a4f6e1e3868b0a6f4164768bb8e20f5" } ,
{ file = "tornado-6.3.3.tar.gz" , hash = "sha256:e7d8db41c0181c80d76c982aacc442c0783a2c54d6400fe028954201a2e032fe" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "typing-extensions"
2024-03-15 12:46:16 +00:00
version = "4.10.0"
2023-10-25 14:43:22 +00:00
description = "Backported and Experimental Type Hints for Python 3.8+"
2023-01-07 08:01:31 +00:00
optional = false
2023-10-25 14:43:22 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2024-03-15 12:46:16 +00:00
{ file = "typing_extensions-4.10.0-py3-none-any.whl" , hash = "sha256:69b1a937c3a517342112fb4c6df7e72fc39a38e7891a5730ed4985b5214b5475" } ,
{ file = "typing_extensions-4.10.0.tar.gz" , hash = "sha256:b0abd7c89e8fb96f98db18d86106ff1d90ab692004eb746cf6eda2682f91b3cb" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "tzdata"
2024-03-15 12:46:16 +00:00
version = "2024.1"
2023-01-07 08:01:31 +00:00
description = "Provider of IANA time zone data"
optional = false
python-versions = ">=2"
files = [
2024-03-15 12:46:16 +00:00
{ file = "tzdata-2024.1-py2.py3-none-any.whl" , hash = "sha256:9068bc196136463f5245e51efda838afa15aaeca9903f49050dfa2679db4d252" } ,
{ file = "tzdata-2024.1.tar.gz" , hash = "sha256:2674120f8d891909751c38abcdfd386ac0a5a1127954fbc332af6b5ceae07efd" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "tzlocal"
2023-10-25 14:43:22 +00:00
version = "5.2"
2023-01-07 08:01:31 +00:00
description = "tzinfo object for the local timezone"
optional = false
2023-10-25 14:43:22 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2023-10-25 14:43:22 +00:00
{ file = "tzlocal-5.2-py3-none-any.whl" , hash = "sha256:49816ef2fe65ea8ac19d19aa7a1ae0551c834303d5014c6d5a62e4cbda8047b8" } ,
{ file = "tzlocal-5.2.tar.gz" , hash = "sha256:8d399205578f1a9342816409cc1e46a93ebd5755e39ea2d85334bea911bf0e6e" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . dependencies ]
"backports.zoneinfo" = { version = "*" , markers = "python_version < \"3.9\"" }
tzdata = { version = "*" , markers = "platform_system == \"Windows\"" }
[ package . extras ]
2023-10-25 14:43:22 +00:00
devenv = [ "check-manifest" , "pytest (>=4.3)" , "pytest-cov" , "pytest-mock (>=3.3)" , "zest.releaser" ]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "ujson"
2023-12-16 11:28:02 +00:00
version = "5.9.0"
2023-01-07 08:01:31 +00:00
description = "Ultra fast JSON encoder and decoder for Python"
optional = false
2023-07-19 05:52:30 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2023-12-16 11:28:02 +00:00
{ file = "ujson-5.9.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:ab71bf27b002eaf7d047c54a68e60230fbd5cd9da60de7ca0aa87d0bccead8fa" } ,
{ file = "ujson-5.9.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:7a365eac66f5aa7a7fdf57e5066ada6226700884fc7dce2ba5483538bc16c8c5" } ,
{ file = "ujson-5.9.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e015122b337858dba5a3dc3533af2a8fc0410ee9e2374092f6a5b88b182e9fcc" } ,
{ file = "ujson-5.9.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:779a2a88c53039bebfbccca934430dabb5c62cc179e09a9c27a322023f363e0d" } ,
{ file = "ujson-5.9.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:10ca3c41e80509fd9805f7c149068fa8dbee18872bbdc03d7cca928926a358d5" } ,
{ file = "ujson-5.9.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:4a566e465cb2fcfdf040c2447b7dd9718799d0d90134b37a20dff1e27c0e9096" } ,
{ file = "ujson-5.9.0-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:f833c529e922577226a05bc25b6a8b3eb6c4fb155b72dd88d33de99d53113124" } ,
{ file = "ujson-5.9.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:b68a0caab33f359b4cbbc10065c88e3758c9f73a11a65a91f024b2e7a1257106" } ,
{ file = "ujson-5.9.0-cp310-cp310-win32.whl" , hash = "sha256:7cc7e605d2aa6ae6b7321c3ae250d2e050f06082e71ab1a4200b4ae64d25863c" } ,
{ file = "ujson-5.9.0-cp310-cp310-win_amd64.whl" , hash = "sha256:a6d3f10eb8ccba4316a6b5465b705ed70a06011c6f82418b59278fbc919bef6f" } ,
{ file = "ujson-5.9.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:3b23bbb46334ce51ddb5dded60c662fbf7bb74a37b8f87221c5b0fec1ec6454b" } ,
{ file = "ujson-5.9.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:6974b3a7c17bbf829e6c3bfdc5823c67922e44ff169851a755eab79a3dd31ec0" } ,
{ file = "ujson-5.9.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b5964ea916edfe24af1f4cc68488448fbb1ec27a3ddcddc2b236da575c12c8ae" } ,
{ file = "ujson-5.9.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8ba7cac47dd65ff88571eceeff48bf30ed5eb9c67b34b88cb22869b7aa19600d" } ,
{ file = "ujson-5.9.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:6bbd91a151a8f3358c29355a491e915eb203f607267a25e6ab10531b3b157c5e" } ,
{ file = "ujson-5.9.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:829a69d451a49c0de14a9fecb2a2d544a9b2c884c2b542adb243b683a6f15908" } ,
{ file = "ujson-5.9.0-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:a807ae73c46ad5db161a7e883eec0fbe1bebc6a54890152ccc63072c4884823b" } ,
{ file = "ujson-5.9.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:8fc2aa18b13d97b3c8ccecdf1a3c405f411a6e96adeee94233058c44ff92617d" } ,
{ file = "ujson-5.9.0-cp311-cp311-win32.whl" , hash = "sha256:70e06849dfeb2548be48fdd3ceb53300640bc8100c379d6e19d78045e9c26120" } ,
{ file = "ujson-5.9.0-cp311-cp311-win_amd64.whl" , hash = "sha256:7309d063cd392811acc49b5016728a5e1b46ab9907d321ebbe1c2156bc3c0b99" } ,
{ file = "ujson-5.9.0-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:20509a8c9f775b3a511e308bbe0b72897ba6b800767a7c90c5cca59d20d7c42c" } ,
{ file = "ujson-5.9.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:b28407cfe315bd1b34f1ebe65d3bd735d6b36d409b334100be8cdffae2177b2f" } ,
{ file = "ujson-5.9.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9d302bd17989b6bd90d49bade66943c78f9e3670407dbc53ebcf61271cadc399" } ,
{ file = "ujson-5.9.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9f21315f51e0db8ee245e33a649dd2d9dce0594522de6f278d62f15f998e050e" } ,
{ file = "ujson-5.9.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:5635b78b636a54a86fdbf6f027e461aa6c6b948363bdf8d4fbb56a42b7388320" } ,
{ file = "ujson-5.9.0-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:82b5a56609f1235d72835ee109163c7041b30920d70fe7dac9176c64df87c164" } ,
{ file = "ujson-5.9.0-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:5ca35f484622fd208f55041b042d9d94f3b2c9c5add4e9af5ee9946d2d30db01" } ,
{ file = "ujson-5.9.0-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:829b824953ebad76d46e4ae709e940bb229e8999e40881338b3cc94c771b876c" } ,
{ file = "ujson-5.9.0-cp312-cp312-win32.whl" , hash = "sha256:25fa46e4ff0a2deecbcf7100af3a5d70090b461906f2299506485ff31d9ec437" } ,
{ file = "ujson-5.9.0-cp312-cp312-win_amd64.whl" , hash = "sha256:60718f1720a61560618eff3b56fd517d107518d3c0160ca7a5a66ac949c6cf1c" } ,
{ file = "ujson-5.9.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:d581db9db9e41d8ea0b2705c90518ba623cbdc74f8d644d7eb0d107be0d85d9c" } ,
{ file = "ujson-5.9.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:ff741a5b4be2d08fceaab681c9d4bc89abf3c9db600ab435e20b9b6d4dfef12e" } ,
{ file = "ujson-5.9.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:cdcb02cabcb1e44381221840a7af04433c1dc3297af76fde924a50c3054c708c" } ,
{ file = "ujson-5.9.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e208d3bf02c6963e6ef7324dadf1d73239fb7008491fdf523208f60be6437402" } ,
{ file = "ujson-5.9.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f4b3917296630a075e04d3d07601ce2a176479c23af838b6cf90a2d6b39b0d95" } ,
{ file = "ujson-5.9.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:0c4d6adb2c7bb9eb7c71ad6f6f612e13b264942e841f8cc3314a21a289a76c4e" } ,
{ file = "ujson-5.9.0-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:0b159efece9ab5c01f70b9d10bbb77241ce111a45bc8d21a44c219a2aec8ddfd" } ,
{ file = "ujson-5.9.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:f0cb4a7814940ddd6619bdce6be637a4b37a8c4760de9373bac54bb7b229698b" } ,
{ file = "ujson-5.9.0-cp38-cp38-win32.whl" , hash = "sha256:dc80f0f5abf33bd7099f7ac94ab1206730a3c0a2d17549911ed2cb6b7aa36d2d" } ,
{ file = "ujson-5.9.0-cp38-cp38-win_amd64.whl" , hash = "sha256:506a45e5fcbb2d46f1a51fead991c39529fc3737c0f5d47c9b4a1d762578fc30" } ,
{ file = "ujson-5.9.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:d0fd2eba664a22447102062814bd13e63c6130540222c0aa620701dd01f4be81" } ,
{ file = "ujson-5.9.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:bdf7fc21a03bafe4ba208dafa84ae38e04e5d36c0e1c746726edf5392e9f9f36" } ,
{ file = "ujson-5.9.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e2f909bc08ce01f122fd9c24bc6f9876aa087188dfaf3c4116fe6e4daf7e194f" } ,
{ file = "ujson-5.9.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bd4ea86c2afd41429751d22a3ccd03311c067bd6aeee2d054f83f97e41e11d8f" } ,
{ file = "ujson-5.9.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:63fb2e6599d96fdffdb553af0ed3f76b85fda63281063f1cb5b1141a6fcd0617" } ,
{ file = "ujson-5.9.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:32bba5870c8fa2a97f4a68f6401038d3f1922e66c34280d710af00b14a3ca562" } ,
{ file = "ujson-5.9.0-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:37ef92e42535a81bf72179d0e252c9af42a4ed966dc6be6967ebfb929a87bc60" } ,
{ file = "ujson-5.9.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:f69f16b8f1c69da00e38dc5f2d08a86b0e781d0ad3e4cc6a13ea033a439c4844" } ,
{ file = "ujson-5.9.0-cp39-cp39-win32.whl" , hash = "sha256:3382a3ce0ccc0558b1c1668950008cece9bf463ebb17463ebf6a8bfc060dae34" } ,
{ file = "ujson-5.9.0-cp39-cp39-win_amd64.whl" , hash = "sha256:6adef377ed583477cf005b58c3025051b5faa6b8cc25876e594afbb772578f21" } ,
{ file = "ujson-5.9.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:ffdfebd819f492e48e4f31c97cb593b9c1a8251933d8f8972e81697f00326ff1" } ,
{ file = "ujson-5.9.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c4eec2ddc046360d087cf35659c7ba0cbd101f32035e19047013162274e71fcf" } ,
{ file = "ujson-5.9.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2fbb90aa5c23cb3d4b803c12aa220d26778c31b6e4b7a13a1f49971f6c7d088e" } ,
{ file = "ujson-5.9.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ba0823cb70866f0d6a4ad48d998dd338dce7314598721bc1b7986d054d782dfd" } ,
{ file = "ujson-5.9.0-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:4e35d7885ed612feb6b3dd1b7de28e89baaba4011ecdf995e88be9ac614765e9" } ,
{ file = "ujson-5.9.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:b048aa93eace8571eedbd67b3766623e7f0acbf08ee291bef7d8106210432427" } ,
{ file = "ujson-5.9.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:323279e68c195110ef85cbe5edce885219e3d4a48705448720ad925d88c9f851" } ,
{ file = "ujson-5.9.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:9ac92d86ff34296f881e12aa955f7014d276895e0e4e868ba7fddebbde38e378" } ,
{ file = "ujson-5.9.0-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:6eecbd09b316cea1fd929b1e25f70382917542ab11b692cb46ec9b0a26c7427f" } ,
{ file = "ujson-5.9.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:473fb8dff1d58f49912323d7cb0859df5585cfc932e4b9c053bf8cf7f2d7c5c4" } ,
{ file = "ujson-5.9.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f91719c6abafe429c1a144cfe27883eace9fb1c09a9c5ef1bcb3ae80a3076a4e" } ,
{ file = "ujson-5.9.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7b1c0991c4fe256f5fdb19758f7eac7f47caac29a6c57d0de16a19048eb86bad" } ,
{ file = "ujson-5.9.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2a8ea0f55a1396708e564595aaa6696c0d8af532340f477162ff6927ecc46e21" } ,
{ file = "ujson-5.9.0-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:07e0cfdde5fd91f54cd2d7ffb3482c8ff1bf558abf32a8b953a5d169575ae1cd" } ,
{ file = "ujson-5.9.0.tar.gz" , hash = "sha256:89cc92e73d5501b8a7f48575eeb14ad27156ad092c2e9fc7e3cf949f07e75532" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "urllib3"
2024-03-15 12:46:16 +00:00
version = "2.2.1"
2023-01-07 08:01:31 +00:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
optional = false
2023-12-16 11:28:02 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2024-03-15 12:46:16 +00:00
{ file = "urllib3-2.2.1-py3-none-any.whl" , hash = "sha256:450b20ec296a467077128bff42b73080516e71b56ff59a60a02bef2232c4fa9d" } ,
{ file = "urllib3-2.2.1.tar.gz" , hash = "sha256:d0570876c61ab9e520d776c38acbbb5b05a776d3f9ff98a5c8fd5162a444cf19" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . extras ]
2023-10-25 14:43:22 +00:00
brotli = [ "brotli (>=1.0.9)" , "brotlicffi (>=0.8.0)" ]
2024-03-15 12:46:16 +00:00
h2 = [ "h2 (>=4,<5)" ]
2023-10-25 14:43:22 +00:00
socks = [ "pysocks (>=1.5.6,!=1.5.7,<2.0)" ]
zstd = [ "zstandard (>=0.18.0)" ]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "uvicorn"
2024-03-31 11:22:03 +00:00
version = "0.28.1"
2023-01-07 08:01:31 +00:00
description = "The lightning-fast ASGI server."
optional = false
2023-07-19 05:52:30 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2024-03-31 11:22:03 +00:00
{ file = "uvicorn-0.28.1-py3-none-any.whl" , hash = "sha256:5162f6d652f545be91b1feeaee8180774af143965ca9dc8a47ff1dc6bafa4ad5" } ,
{ file = "uvicorn-0.28.1.tar.gz" , hash = "sha256:08103e79d546b6cf20f67c7e5e434d2cf500a6e29b28773e407250c54fc4fa3c" } ,
2022-10-12 13:39:47 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . dependencies ]
click = ">=7.0"
colorama = { version = ">=0.4" , optional = true , markers = "sys_platform == \"win32\" and extra == \"standard\"" }
h11 = ">=0.8"
httptools = { version = ">=0.5.0" , optional = true , markers = "extra == \"standard\"" }
python-dotenv = { version = ">=0.13" , optional = true , markers = "extra == \"standard\"" }
pyyaml = { version = ">=5.1" , optional = true , markers = "extra == \"standard\"" }
2023-07-19 05:52:30 +00:00
typing-extensions = { version = ">=4.0" , markers = "python_version < \"3.11\"" }
uvloop = { version = ">=0.14.0,<0.15.0 || >0.15.0,<0.15.1 || >0.15.1" , optional = true , markers = "(sys_platform != \"win32\" and sys_platform != \"cygwin\") and platform_python_implementation != \"PyPy\" and extra == \"standard\"" }
2023-01-07 08:01:31 +00:00
watchfiles = { version = ">=0.13" , optional = true , markers = "extra == \"standard\"" }
2023-03-10 11:20:14 +00:00
websockets = { version = ">=10.4" , optional = true , markers = "extra == \"standard\"" }
2023-01-07 08:01:31 +00:00
[ package . extras ]
2023-03-10 11:20:14 +00: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)" ]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "uvloop"
2023-10-25 14:43:22 +00:00
version = "0.19.0"
2023-01-07 08:01:31 +00:00
description = "Fast implementation of asyncio event loop on top of libuv"
optional = false
2023-10-25 14:43:22 +00:00
python-versions = ">=3.8.0"
files = [
{ file = "uvloop-0.19.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:de4313d7f575474c8f5a12e163f6d89c0a878bc49219641d49e6f1444369a90e" } ,
{ file = "uvloop-0.19.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:5588bd21cf1fcf06bded085f37e43ce0e00424197e7c10e77afd4bbefffef428" } ,
{ file = "uvloop-0.19.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7b1fd71c3843327f3bbc3237bedcdb6504fd50368ab3e04d0410e52ec293f5b8" } ,
{ file = "uvloop-0.19.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5a05128d315e2912791de6088c34136bfcdd0c7cbc1cf85fd6fd1bb321b7c849" } ,
{ file = "uvloop-0.19.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:cd81bdc2b8219cb4b2556eea39d2e36bfa375a2dd021404f90a62e44efaaf957" } ,
{ file = "uvloop-0.19.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:5f17766fb6da94135526273080f3455a112f82570b2ee5daa64d682387fe0dcd" } ,
{ file = "uvloop-0.19.0-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:4ce6b0af8f2729a02a5d1575feacb2a94fc7b2e983868b009d51c9a9d2149bef" } ,
{ file = "uvloop-0.19.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:31e672bb38b45abc4f26e273be83b72a0d28d074d5b370fc4dcf4c4eb15417d2" } ,
{ file = "uvloop-0.19.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:570fc0ed613883d8d30ee40397b79207eedd2624891692471808a95069a007c1" } ,
{ file = "uvloop-0.19.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5138821e40b0c3e6c9478643b4660bd44372ae1e16a322b8fc07478f92684e24" } ,
{ file = "uvloop-0.19.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:91ab01c6cd00e39cde50173ba4ec68a1e578fee9279ba64f5221810a9e786533" } ,
{ file = "uvloop-0.19.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:47bf3e9312f63684efe283f7342afb414eea4d3011542155c7e625cd799c3b12" } ,
{ file = "uvloop-0.19.0-cp312-cp312-macosx_10_9_universal2.whl" , hash = "sha256:da8435a3bd498419ee8c13c34b89b5005130a476bda1d6ca8cfdde3de35cd650" } ,
{ file = "uvloop-0.19.0-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:02506dc23a5d90e04d4f65c7791e65cf44bd91b37f24cfc3ef6cf2aff05dc7ec" } ,
{ file = "uvloop-0.19.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2693049be9d36fef81741fddb3f441673ba12a34a704e7b4361efb75cf30befc" } ,
{ file = "uvloop-0.19.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7010271303961c6f0fe37731004335401eb9075a12680738731e9c92ddd96ad6" } ,
{ file = "uvloop-0.19.0-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:5daa304d2161d2918fa9a17d5635099a2f78ae5b5960e742b2fcfbb7aefaa593" } ,
{ file = "uvloop-0.19.0-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:7207272c9520203fea9b93843bb775d03e1cf88a80a936ce760f60bb5add92f3" } ,
{ file = "uvloop-0.19.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:78ab247f0b5671cc887c31d33f9b3abfb88d2614b84e4303f1a63b46c046c8bd" } ,
{ file = "uvloop-0.19.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:472d61143059c84947aa8bb74eabbace30d577a03a1805b77933d6bd13ddebbd" } ,
{ file = "uvloop-0.19.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:45bf4c24c19fb8a50902ae37c5de50da81de4922af65baf760f7c0c42e1088be" } ,
{ file = "uvloop-0.19.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:271718e26b3e17906b28b67314c45d19106112067205119dddbd834c2b7ce797" } ,
{ file = "uvloop-0.19.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:34175c9fd2a4bc3adc1380e1261f60306344e3407c20a4d684fd5f3be010fa3d" } ,
{ file = "uvloop-0.19.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:e27f100e1ff17f6feeb1f33968bc185bf8ce41ca557deee9d9bbbffeb72030b7" } ,
{ file = "uvloop-0.19.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:13dfdf492af0aa0a0edf66807d2b465607d11c4fa48f4a1fd41cbea5b18e8e8b" } ,
{ file = "uvloop-0.19.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:6e3d4e85ac060e2342ff85e90d0c04157acb210b9ce508e784a944f852a40e67" } ,
{ file = "uvloop-0.19.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8ca4956c9ab567d87d59d49fa3704cf29e37109ad348f2d5223c9bf761a332e7" } ,
{ file = "uvloop-0.19.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f467a5fd23b4fc43ed86342641f3936a68ded707f4627622fa3f82a120e18256" } ,
{ file = "uvloop-0.19.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:492e2c32c2af3f971473bc22f086513cedfc66a130756145a931a90c3958cb17" } ,
{ file = "uvloop-0.19.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:2df95fca285a9f5bfe730e51945ffe2fa71ccbfdde3b0da5772b4ee4f2e770d5" } ,
{ file = "uvloop-0.19.0.tar.gz" , hash = "sha256:0246f4fd1bf2bf702e06b0d45ee91677ee5c31242f39aab4ea6fe0c51aedd0fd" } ,
2022-10-12 13:39:47 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . extras ]
docs = [ "Sphinx (>=4.1.2,<4.2.0)" , "sphinx-rtd-theme (>=0.5.2,<0.6.0)" , "sphinxcontrib-asyncio (>=0.3.0,<0.4.0)" ]
2023-10-25 14:43:22 +00:00
test = [ "Cython (>=0.29.36,<0.30.0)" , "aiohttp (==3.9.0b0)" , "aiohttp (>=3.8.1)" , "flake8 (>=5.0,<6.0)" , "mypy (>=0.800)" , "psutil" , "pyOpenSSL (>=23.0.0,<23.1.0)" , "pycodestyle (>=2.9.0,<2.10.0)" ]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "watchfiles"
2023-10-25 14:43:22 +00:00
version = "0.21.0"
2023-01-07 08:01:31 +00:00
description = "Simple, modern and high performance file watching and code reload in python."
optional = false
2023-10-25 14:43:22 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2023-10-25 14:43:22 +00:00
{ file = "watchfiles-0.21.0-cp310-cp310-macosx_10_7_x86_64.whl" , hash = "sha256:27b4035013f1ea49c6c0b42d983133b136637a527e48c132d368eb19bf1ac6aa" } ,
{ file = "watchfiles-0.21.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:c81818595eff6e92535ff32825f31c116f867f64ff8cdf6562cd1d6b2e1e8f3e" } ,
{ file = "watchfiles-0.21.0-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:6c107ea3cf2bd07199d66f156e3ea756d1b84dfd43b542b2d870b77868c98c03" } ,
{ file = "watchfiles-0.21.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0d9ac347653ebd95839a7c607608703b20bc07e577e870d824fa4801bc1cb124" } ,
{ file = "watchfiles-0.21.0-cp310-cp310-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:5eb86c6acb498208e7663ca22dbe68ca2cf42ab5bf1c776670a50919a56e64ab" } ,
{ file = "watchfiles-0.21.0-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:f564bf68404144ea6b87a78a3f910cc8de216c6b12a4cf0b27718bf4ec38d303" } ,
{ file = "watchfiles-0.21.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:3d0f32ebfaa9c6011f8454994f86108c2eb9c79b8b7de00b36d558cadcedaa3d" } ,
{ file = "watchfiles-0.21.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b6d45d9b699ecbac6c7bd8e0a2609767491540403610962968d258fd6405c17c" } ,
{ file = "watchfiles-0.21.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:aff06b2cac3ef4616e26ba17a9c250c1fe9dd8a5d907d0193f84c499b1b6e6a9" } ,
{ file = "watchfiles-0.21.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:d9792dff410f266051025ecfaa927078b94cc7478954b06796a9756ccc7e14a9" } ,
{ file = "watchfiles-0.21.0-cp310-none-win32.whl" , hash = "sha256:214cee7f9e09150d4fb42e24919a1e74d8c9b8a9306ed1474ecaddcd5479c293" } ,
{ file = "watchfiles-0.21.0-cp310-none-win_amd64.whl" , hash = "sha256:1ad7247d79f9f55bb25ab1778fd47f32d70cf36053941f07de0b7c4e96b5d235" } ,
{ file = "watchfiles-0.21.0-cp311-cp311-macosx_10_7_x86_64.whl" , hash = "sha256:668c265d90de8ae914f860d3eeb164534ba2e836811f91fecc7050416ee70aa7" } ,
{ file = "watchfiles-0.21.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:3a23092a992e61c3a6a70f350a56db7197242f3490da9c87b500f389b2d01eef" } ,
{ file = "watchfiles-0.21.0-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:e7941bbcfdded9c26b0bf720cb7e6fd803d95a55d2c14b4bd1f6a2772230c586" } ,
{ file = "watchfiles-0.21.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:11cd0c3100e2233e9c53106265da31d574355c288e15259c0d40a4405cbae317" } ,
{ file = "watchfiles-0.21.0-cp311-cp311-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:d78f30cbe8b2ce770160d3c08cff01b2ae9306fe66ce899b73f0409dc1846c1b" } ,
{ file = "watchfiles-0.21.0-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:6674b00b9756b0af620aa2a3346b01f8e2a3dc729d25617e1b89cf6af4a54eb1" } ,
{ file = "watchfiles-0.21.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:fd7ac678b92b29ba630d8c842d8ad6c555abda1b9ef044d6cc092dacbfc9719d" } ,
{ file = "watchfiles-0.21.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9c873345680c1b87f1e09e0eaf8cf6c891b9851d8b4d3645e7efe2ec20a20cc7" } ,
{ file = "watchfiles-0.21.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:49f56e6ecc2503e7dbe233fa328b2be1a7797d31548e7a193237dcdf1ad0eee0" } ,
{ file = "watchfiles-0.21.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:02d91cbac553a3ad141db016e3350b03184deaafeba09b9d6439826ee594b365" } ,
{ file = "watchfiles-0.21.0-cp311-none-win32.whl" , hash = "sha256:ebe684d7d26239e23d102a2bad2a358dedf18e462e8808778703427d1f584400" } ,
{ file = "watchfiles-0.21.0-cp311-none-win_amd64.whl" , hash = "sha256:4566006aa44cb0d21b8ab53baf4b9c667a0ed23efe4aaad8c227bfba0bf15cbe" } ,
{ file = "watchfiles-0.21.0-cp311-none-win_arm64.whl" , hash = "sha256:c550a56bf209a3d987d5a975cdf2063b3389a5d16caf29db4bdddeae49f22078" } ,
{ file = "watchfiles-0.21.0-cp312-cp312-macosx_10_7_x86_64.whl" , hash = "sha256:51ddac60b96a42c15d24fbdc7a4bfcd02b5a29c047b7f8bf63d3f6f5a860949a" } ,
{ file = "watchfiles-0.21.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:511f0b034120cd1989932bf1e9081aa9fb00f1f949fbd2d9cab6264916ae89b1" } ,
{ file = "watchfiles-0.21.0-cp312-cp312-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:cfb92d49dbb95ec7a07511bc9efb0faff8fe24ef3805662b8d6808ba8409a71a" } ,
{ file = "watchfiles-0.21.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3f92944efc564867bbf841c823c8b71bb0be75e06b8ce45c084b46411475a915" } ,
{ file = "watchfiles-0.21.0-cp312-cp312-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:642d66b75eda909fd1112d35c53816d59789a4b38c141a96d62f50a3ef9b3360" } ,
{ file = "watchfiles-0.21.0-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d23bcd6c8eaa6324fe109d8cac01b41fe9a54b8c498af9ce464c1aeeb99903d6" } ,
{ file = "watchfiles-0.21.0-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:18d5b4da8cf3e41895b34e8c37d13c9ed294954907929aacd95153508d5d89d7" } ,
{ file = "watchfiles-0.21.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1b8d1eae0f65441963d805f766c7e9cd092f91e0c600c820c764a4ff71a0764c" } ,
{ file = "watchfiles-0.21.0-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:1fd9a5205139f3c6bb60d11f6072e0552f0a20b712c85f43d42342d162be1235" } ,
{ file = "watchfiles-0.21.0-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:a1e3014a625bcf107fbf38eece0e47fa0190e52e45dc6eee5a8265ddc6dc5ea7" } ,
{ file = "watchfiles-0.21.0-cp312-none-win32.whl" , hash = "sha256:9d09869f2c5a6f2d9df50ce3064b3391d3ecb6dced708ad64467b9e4f2c9bef3" } ,
{ file = "watchfiles-0.21.0-cp312-none-win_amd64.whl" , hash = "sha256:18722b50783b5e30a18a8a5db3006bab146d2b705c92eb9a94f78c72beb94094" } ,
{ file = "watchfiles-0.21.0-cp312-none-win_arm64.whl" , hash = "sha256:a3b9bec9579a15fb3ca2d9878deae789df72f2b0fdaf90ad49ee389cad5edab6" } ,
{ file = "watchfiles-0.21.0-cp38-cp38-macosx_10_7_x86_64.whl" , hash = "sha256:4ea10a29aa5de67de02256a28d1bf53d21322295cb00bd2d57fcd19b850ebd99" } ,
{ file = "watchfiles-0.21.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:40bca549fdc929b470dd1dbfcb47b3295cb46a6d2c90e50588b0a1b3bd98f429" } ,
{ file = "watchfiles-0.21.0-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:9b37a7ba223b2f26122c148bb8d09a9ff312afca998c48c725ff5a0a632145f7" } ,
{ file = "watchfiles-0.21.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ec8c8900dc5c83650a63dd48c4d1d245343f904c4b64b48798c67a3767d7e165" } ,
{ file = "watchfiles-0.21.0-cp38-cp38-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:8ad3fe0a3567c2f0f629d800409cd528cb6251da12e81a1f765e5c5345fd0137" } ,
{ file = "watchfiles-0.21.0-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:9d353c4cfda586db2a176ce42c88f2fc31ec25e50212650c89fdd0f560ee507b" } ,
{ file = "watchfiles-0.21.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:83a696da8922314ff2aec02987eefb03784f473281d740bf9170181829133765" } ,
{ file = "watchfiles-0.21.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5a03651352fc20975ee2a707cd2d74a386cd303cc688f407296064ad1e6d1562" } ,
{ file = "watchfiles-0.21.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:3ad692bc7792be8c32918c699638b660c0de078a6cbe464c46e1340dadb94c19" } ,
{ file = "watchfiles-0.21.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:06247538e8253975bdb328e7683f8515ff5ff041f43be6c40bff62d989b7d0b0" } ,
{ file = "watchfiles-0.21.0-cp38-none-win32.whl" , hash = "sha256:9a0aa47f94ea9a0b39dd30850b0adf2e1cd32a8b4f9c7aa443d852aacf9ca214" } ,
{ file = "watchfiles-0.21.0-cp38-none-win_amd64.whl" , hash = "sha256:8d5f400326840934e3507701f9f7269247f7c026d1b6cfd49477d2be0933cfca" } ,
{ file = "watchfiles-0.21.0-cp39-cp39-macosx_10_7_x86_64.whl" , hash = "sha256:7f762a1a85a12cc3484f77eee7be87b10f8c50b0b787bb02f4e357403cad0c0e" } ,
{ file = "watchfiles-0.21.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:6e9be3ef84e2bb9710f3f777accce25556f4a71e15d2b73223788d528fcc2052" } ,
{ file = "watchfiles-0.21.0-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:4c48a10d17571d1275701e14a601e36959ffada3add8cdbc9e5061a6e3579a5d" } ,
{ file = "watchfiles-0.21.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6c889025f59884423428c261f212e04d438de865beda0b1e1babab85ef4c0f01" } ,
{ file = "watchfiles-0.21.0-cp39-cp39-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:66fac0c238ab9a2e72d026b5fb91cb902c146202bbd29a9a1a44e8db7b710b6f" } ,
{ file = "watchfiles-0.21.0-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:b4a21f71885aa2744719459951819e7bf5a906a6448a6b2bbce8e9cc9f2c8128" } ,
{ file = "watchfiles-0.21.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:1c9198c989f47898b2c22201756f73249de3748e0fc9de44adaf54a8b259cc0c" } ,
{ file = "watchfiles-0.21.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d8f57c4461cd24fda22493109c45b3980863c58a25b8bec885ca8bea6b8d4b28" } ,
{ file = "watchfiles-0.21.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:853853cbf7bf9408b404754b92512ebe3e3a83587503d766d23e6bf83d092ee6" } ,
{ file = "watchfiles-0.21.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:d5b1dc0e708fad9f92c296ab2f948af403bf201db8fb2eb4c8179db143732e49" } ,
{ file = "watchfiles-0.21.0-cp39-none-win32.whl" , hash = "sha256:59137c0c6826bd56c710d1d2bda81553b5e6b7c84d5a676747d80caf0409ad94" } ,
{ file = "watchfiles-0.21.0-cp39-none-win_amd64.whl" , hash = "sha256:6cb8fdc044909e2078c248986f2fc76f911f72b51ea4a4fbbf472e01d14faa58" } ,
{ file = "watchfiles-0.21.0-pp310-pypy310_pp73-macosx_10_7_x86_64.whl" , hash = "sha256:ab03a90b305d2588e8352168e8c5a1520b721d2d367f31e9332c4235b30b8994" } ,
{ file = "watchfiles-0.21.0-pp310-pypy310_pp73-macosx_11_0_arm64.whl" , hash = "sha256:927c589500f9f41e370b0125c12ac9e7d3a2fd166b89e9ee2828b3dda20bfe6f" } ,
{ file = "watchfiles-0.21.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1bd467213195e76f838caf2c28cd65e58302d0254e636e7c0fca81efa4a2e62c" } ,
{ file = "watchfiles-0.21.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:02b73130687bc3f6bb79d8a170959042eb56eb3a42df3671c79b428cd73f17cc" } ,
{ file = "watchfiles-0.21.0-pp38-pypy38_pp73-macosx_10_7_x86_64.whl" , hash = "sha256:08dca260e85ffae975448e344834d765983237ad6dc308231aa16e7933db763e" } ,
{ file = "watchfiles-0.21.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl" , hash = "sha256:3ccceb50c611c433145502735e0370877cced72a6c70fd2410238bcbc7fe51d8" } ,
{ file = "watchfiles-0.21.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:57d430f5fb63fea141ab71ca9c064e80de3a20b427ca2febcbfcef70ff0ce895" } ,
{ file = "watchfiles-0.21.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0dd5fad9b9c0dd89904bbdea978ce89a2b692a7ee8a0ce19b940e538c88a809c" } ,
{ file = "watchfiles-0.21.0-pp39-pypy39_pp73-macosx_10_7_x86_64.whl" , hash = "sha256:be6dd5d52b73018b21adc1c5d28ac0c68184a64769052dfeb0c5d9998e7f56a2" } ,
{ file = "watchfiles-0.21.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl" , hash = "sha256:b3cab0e06143768499384a8a5efb9c4dc53e19382952859e4802f294214f36ec" } ,
{ file = "watchfiles-0.21.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8c6ed10c2497e5fedadf61e465b3ca12a19f96004c15dcffe4bd442ebadc2d85" } ,
{ file = "watchfiles-0.21.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:43babacef21c519bc6631c5fce2a61eccdfc011b4bcb9047255e9620732c8097" } ,
{ file = "watchfiles-0.21.0.tar.gz" , hash = "sha256:c76c635fabf542bb78524905718c39f736a98e5ab25b23ec6d4abede1a85a6a3" } ,
2022-10-12 13:39:47 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . dependencies ]
2023-02-15 09:44:59 +00:00
anyio = ">=3.0.0"
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "websockets"
2023-10-25 14:43:22 +00:00
version = "12.0"
2023-01-07 08:01:31 +00:00
description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)"
optional = false
2023-10-25 14:43:22 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2023-10-25 14:43:22 +00:00
{ file = "websockets-12.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:d554236b2a2006e0ce16315c16eaa0d628dab009c33b63ea03f41c6107958374" } ,
{ file = "websockets-12.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:2d225bb6886591b1746b17c0573e29804619c8f755b5598d875bb4235ea639be" } ,
{ file = "websockets-12.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:eb809e816916a3b210bed3c82fb88eaf16e8afcf9c115ebb2bacede1797d2547" } ,
{ file = "websockets-12.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c588f6abc13f78a67044c6b1273a99e1cf31038ad51815b3b016ce699f0d75c2" } ,
{ file = "websockets-12.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:5aa9348186d79a5f232115ed3fa9020eab66d6c3437d72f9d2c8ac0c6858c558" } ,
{ file = "websockets-12.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6350b14a40c95ddd53e775dbdbbbc59b124a5c8ecd6fbb09c2e52029f7a9f480" } ,
{ file = "websockets-12.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:70ec754cc2a769bcd218ed8d7209055667b30860ffecb8633a834dde27d6307c" } ,
{ file = "websockets-12.0-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:6e96f5ed1b83a8ddb07909b45bd94833b0710f738115751cdaa9da1fb0cb66e8" } ,
{ file = "websockets-12.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:4d87be612cbef86f994178d5186add3d94e9f31cc3cb499a0482b866ec477603" } ,
{ file = "websockets-12.0-cp310-cp310-win32.whl" , hash = "sha256:befe90632d66caaf72e8b2ed4d7f02b348913813c8b0a32fae1cc5fe3730902f" } ,
{ file = "websockets-12.0-cp310-cp310-win_amd64.whl" , hash = "sha256:363f57ca8bc8576195d0540c648aa58ac18cf85b76ad5202b9f976918f4219cf" } ,
{ file = "websockets-12.0-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:5d873c7de42dea355d73f170be0f23788cf3fa9f7bed718fd2830eefedce01b4" } ,
{ file = "websockets-12.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:3f61726cae9f65b872502ff3c1496abc93ffbe31b278455c418492016e2afc8f" } ,
{ file = "websockets-12.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:ed2fcf7a07334c77fc8a230755c2209223a7cc44fc27597729b8ef5425aa61a3" } ,
{ file = "websockets-12.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8e332c210b14b57904869ca9f9bf4ca32f5427a03eeb625da9b616c85a3a506c" } ,
{ file = "websockets-12.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:5693ef74233122f8ebab026817b1b37fe25c411ecfca084b29bc7d6efc548f45" } ,
{ file = "websockets-12.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6e9e7db18b4539a29cc5ad8c8b252738a30e2b13f033c2d6e9d0549b45841c04" } ,
{ file = "websockets-12.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:6e2df67b8014767d0f785baa98393725739287684b9f8d8a1001eb2839031447" } ,
{ file = "websockets-12.0-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:bea88d71630c5900690fcb03161ab18f8f244805c59e2e0dc4ffadae0a7ee0ca" } ,
{ file = "websockets-12.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:dff6cdf35e31d1315790149fee351f9e52978130cef6c87c4b6c9b3baf78bc53" } ,
{ file = "websockets-12.0-cp311-cp311-win32.whl" , hash = "sha256:3e3aa8c468af01d70332a382350ee95f6986db479ce7af14d5e81ec52aa2b402" } ,
{ file = "websockets-12.0-cp311-cp311-win_amd64.whl" , hash = "sha256:25eb766c8ad27da0f79420b2af4b85d29914ba0edf69f547cc4f06ca6f1d403b" } ,
{ file = "websockets-12.0-cp312-cp312-macosx_10_9_universal2.whl" , hash = "sha256:0e6e2711d5a8e6e482cacb927a49a3d432345dfe7dea8ace7b5790df5932e4df" } ,
{ file = "websockets-12.0-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:dbcf72a37f0b3316e993e13ecf32f10c0e1259c28ffd0a85cee26e8549595fbc" } ,
{ file = "websockets-12.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:12743ab88ab2af1d17dd4acb4645677cb7063ef4db93abffbf164218a5d54c6b" } ,
{ file = "websockets-12.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7b645f491f3c48d3f8a00d1fce07445fab7347fec54a3e65f0725d730d5b99cb" } ,
{ file = "websockets-12.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:9893d1aa45a7f8b3bc4510f6ccf8db8c3b62120917af15e3de247f0780294b92" } ,
{ file = "websockets-12.0-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1f38a7b376117ef7aff996e737583172bdf535932c9ca021746573bce40165ed" } ,
{ file = "websockets-12.0-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:f764ba54e33daf20e167915edc443b6f88956f37fb606449b4a5b10ba42235a5" } ,
{ file = "websockets-12.0-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:1e4b3f8ea6a9cfa8be8484c9221ec0257508e3a1ec43c36acdefb2a9c3b00aa2" } ,
{ file = "websockets-12.0-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:9fdf06fd06c32205a07e47328ab49c40fc1407cdec801d698a7c41167ea45113" } ,
{ file = "websockets-12.0-cp312-cp312-win32.whl" , hash = "sha256:baa386875b70cbd81798fa9f71be689c1bf484f65fd6fb08d051a0ee4e79924d" } ,
{ file = "websockets-12.0-cp312-cp312-win_amd64.whl" , hash = "sha256:ae0a5da8f35a5be197f328d4727dbcfafa53d1824fac3d96cdd3a642fe09394f" } ,
{ file = "websockets-12.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:5f6ffe2c6598f7f7207eef9a1228b6f5c818f9f4d53ee920aacd35cec8110438" } ,
{ file = "websockets-12.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:9edf3fc590cc2ec20dc9d7a45108b5bbaf21c0d89f9fd3fd1685e223771dc0b2" } ,
{ file = "websockets-12.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:8572132c7be52632201a35f5e08348137f658e5ffd21f51f94572ca6c05ea81d" } ,
{ file = "websockets-12.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:604428d1b87edbf02b233e2c207d7d528460fa978f9e391bd8aaf9c8311de137" } ,
{ file = "websockets-12.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1a9d160fd080c6285e202327aba140fc9a0d910b09e423afff4ae5cbbf1c7205" } ,
{ file = "websockets-12.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:87b4aafed34653e465eb77b7c93ef058516cb5acf3eb21e42f33928616172def" } ,
{ file = "websockets-12.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:b2ee7288b85959797970114deae81ab41b731f19ebcd3bd499ae9ca0e3f1d2c8" } ,
{ file = "websockets-12.0-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:7fa3d25e81bfe6a89718e9791128398a50dec6d57faf23770787ff441d851967" } ,
{ file = "websockets-12.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:a571f035a47212288e3b3519944f6bf4ac7bc7553243e41eac50dd48552b6df7" } ,
{ file = "websockets-12.0-cp38-cp38-win32.whl" , hash = "sha256:3c6cc1360c10c17463aadd29dd3af332d4a1adaa8796f6b0e9f9df1fdb0bad62" } ,
{ file = "websockets-12.0-cp38-cp38-win_amd64.whl" , hash = "sha256:1bf386089178ea69d720f8db6199a0504a406209a0fc23e603b27b300fdd6892" } ,
{ file = "websockets-12.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:ab3d732ad50a4fbd04a4490ef08acd0517b6ae6b77eb967251f4c263011a990d" } ,
{ file = "websockets-12.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:a1d9697f3337a89691e3bd8dc56dea45a6f6d975f92e7d5f773bc715c15dde28" } ,
{ file = "websockets-12.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:1df2fbd2c8a98d38a66f5238484405b8d1d16f929bb7a33ed73e4801222a6f53" } ,
{ file = "websockets-12.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:23509452b3bc38e3a057382c2e941d5ac2e01e251acce7adc74011d7d8de434c" } ,
{ file = "websockets-12.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2e5fc14ec6ea568200ea4ef46545073da81900a2b67b3e666f04adf53ad452ec" } ,
{ file = "websockets-12.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:46e71dbbd12850224243f5d2aeec90f0aaa0f2dde5aeeb8fc8df21e04d99eff9" } ,
{ file = "websockets-12.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:b81f90dcc6c85a9b7f29873beb56c94c85d6f0dac2ea8b60d995bd18bf3e2aae" } ,
{ file = "websockets-12.0-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:a02413bc474feda2849c59ed2dfb2cddb4cd3d2f03a2fedec51d6e959d9b608b" } ,
{ file = "websockets-12.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:bbe6013f9f791944ed31ca08b077e26249309639313fff132bfbf3ba105673b9" } ,
{ file = "websockets-12.0-cp39-cp39-win32.whl" , hash = "sha256:cbe83a6bbdf207ff0541de01e11904827540aa069293696dd528a6640bd6a5f6" } ,
{ file = "websockets-12.0-cp39-cp39-win_amd64.whl" , hash = "sha256:fc4e7fa5414512b481a2483775a8e8be7803a35b30ca805afa4998a84f9fd9e8" } ,
{ file = "websockets-12.0-pp310-pypy310_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:248d8e2446e13c1d4326e0a6a4e9629cb13a11195051a73acf414812700badbd" } ,
{ file = "websockets-12.0-pp310-pypy310_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f44069528d45a933997a6fef143030d8ca8042f0dfaad753e2906398290e2870" } ,
{ file = "websockets-12.0-pp310-pypy310_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c4e37d36f0d19f0a4413d3e18c0d03d0c268ada2061868c1e6f5ab1a6d575077" } ,
{ file = "websockets-12.0-pp310-pypy310_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3d829f975fc2e527a3ef2f9c8f25e553eb7bc779c6665e8e1d52aa22800bb38b" } ,
{ file = "websockets-12.0-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:2c71bd45a777433dd9113847af751aae36e448bc6b8c361a566cb043eda6ec30" } ,
{ file = "websockets-12.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:0bee75f400895aef54157b36ed6d3b308fcab62e5260703add87f44cee9c82a6" } ,
{ file = "websockets-12.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:423fc1ed29f7512fceb727e2d2aecb952c46aa34895e9ed96071821309951123" } ,
{ file = "websockets-12.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:27a5e9964ef509016759f2ef3f2c1e13f403725a5e6a1775555994966a66e931" } ,
{ file = "websockets-12.0-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c3181df4583c4d3994d31fb235dc681d2aaad744fbdbf94c4802485ececdecf2" } ,
{ file = "websockets-12.0-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:b067cb952ce8bf40115f6c19f478dc71c5e719b7fbaa511359795dfd9d1a6468" } ,
{ file = "websockets-12.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:00700340c6c7ab788f176d118775202aadea7602c5cc6be6ae127761c16d6b0b" } ,
{ file = "websockets-12.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e469d01137942849cff40517c97a30a93ae79917752b34029f0ec72df6b46399" } ,
{ file = "websockets-12.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ffefa1374cd508d633646d51a8e9277763a9b78ae71324183693959cf94635a7" } ,
{ file = "websockets-12.0-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ba0cab91b3956dfa9f512147860783a1829a8d905ee218a9837c18f683239611" } ,
{ file = "websockets-12.0-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:2cb388a5bfb56df4d9a406783b7f9dbefb888c09b71629351cc6b036e9259370" } ,
{ file = "websockets-12.0-py3-none-any.whl" , hash = "sha256:dc284bbc8d7c78a6c69e0c7325ab46ee5e40bb4d50e494d8131a07ef47500e9e" } ,
{ file = "websockets-12.0.tar.gz" , hash = "sha256:81df9cbcbb6c260de1e007e58c011bfebe2dafc8435107b0537f393dd38c8b1b" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "zipp"
2024-03-15 12:46:16 +00:00
version = "3.18.1"
2023-01-07 08:01:31 +00:00
description = "Backport of pathlib-compatible object wrapper for zip files"
optional = false
2023-07-19 05:52:30 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2024-03-15 12:46:16 +00:00
{ file = "zipp-3.18.1-py3-none-any.whl" , hash = "sha256:206f5a15f2af3dbaee80769fb7dc6f249695e940acca08dfb2a4769fe61e538b" } ,
{ file = "zipp-3.18.1.tar.gz" , hash = "sha256:2884ed22e7d8961de1c9a05142eb69a247f120291bc0206a00a7642f09b5b715" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . extras ]
2024-03-15 12:46:16 +00:00
docs = [ "furo" , "jaraco.packaging (>=9.3)" , "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "sphinx (>=3.5)" , "sphinx-lint" ]
testing = [ "big-O" , "jaraco.functools" , "jaraco.itertools" , "more-itertools" , "pytest (>=6)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=2.2)" , "pytest-ignore-flaky" , "pytest-mypy" , "pytest-ruff (>=0.2.1)" ]
2023-01-07 08:01:31 +00:00
[ extras ]
2023-04-22 13:14:31 +00:00
all = [ "Pyrogram" , "TgCrypto" , "aiosqlite" , "flaky" , "pytest" , "pytest-asyncio" ]
2023-01-07 08:01:31 +00:00
pyro = [ "Pyrogram" , "TgCrypto" ]
2023-03-25 03:17:38 +00:00
sqlite = [ "aiosqlite" ]
2023-04-22 13:14:31 +00:00
test = [ "flaky" , "pytest" , "pytest-asyncio" ]
2023-01-07 08:01:31 +00:00
[ metadata ]
lock-version = "2.0"
python-versions = "^3.8"
2024-05-11 09:39:40 +00:00
content-hash = "2b751107316149629c38c03dd74e5bbb07528ce8f16bdb22481956139f14e82a"