2023-11-04 05:50:30 +00:00
# This file is automatically @generated by Poetry 1.7.0 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"
2023-04-17 15:11:44 +00:00
version = "0.19.0"
2023-03-25 03:17:38 +00:00
description = "asyncio bridge to the standard sqlite3 module"
optional = false
python-versions = ">=3.7"
files = [
2023-04-17 15:11:44 +00:00
{ file = "aiosqlite-0.19.0-py3-none-any.whl" , hash = "sha256:edba222e03453e094a3ce605db1b970c4b3376264e56f32e2a4959f948d66a96" } ,
{ file = "aiosqlite-0.19.0.tar.gz" , hash = "sha256:95ee77b91c8d2808bd08a59fbebf66270e9090c3d92ffbf260dc0db0b979577d" } ,
2023-03-25 03:17:38 +00:00
]
2023-04-17 15:11:44 +00:00
[ package . extras ]
dev = [ "aiounittest (==1.4.1)" , "attribution (==1.6.2)" , "black (==23.3.0)" , "coverage[toml] (==7.2.3)" , "flake8 (==5.0.4)" , "flake8-bugbear (==23.3.12)" , "flit (==3.7.1)" , "mypy (==1.2.0)" , "ufmt (==2.1.0)" , "usort (==1.0.6)" ]
docs = [ "sphinx (==6.1.3)" , "sphinx-mdinclude (==0.5.3)" ]
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "alembic"
2023-11-04 05:50:30 +00:00
version = "1.12.1"
2022-09-04 05:52:33 +00:00
description = "A database migration tool for SQLAlchemy."
optional = false
python-versions = ">=3.7"
2023-01-07 08:01:31 +00:00
files = [
2023-11-04 05:50:30 +00:00
{ file = "alembic-1.12.1-py3-none-any.whl" , hash = "sha256:47d52e3dfb03666ed945becb723d6482e52190917fdb47071440cfdba05d92cb" } ,
{ file = "alembic-1.12.1.tar.gz" , hash = "sha256:bca5877e9678b454706347bc10b97cb7d67f300320fa5c3a94423e8266e2823f" } ,
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 ]
tz = [ "python-dateutil" ]
[ [ package ] ]
name = "anyio"
2023-09-09 14:39:37 +00:00
version = "4.0.0"
2022-09-04 05:52:33 +00:00
description = "High level compatibility layer for multiple asynchronous event loop implementations"
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 = "anyio-4.0.0-py3-none-any.whl" , hash = "sha256:cfdb2b588b9fc25ede96d8db56ed50848b0b649dca3dd1df0b11f683bb9e0b5f" } ,
{ file = "anyio-4.0.0.tar.gz" , hash = "sha256:f7ed51751b2c2add651e5747c891b47e26d2a21be5d32d9311dfe9692f3e5d7a" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
[ package . dependencies ]
2023-09-09 14:39:37 +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"
[ package . extras ]
2023-09-09 14:39:37 +00:00
doc = [ "Sphinx (>=7)" , "packaging" , "sphinx-autodoc-typehints (>=1.2.0)" ]
test = [ "anyio[trio]" , "coverage[toml] (>=7)" , "hypothesis (>=4.0)" , "psutil (>=5.9)" , "pytest (>=7.0)" , "pytest-mock (>=3.6.1)" , "trustme" , "uvloop (>=0.17)" ]
trio = [ "trio (>=0.22)" ]
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-07-19 05:52:30 +00:00
version = "0.2.8"
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-07-19 05:52:30 +00:00
{ file = "asyncmy-0.2.8-cp310-cp310-macosx_12_0_x86_64.whl" , hash = "sha256:e0907b5a0b029166f69255fe44a8b2dee29838b51c0f36feb2a6b9ffe7debbc2" } ,
{ file = "asyncmy-0.2.8-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5255198686d15c8ded9b753c30a3bb620f08a8219052ddaf07e0549c99f6dd2b" } ,
{ file = "asyncmy-0.2.8-cp310-cp310-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl" , hash = "sha256:ae45d15af6ca15c25222d78788ccb2d15c518a4a548e8af17074187c7ad11b15" } ,
{ file = "asyncmy-0.2.8-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:07a51f557477b6d53dc74847a25f79f29fa2e0639ba1946eef22f0a1db008191" } ,
{ file = "asyncmy-0.2.8-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:60698791320d17fee33fa4f5f6965e2f26d175155dd0353ed645e299acd32962" } ,
{ file = "asyncmy-0.2.8-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:744ef3bd64b13c0d2fdd0983249d3b67964172ce228d82fc7dcc2f721a53c981" } ,
{ file = "asyncmy-0.2.8-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:b4764d3adb3a27317751eb64c4c8558da79f7784119579536a37d532f1590019" } ,
{ file = "asyncmy-0.2.8-cp310-cp310-win32.whl" , hash = "sha256:9ab386fbbbfae7911267f635a8d72b26ece52d8af63c0f78be6d1a4bfc780506" } ,
{ file = "asyncmy-0.2.8-cp310-cp310-win_amd64.whl" , hash = "sha256:14559963563d6cbc5abe0ddffb2ab36fa27585abe15a7961438a7e0a7b2112d4" } ,
{ file = "asyncmy-0.2.8-cp311-cp311-macosx_12_0_x86_64.whl" , hash = "sha256:6ec61c06f1ba451e194b78ebfcc4190d1aa262bdf16639c5f951f23c0b03d701" } ,
{ file = "asyncmy-0.2.8-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e11cd37e314ffa08db9e9dfea83912da5929c881ad898cca577cfe683990d06e" } ,
{ file = "asyncmy-0.2.8-cp311-cp311-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl" , hash = "sha256:76c30f2f21222f324020b8d422f0eace436ee98c9ff3850d5e2949784a6ad389" } ,
{ file = "asyncmy-0.2.8-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0b8f53cfe216859627219b5b930242e46eb3a2d48ce93d1c3e54c6db70c7dd50" } ,
{ file = "asyncmy-0.2.8-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:3deb383938857268b8ba006993a88e3302697a3fcb51b274fb9a5a0e61dff2ad" } ,
{ file = "asyncmy-0.2.8-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:66514a8c6590d95660efe4b2176a8784348f9175ed46be90ce697570b2fee8e0" } ,
{ file = "asyncmy-0.2.8-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:b992de9440fa1905b719b3014292b3af6415add7ced2ca211711432c5c3d6c26" } ,
{ file = "asyncmy-0.2.8-cp311-cp311-win32.whl" , hash = "sha256:3250138a53682b593d106b1265b1f0aa1900c202d4f792bac2271a2ee14e8d0a" } ,
{ file = "asyncmy-0.2.8-cp311-cp311-win_amd64.whl" , hash = "sha256:337ec13f9e3eeb44497e31ab7aa6611831da9b47f386a00da66f654bc0313d7d" } ,
{ file = "asyncmy-0.2.8-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:025f79df9e1622aec1cbab2db420beb416d1e9b8e0aae3e79b0f6d5b37352591" } ,
{ file = "asyncmy-0.2.8-cp37-cp37m-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl" , hash = "sha256:82e20d41ca4f5db7d35a3e58845059da483dadfec633ec73529bfaf718cf2829" } ,
{ file = "asyncmy-0.2.8-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4ea92a4ab09dc915341bf43a6f22d4aef5f15363f533cbecefbbc51a7fe9d5b0" } ,
{ file = "asyncmy-0.2.8-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:cd1c943230e1bf4d5a6fc26ffae507bd7be570efaef6cfa9707f34900dd487ae" } ,
{ file = "asyncmy-0.2.8-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:358303a57c13af05b4746daaeb12853ecd82536b9429a44b26f9b3869c48926d" } ,
{ file = "asyncmy-0.2.8-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:0be39aef1b07101c0611341b8ee14fdd964b202fdc1267e781a816bc4652dbc1" } ,
{ file = "asyncmy-0.2.8-cp37-cp37m-win32.whl" , hash = "sha256:6272f4128873d049539a4b28c895fe4df27be5826f0c911d2f751d29d5238ea6" } ,
{ file = "asyncmy-0.2.8-cp37-cp37m-win_amd64.whl" , hash = "sha256:a680e132ea84232c7798c98027b41f8703dc4e8245e7342df7cbf3f80aa38369" } ,
{ file = "asyncmy-0.2.8-cp38-cp38-macosx_12_0_x86_64.whl" , hash = "sha256:7a42b4392bf8c92f5134b8b8224179084a3645d5dcef660190bbd56a8d023031" } ,
{ file = "asyncmy-0.2.8-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3edd71e33697127979fffc847f0be678642d2c1aaf3607cf51a257a198638eb1" } ,
{ file = "asyncmy-0.2.8-cp38-cp38-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl" , hash = "sha256:cc4deeee84454796f871fa7ab1dfbb200131c94c26c3cd8d98139d23418b1c6b" } ,
{ file = "asyncmy-0.2.8-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4b36d8aaccb4630c34fa09844f879647e931b80d0c17471cd5608a5891c6f56b" } ,
{ file = "asyncmy-0.2.8-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:c91d5bd76bc4422d0aa870170c7a51eadff3665ebac8d881937ca95d458e526f" } ,
{ file = "asyncmy-0.2.8-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:241c3ba9b23501273444bf646635259fed681d9e22f7dab44dd64682c635b126" } ,
{ file = "asyncmy-0.2.8-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:e02622345ab6c96df2c194afd7b73806da0ddc32a643420e47c49636d9eba7c0" } ,
{ file = "asyncmy-0.2.8-cp38-cp38-win32.whl" , hash = "sha256:5b21927f30bf37269d40fa8f2be4f012a6d78e3aad52ae245aed7a7e5abfeec2" } ,
{ file = "asyncmy-0.2.8-cp38-cp38-win_amd64.whl" , hash = "sha256:774bf2cd35269ef7aa26b0a1f2ce1e14825afb61026e605f58c178f8b03d0d45" } ,
{ file = "asyncmy-0.2.8-cp39-cp39-macosx_12_0_x86_64.whl" , hash = "sha256:8e5d51f1853e1c65c8e9e1f20b603ab588921135357846518af5aec6b41ef99a" } ,
{ file = "asyncmy-0.2.8-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9d5ac4ae4b858c5fdfb127f008dbde8dbbb5050cb07760ff21683963ae2730b7" } ,
{ file = "asyncmy-0.2.8-cp39-cp39-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl" , hash = "sha256:83e148678c1bb93dcc2ab40d6754ffa5a0782482b33f55a482a5bb4ba30b4382" } ,
{ file = "asyncmy-0.2.8-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b9c3dbf96b4044712b5dd698ae5f341776005b93f21b67693b5d678938f54c6a" } ,
{ file = "asyncmy-0.2.8-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:cfb6eb0978a9a047bdcf1f6874bcbfd6f5ef2ea16ccff34bc69ae2a679ed2410" } ,
{ file = "asyncmy-0.2.8-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:1e4cf24bf70d6e38852d91dfe6c7d41f0b834573c79c39a1f3e9b7141653852b" } ,
{ file = "asyncmy-0.2.8-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:5553c8f77922e0f3d8ced9c3df10f8bcd8dbe332f030d067f37afa2c233b33e6" } ,
{ file = "asyncmy-0.2.8-cp39-cp39-win32.whl" , hash = "sha256:8da1e75e64305febcd8caf77660bf54b5b98b5936810fff502dc9c2c5ffdbf10" } ,
{ file = "asyncmy-0.2.8-cp39-cp39-win_amd64.whl" , hash = "sha256:fbebdac507eebcae23122fffedaccdaf37c0712a1d9ade710cd13b2076338ef3" } ,
{ file = "asyncmy-0.2.8-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:eef62968c7286d0e49a48fb583c8a1bff7a033bb1162b6f3112d26b433a46744" } ,
{ file = "asyncmy-0.2.8-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl" , hash = "sha256:e3b57b3df1a428fab540ce7b43c426ed87615cb57ea89763cc7ee4ebf4b78108" } ,
{ file = "asyncmy-0.2.8-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1497baf1845e1eccd162a11b454d7404bb6402fd7be6c266e10757484db459e0" } ,
{ file = "asyncmy-0.2.8-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:a6f54258da99e6b641392501d6de58ae30cfec91955cac0687dd7178e6e34d33" } ,
{ file = "asyncmy-0.2.8-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9815b7a3f0f146777722d798718831aa2686d1c7158c442bd2e31be9c9789ded" } ,
{ file = "asyncmy-0.2.8-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl" , hash = "sha256:68fd7b115fb90d6a64d3ae1d0456772f3be57be0b86f150e8ae2cec35c43b9ca" } ,
{ file = "asyncmy-0.2.8-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ce510ad7fd453612c37db47c940ae43f282b7048c3dfa3aa97ccfe1d90971c44" } ,
{ file = "asyncmy-0.2.8-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:7b5d77f8e283dac6f24cf7d4200a7fd56b772251bdb0ed1a8ed22221e8f0d3fb" } ,
{ file = "asyncmy-0.2.8-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ae983875a2af5875cbd5c4e8e159c383918d380911e490f108fcadc12d280fc0" } ,
{ file = "asyncmy-0.2.8-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux_2_5_i686.manylinux1_i686.manylinux2014_i686.whl" , hash = "sha256:f753529396779843b3bf64f9a18ba21a4ef5affb6cf07adf6b09b038177cad3f" } ,
{ file = "asyncmy-0.2.8-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux_2_5_x86_64.manylinux1_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c02991b3c5601b065d6d5a14078dd5c37eeb2692331a4324952159c9f2732201" } ,
{ file = "asyncmy-0.2.8-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:b1df36e6343f9c57f764247e864bb3dfe4034b1ef1191c945c0583c569bff429" } ,
{ file = "asyncmy-0.2.8.tar.gz" , hash = "sha256:ea8ee58090e1c05bb5aeb4cd7742fb53a38b3f2346613bc0f3895f12c6f8b19a" } ,
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"
2023-04-22 13:14:31 +00:00
version = "4.12.2"
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 = [
2023-04-22 13:14:31 +00:00
{ file = "beautifulsoup4-4.12.2-py3-none-any.whl" , hash = "sha256:bd2520ca0d9d7d12694a53d44ac482d181b4ec1888909b035a3dbf40d0f57d4a" } ,
{ file = "beautifulsoup4-4.12.2.tar.gz" , hash = "sha256:492bbc69dca35d12daac71c4db1bfff0c876c00ef4a2ffacce226d4638eb72da" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
[ package . dependencies ]
soupsieve = ">1.2"
[ package . extras ]
html5lib = [ "html5lib" ]
lxml = [ "lxml" ]
[ [ package ] ]
name = "black"
2023-10-25 14:43:22 +00:00
version = "23.10.1"
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 = [
2023-10-25 14:43:22 +00:00
{ file = "black-23.10.1-cp310-cp310-macosx_10_16_arm64.whl" , hash = "sha256:ec3f8e6234c4e46ff9e16d9ae96f4ef69fa328bb4ad08198c8cee45bb1f08c69" } ,
{ file = "black-23.10.1-cp310-cp310-macosx_10_16_x86_64.whl" , hash = "sha256:1b917a2aa020ca600483a7b340c165970b26e9029067f019e3755b56e8dd5916" } ,
{ file = "black-23.10.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9c74de4c77b849e6359c6f01987e94873c707098322b91490d24296f66d067dc" } ,
{ file = "black-23.10.1-cp310-cp310-win_amd64.whl" , hash = "sha256:7b4d10b0f016616a0d93d24a448100adf1699712fb7a4efd0e2c32bbb219b173" } ,
{ file = "black-23.10.1-cp311-cp311-macosx_10_16_arm64.whl" , hash = "sha256:b15b75fc53a2fbcac8a87d3e20f69874d161beef13954747e053bca7a1ce53a0" } ,
{ file = "black-23.10.1-cp311-cp311-macosx_10_16_x86_64.whl" , hash = "sha256:e293e4c2f4a992b980032bbd62df07c1bcff82d6964d6c9496f2cd726e246ace" } ,
{ file = "black-23.10.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7d56124b7a61d092cb52cce34182a5280e160e6aff3137172a68c2c2c4b76bcb" } ,
{ file = "black-23.10.1-cp311-cp311-win_amd64.whl" , hash = "sha256:3f157a8945a7b2d424da3335f7ace89c14a3b0625e6593d21139c2d8214d55ce" } ,
{ file = "black-23.10.1-cp38-cp38-macosx_10_16_arm64.whl" , hash = "sha256:cfcce6f0a384d0da692119f2d72d79ed07c7159879d0bb1bb32d2e443382bf3a" } ,
{ file = "black-23.10.1-cp38-cp38-macosx_10_16_x86_64.whl" , hash = "sha256:33d40f5b06be80c1bbce17b173cda17994fbad096ce60eb22054da021bf933d1" } ,
{ file = "black-23.10.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:840015166dbdfbc47992871325799fd2dc0dcf9395e401ada6d88fe11498abad" } ,
{ file = "black-23.10.1-cp38-cp38-win_amd64.whl" , hash = "sha256:037e9b4664cafda5f025a1728c50a9e9aedb99a759c89f760bd83730e76ba884" } ,
{ file = "black-23.10.1-cp39-cp39-macosx_10_16_arm64.whl" , hash = "sha256:7cb5936e686e782fddb1c73f8aa6f459e1ad38a6a7b0e54b403f1f05a1507ee9" } ,
{ file = "black-23.10.1-cp39-cp39-macosx_10_16_x86_64.whl" , hash = "sha256:7670242e90dc129c539e9ca17665e39a146a761e681805c54fbd86015c7c84f7" } ,
{ file = "black-23.10.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5ed45ac9a613fb52dad3b61c8dea2ec9510bf3108d4db88422bacc7d1ba1243d" } ,
{ file = "black-23.10.1-cp39-cp39-win_amd64.whl" , hash = "sha256:6d23d7822140e3fef190734216cefb262521789367fbdc0b3f22af6744058982" } ,
{ file = "black-23.10.1-py3-none-any.whl" , hash = "sha256:d431e6739f727bb2e0495df64a6c7a5310758e87505f5f8cde9ff6c0f2d7e4fe" } ,
{ file = "black-23.10.1.tar.gz" , hash = "sha256:1f8ce316753428ff68749c65a5f7844631aa18c8679dfd3ca9dc1a289979c258" } ,
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)" ]
d = [ "aiohttp (>=3.7.4)" ]
jupyter = [ "ipython (>=7.8.0)" , "tokenize-rt (>=3.2.0)" ]
uvloop = [ "uvloop (>=0.15.2)" ]
[ [ package ] ]
name = "cachetools"
2023-10-25 14:43:22 +00:00
version = "5.3.2"
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 = [
2023-10-25 14:43:22 +00:00
{ file = "cachetools-5.3.2-py3-none-any.whl" , hash = "sha256:861f35a13a451f94e301ce2bec7cac63e881232ccce7ed67fab9b5df4d3beaa1" } ,
{ file = "cachetools-5.3.2.tar.gz" , hash = "sha256:086ee420196f7b2ab9ca2db2520aca326318b68fe5ba8bc4d49cca91add450f2" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "certifi"
2023-09-09 14:39:37 +00:00
version = "2023.7.22"
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 = [
2023-09-09 14:39:37 +00:00
{ file = "certifi-2023.7.22-py3-none-any.whl" , hash = "sha256:92d6037539857d8206b8f6ae472e8b77db8058fec5937a1ef3f54304089edbb9" } ,
{ file = "certifi-2023.7.22.tar.gz" , hash = "sha256:539cc1d13202e33ca466e88b2807e29f4c13049d6d87031a3c110744495cb082" } ,
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"
version = "6.7.0"
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 = [
{ file = "colorlog-6.7.0-py2.py3-none-any.whl" , hash = "sha256:0d33ca236784a1ba3ff9c532d4964126d8a2c44f1f0cb1d2b0728196f512f662" } ,
{ file = "colorlog-6.7.0.tar.gz" , hash = "sha256:bd94bd21c1e13fac7bd3153f4bc3a7dc0eb0974b8bc2fdf1a989e474f6e582e5" } ,
]
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"
2023-10-25 14:43:22 +00:00
version = "41.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 = [
2023-10-25 14:43:22 +00:00
{ file = "cryptography-41.0.5-cp37-abi3-macosx_10_12_universal2.whl" , hash = "sha256:da6a0ff8f1016ccc7477e6339e1d50ce5f59b88905585f77193ebd5068f1e797" } ,
{ file = "cryptography-41.0.5-cp37-abi3-macosx_10_12_x86_64.whl" , hash = "sha256:b948e09fe5fb18517d99994184854ebd50b57248736fd4c720ad540560174ec5" } ,
{ file = "cryptography-41.0.5-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d38e6031e113b7421db1de0c1b1f7739564a88f1684c6b89234fbf6c11b75147" } ,
{ file = "cryptography-41.0.5-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e270c04f4d9b5671ebcc792b3ba5d4488bf7c42c3c241a3748e2599776f29696" } ,
{ file = "cryptography-41.0.5-cp37-abi3-manylinux_2_28_aarch64.whl" , hash = "sha256:ec3b055ff8f1dce8e6ef28f626e0972981475173d7973d63f271b29c8a2897da" } ,
{ file = "cryptography-41.0.5-cp37-abi3-manylinux_2_28_x86_64.whl" , hash = "sha256:7d208c21e47940369accfc9e85f0de7693d9a5d843c2509b3846b2db170dfd20" } ,
{ file = "cryptography-41.0.5-cp37-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:8254962e6ba1f4d2090c44daf50a547cd5f0bf446dc658a8e5f8156cae0d8548" } ,
{ file = "cryptography-41.0.5-cp37-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:a48e74dad1fb349f3dc1d449ed88e0017d792997a7ad2ec9587ed17405667e6d" } ,
{ file = "cryptography-41.0.5-cp37-abi3-win32.whl" , hash = "sha256:d3977f0e276f6f5bf245c403156673db103283266601405376f075c849a0b936" } ,
{ file = "cryptography-41.0.5-cp37-abi3-win_amd64.whl" , hash = "sha256:73801ac9736741f220e20435f84ecec75ed70eda90f781a148f1bad546963d81" } ,
{ file = "cryptography-41.0.5-pp310-pypy310_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:3be3ca726e1572517d2bef99a818378bbcf7d7799d5372a46c79c29eb8d166c1" } ,
{ file = "cryptography-41.0.5-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:e886098619d3815e0ad5790c973afeee2c0e6e04b4da90b88e6bd06e2a0b1b72" } ,
{ file = "cryptography-41.0.5-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:573eb7128cbca75f9157dcde974781209463ce56b5804983e11a1c462f0f4e88" } ,
{ file = "cryptography-41.0.5-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:0c327cac00f082013c7c9fb6c46b7cc9fa3c288ca702c74773968173bda421bf" } ,
{ file = "cryptography-41.0.5-pp38-pypy38_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:227ec057cd32a41c6651701abc0328135e472ed450f47c2766f23267b792a88e" } ,
{ file = "cryptography-41.0.5-pp38-pypy38_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:22892cc830d8b2c89ea60148227631bb96a7da0c1b722f2aac8824b1b7c0b6b8" } ,
{ file = "cryptography-41.0.5-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:5a70187954ba7292c7876734183e810b728b4f3965fbe571421cb2434d279179" } ,
{ file = "cryptography-41.0.5-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:88417bff20162f635f24f849ab182b092697922088b477a7abd6664ddd82291d" } ,
{ file = "cryptography-41.0.5-pp39-pypy39_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:c707f7afd813478e2019ae32a7c49cd932dd60ab2d2a93e796f68236b7e1fbf1" } ,
{ file = "cryptography-41.0.5-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:580afc7b7216deeb87a098ef0674d6ee34ab55993140838b14c9b83312b37b86" } ,
{ file = "cryptography-41.0.5-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:fba1e91467c65fe64a82c689dc6cf58151158993b13eb7a7f3f4b7f395636723" } ,
{ file = "cryptography-41.0.5-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:0d2a6a598847c46e3e321a7aef8af1436f11c27f1254933746304ff014664d84" } ,
{ file = "cryptography-41.0.5.tar.gz" , hash = "sha256:392cb88b597247177172e02da6b7a63deeff1937fa6fec3bbf902ebd75d97ec7" } ,
2023-02-10 16:05:23 +00:00
]
[ package . dependencies ]
cffi = ">=1.12"
[ package . extras ]
docs = [ "sphinx (>=5.3.0)" , "sphinx-rtd-theme (>=1.1.1)" ]
docstest = [ "pyenchant (>=1.6.11)" , "sphinxcontrib-spelling (>=4.0.1)" , "twine (>=1.12.0)" ]
2023-07-19 05:52:30 +00:00
nox = [ "nox" ]
pep8test = [ "black" , "check-sdist" , "mypy" , "ruff" ]
sdist = [ "build" ]
2023-02-10 16:05:23 +00:00
ssh = [ "bcrypt (>=3.1.5)" ]
2023-07-19 05:52:30 +00:00
test = [ "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-09-09 14:39:37 +00:00
version = "1.1.3"
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-09-09 14:39:37 +00:00
{ file = "exceptiongroup-1.1.3-py3-none-any.whl" , hash = "sha256:343280667a4585d195ca1cf9cef84a4e178c4b6cf2274caef9859782b567d5e3" } ,
{ file = "exceptiongroup-1.1.3.tar.gz" , hash = "sha256:097acd85d473d75af5bb98e41b61ff7fe35efe6675e4f9370ec6ec5126d160e9" } ,
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"
2023-10-25 14:43:22 +00:00
version = "2.20.0"
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 = [
2023-10-25 14:43:22 +00:00
{ file = "fakeredis-2.20.0-py3-none-any.whl" , hash = "sha256:c9baf3c7fd2ebf40db50db4c642c7c76b712b1eed25d91efcc175bba9bc40ca3" } ,
{ file = "fakeredis-2.20.0.tar.gz" , hash = "sha256:69987928d719d1ae1665ae8ebb16199d22a5ebae0b7d0d0d6586fc3a1a67428c" } ,
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 ]
2023-10-25 14:43:22 +00:00
bf = [ "pybloom-live (>=4.0,<5.0)" ]
json = [ "jsonpath-ng (>=1.6,<2.0)" ]
2023-09-09 14:39:37 +00:00
lua = [ "lupa (>=1.14,<3.0)" ]
2022-09-04 05:52:33 +00:00
2022-10-12 13:39:47 +00:00
[ [ package ] ]
name = "fastapi"
2023-07-19 05:52:30 +00:00
version = "0.99.1"
2022-10-12 13:39:47 +00:00
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
optional = false
python-versions = ">=3.7"
2023-01-07 08:01:31 +00:00
files = [
2023-07-19 05:52:30 +00:00
{ file = "fastapi-0.99.1-py3-none-any.whl" , hash = "sha256:976df7bab51ac7beda9f68c4513b8c4490b5c1135c72aafd0a5ee4023ec5282e" } ,
{ file = "fastapi-0.99.1.tar.gz" , hash = "sha256:ac78f717cd80d657bd183f94d33b9bda84aa376a46a9dab513586b8eef1dc6fc" } ,
2023-01-07 08:01:31 +00:00
]
2022-10-12 13:39:47 +00:00
[ package . dependencies ]
2023-07-19 05:52:30 +00:00
pydantic = ">=1.7.4,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0"
starlette = ">=0.27.0,<0.28.0"
typing-extensions = ">=4.5.0"
2022-10-12 13:39:47 +00:00
[ package . extras ]
2022-11-14 10:27:20 +00:00
all = [ "email-validator (>=1.1.1)" , "httpx (>=0.23.0)" , "itsdangerous (>=1.1.0)" , "jinja2 (>=2.11.2)" , "orjson (>=3.2.1)" , "python-multipart (>=0.0.5)" , "pyyaml (>=5.3.1)" , "ujson (>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0)" , "uvicorn[standard] (>=0.12.0)" ]
2022-10-12 13:39:47 +00:00
2022-09-12 15:18:11 +00:00
[ [ package ] ]
name = "flaky"
version = "3.7.0"
description = "Plugin for nose or pytest that automatically reruns flaky tests."
optional = true
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
2023-01-07 08:01:31 +00:00
files = [
{ file = "flaky-3.7.0-py2.py3-none-any.whl" , hash = "sha256:d6eda73cab5ae7364504b7c44670f70abed9e75f77dd116352f662817592ec9c" } ,
{ file = "flaky-3.7.0.tar.gz" , hash = "sha256:3ad100780721a1911f57a165809b7ea265a7863305acb66708220820caf8aa0d" } ,
]
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"
2023-10-25 14:43:22 +00:00
version = "3.1.40"
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 = [
2023-10-25 14:43:22 +00:00
{ file = "GitPython-3.1.40-py3-none-any.whl" , hash = "sha256:cf14627d5a8049ffbf49915732e5eddbe8134c3bdb9d476e6182b676fc573f8a" } ,
{ file = "GitPython-3.1.40.tar.gz" , hash = "sha256:22b126e9ffb671fdd0c129796343a02bf67bf2994b35449ffc9321aa755e18a4" } ,
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 ]
test = [ "black" , "coverage[toml]" , "ddt (>=1.1.1,!=1.4.3)" , "mock" , "mypy" , "pre-commit" , "pytest" , "pytest-cov" , "pytest-instafail" , "pytest-subtests" , "pytest-sugar" ]
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"
2023-07-19 05:52:30 +00:00
version = "0.17.3"
2022-09-04 05:52:33 +00:00
description = "A minimal low-level HTTP client."
optional = false
python-versions = ">=3.7"
2023-01-07 08:01:31 +00:00
files = [
2023-07-19 05:52:30 +00:00
{ file = "httpcore-0.17.3-py3-none-any.whl" , hash = "sha256:c2789b767ddddfa2a5782e3199b2b7f6894540b17b16ec26b2c4d8e103510b87" } ,
{ file = "httpcore-0.17.3.tar.gz" , hash = "sha256:a6f30213335e34c1ade7be6ec7c47f19f50c56db36abef1a9dfa3815b1cb3888" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
[ package . dependencies ]
2022-12-01 03:37:50 +00:00
anyio = ">=3.0,<5.0"
2022-09-04 05:52:33 +00:00
certifi = "*"
2022-12-01 03:37:50 +00:00
h11 = ">=0.13,<0.15"
2023-07-19 05:52:30 +00:00
sniffio = "==1.*"
2022-09-04 05:52:33 +00:00
[ package . extras ]
http2 = [ "h2 (>=3,<5)" ]
2023-07-19 05:52:30 +00:00
socks = [ "socksio (==1.*)" ]
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-07-19 05:52:30 +00:00
version = "0.24.1"
2022-09-04 05:52:33 +00:00
description = "The next generation HTTP client."
optional = false
python-versions = ">=3.7"
2023-01-07 08:01:31 +00:00
files = [
2023-07-19 05:52:30 +00:00
{ file = "httpx-0.24.1-py3-none-any.whl" , hash = "sha256:06781eb9ac53cde990577af654bd990a4949de37a28bdb4a230d434f3a30b9bd" } ,
{ file = "httpx-0.24.1.tar.gz" , hash = "sha256:5853a43053df830c20f8110c5e69fe44d035d850b2dfe795e196f00fdb774bdd" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
[ package . dependencies ]
certifi = "*"
2023-07-19 05:52:30 +00:00
httpcore = ">=0.15.0,<0.18.0"
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"
2022-09-14 02:06:43 +00:00
version = "3.4"
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 = [
{ file = "idna-3.4-py3-none-any.whl" , hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2" } ,
{ file = "idna-3.4.tar.gz" , hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4" } ,
]
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "importlib-metadata"
2023-07-19 05:52:30 +00:00
version = "6.8.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 = [
2023-07-19 05:52:30 +00:00
{ file = "importlib_metadata-6.8.0-py3-none-any.whl" , hash = "sha256:3ebb78df84a805d7698245025b975d9d67053cd94c79245ba4b3eb694abe68bb" } ,
{ file = "importlib_metadata-6.8.0.tar.gz" , hash = "sha256:dbace7892d8c0c4ac1ad096662232f831d4e64f4c4545bd53016a3e9d4654743" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
[ package . dependencies ]
zipp = ">=0.5"
[ package . extras ]
2023-02-15 09:44:59 +00:00
docs = [ "furo" , "jaraco.packaging (>=9)" , "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "sphinx (>=3.5)" , "sphinx-lint" ]
2022-09-04 05:52:33 +00:00
perf = [ "ipython" ]
2023-07-19 05:52:30 +00:00
testing = [ "flufl.flake8" , "importlib-resources (>=1.3)" , "packaging" , "pyfakefs" , "pytest (>=6)" , "pytest-black (>=0.3.7)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=2.2)" , "pytest-mypy (>=0.9.1)" , "pytest-perf (>=0.9.2)" , "pytest-ruff" ]
2022-09-04 05:52:33 +00:00
2022-11-30 08:45:53 +00:00
[ [ package ] ]
name = "importlib-resources"
2023-10-25 14:43:22 +00:00
version = "6.1.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 = [
2023-10-25 14:43:22 +00:00
{ file = "importlib_resources-6.1.0-py3-none-any.whl" , hash = "sha256:aa50258bbfa56d4e33fbd8aa3ef48ded10d1735f11532b8df95388cc6bdb7e83" } ,
{ file = "importlib_resources-6.1.0.tar.gz" , hash = "sha256:9d48dcccc213325e810fd723e7fbb45ccb39f6cf5c31f00cf2b965f5f10f3cb9" } ,
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" ]
testing = [ "pytest (>=6)" , "pytest-black (>=0.3.7)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=2.2)" , "pytest-mypy (>=0.9.1)" , "pytest-ruff" , "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"
2022-09-04 05:52:33 +00:00
version = "3.1.2"
description = "A very fast and expressive template engine."
optional = false
python-versions = ">=3.7"
2023-01-07 08:01:31 +00:00
files = [
{ file = "Jinja2-3.1.2-py3-none-any.whl" , hash = "sha256:6088930bfe239f0e6710546ab9c19c9ef35e29792895fed6e6e31a023a182a61" } ,
{ file = "Jinja2-3.1.2.tar.gz" , hash = "sha256:31351a702a408a9e7595a8fc6150fc3f43bb6bf7e319770cbc0db9df9437e852" } ,
]
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"
2023-07-19 05:52:30 +00:00
version = "4.9.3"
2022-09-12 15:18:11 +00:00
description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*"
2023-01-07 08:01:31 +00:00
files = [
2023-07-19 05:52:30 +00:00
{ file = "lxml-4.9.3-cp27-cp27m-macosx_11_0_x86_64.whl" , hash = "sha256:b0a545b46b526d418eb91754565ba5b63b1c0b12f9bd2f808c852d9b4b2f9b5c" } ,
{ file = "lxml-4.9.3-cp27-cp27m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:075b731ddd9e7f68ad24c635374211376aa05a281673ede86cbe1d1b3455279d" } ,
{ file = "lxml-4.9.3-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:1e224d5755dba2f4a9498e150c43792392ac9b5380aa1b845f98a1618c94eeef" } ,
{ file = "lxml-4.9.3-cp27-cp27m-win32.whl" , hash = "sha256:2c74524e179f2ad6d2a4f7caf70e2d96639c0954c943ad601a9e146c76408ed7" } ,
{ file = "lxml-4.9.3-cp27-cp27m-win_amd64.whl" , hash = "sha256:4f1026bc732b6a7f96369f7bfe1a4f2290fb34dce00d8644bc3036fb351a4ca1" } ,
{ file = "lxml-4.9.3-cp27-cp27mu-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:c0781a98ff5e6586926293e59480b64ddd46282953203c76ae15dbbbf302e8bb" } ,
{ file = "lxml-4.9.3-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:cef2502e7e8a96fe5ad686d60b49e1ab03e438bd9123987994528febd569868e" } ,
{ file = "lxml-4.9.3-cp310-cp310-macosx_11_0_x86_64.whl" , hash = "sha256:b86164d2cff4d3aaa1f04a14685cbc072efd0b4f99ca5708b2ad1b9b5988a991" } ,
{ file = "lxml-4.9.3-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:42871176e7896d5d45138f6d28751053c711ed4d48d8e30b498da155af39aebd" } ,
{ file = "lxml-4.9.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:ae8b9c6deb1e634ba4f1930eb67ef6e6bf6a44b6eb5ad605642b2d6d5ed9ce3c" } ,
{ file = "lxml-4.9.3-cp310-cp310-manylinux_2_28_aarch64.whl" , hash = "sha256:411007c0d88188d9f621b11d252cce90c4a2d1a49db6c068e3c16422f306eab8" } ,
{ file = "lxml-4.9.3-cp310-cp310-manylinux_2_28_x86_64.whl" , hash = "sha256:cd47b4a0d41d2afa3e58e5bf1f62069255aa2fd6ff5ee41604418ca925911d76" } ,
{ file = "lxml-4.9.3-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:0e2cb47860da1f7e9a5256254b74ae331687b9672dfa780eed355c4c9c3dbd23" } ,
{ file = "lxml-4.9.3-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:1247694b26342a7bf47c02e513d32225ededd18045264d40758abeb3c838a51f" } ,
{ file = "lxml-4.9.3-cp310-cp310-win32.whl" , hash = "sha256:cdb650fc86227eba20de1a29d4b2c1bfe139dc75a0669270033cb2ea3d391b85" } ,
{ file = "lxml-4.9.3-cp310-cp310-win_amd64.whl" , hash = "sha256:97047f0d25cd4bcae81f9ec9dc290ca3e15927c192df17331b53bebe0e3ff96d" } ,
{ file = "lxml-4.9.3-cp311-cp311-macosx_11_0_universal2.whl" , hash = "sha256:1f447ea5429b54f9582d4b955f5f1985f278ce5cf169f72eea8afd9502973dd5" } ,
{ file = "lxml-4.9.3-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:57d6ba0ca2b0c462f339640d22882acc711de224d769edf29962b09f77129cbf" } ,
{ file = "lxml-4.9.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:9767e79108424fb6c3edf8f81e6730666a50feb01a328f4a016464a5893f835a" } ,
{ file = "lxml-4.9.3-cp311-cp311-manylinux_2_28_aarch64.whl" , hash = "sha256:71c52db65e4b56b8ddc5bb89fb2e66c558ed9d1a74a45ceb7dcb20c191c3df2f" } ,
{ file = "lxml-4.9.3-cp311-cp311-manylinux_2_28_x86_64.whl" , hash = "sha256:d73d8ecf8ecf10a3bd007f2192725a34bd62898e8da27eb9d32a58084f93962b" } ,
{ file = "lxml-4.9.3-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:0a3d3487f07c1d7f150894c238299934a2a074ef590b583103a45002035be120" } ,
{ file = "lxml-4.9.3-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:9e28c51fa0ce5674be9f560c6761c1b441631901993f76700b1b30ca6c8378d6" } ,
{ file = "lxml-4.9.3-cp311-cp311-win32.whl" , hash = "sha256:0bfd0767c5c1de2551a120673b72e5d4b628737cb05414f03c3277bf9bed3305" } ,
{ file = "lxml-4.9.3-cp311-cp311-win_amd64.whl" , hash = "sha256:25f32acefac14ef7bd53e4218fe93b804ef6f6b92ffdb4322bb6d49d94cad2bc" } ,
{ file = "lxml-4.9.3-cp312-cp312-macosx_11_0_universal2.whl" , hash = "sha256:d3ff32724f98fbbbfa9f49d82852b159e9784d6094983d9a8b7f2ddaebb063d4" } ,
{ file = "lxml-4.9.3-cp312-cp312-manylinux_2_28_aarch64.whl" , hash = "sha256:48d6ed886b343d11493129e019da91d4039826794a3e3027321c56d9e71505be" } ,
{ file = "lxml-4.9.3-cp312-cp312-manylinux_2_28_x86_64.whl" , hash = "sha256:9a92d3faef50658dd2c5470af249985782bf754c4e18e15afb67d3ab06233f13" } ,
{ file = "lxml-4.9.3-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:b4e4bc18382088514ebde9328da057775055940a1f2e18f6ad2d78aa0f3ec5b9" } ,
{ file = "lxml-4.9.3-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:fc9b106a1bf918db68619fdcd6d5ad4f972fdd19c01d19bdb6bf63f3589a9ec5" } ,
{ file = "lxml-4.9.3-cp312-cp312-win_amd64.whl" , hash = "sha256:d37017287a7adb6ab77e1c5bee9bcf9660f90ff445042b790402a654d2ad81d8" } ,
{ file = "lxml-4.9.3-cp35-cp35m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:56dc1f1ebccc656d1b3ed288f11e27172a01503fc016bcabdcbc0978b19352b7" } ,
{ file = "lxml-4.9.3-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:578695735c5a3f51569810dfebd05dd6f888147a34f0f98d4bb27e92b76e05c2" } ,
{ file = "lxml-4.9.3-cp35-cp35m-win32.whl" , hash = "sha256:704f61ba8c1283c71b16135caf697557f5ecf3e74d9e453233e4771d68a1f42d" } ,
{ file = "lxml-4.9.3-cp35-cp35m-win_amd64.whl" , hash = "sha256:c41bfca0bd3532d53d16fd34d20806d5c2b1ace22a2f2e4c0008570bf2c58833" } ,
{ file = "lxml-4.9.3-cp36-cp36m-macosx_11_0_x86_64.whl" , hash = "sha256:64f479d719dc9f4c813ad9bb6b28f8390360660b73b2e4beb4cb0ae7104f1c12" } ,
{ file = "lxml-4.9.3-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:dd708cf4ee4408cf46a48b108fb9427bfa00b9b85812a9262b5c668af2533ea5" } ,
{ file = "lxml-4.9.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5c31c7462abdf8f2ac0577d9f05279727e698f97ecbb02f17939ea99ae8daa98" } ,
{ file = "lxml-4.9.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:e3cd95e10c2610c360154afdc2f1480aea394f4a4f1ea0a5eacce49640c9b190" } ,
{ file = "lxml-4.9.3-cp36-cp36m-manylinux_2_28_x86_64.whl" , hash = "sha256:4930be26af26ac545c3dffb662521d4e6268352866956672231887d18f0eaab2" } ,
{ file = "lxml-4.9.3-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:4aec80cde9197340bc353d2768e2a75f5f60bacda2bab72ab1dc499589b3878c" } ,
{ file = "lxml-4.9.3-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:14e019fd83b831b2e61baed40cab76222139926b1fb5ed0e79225bc0cae14584" } ,
{ file = "lxml-4.9.3-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:0c0850c8b02c298d3c7006b23e98249515ac57430e16a166873fc47a5d549287" } ,
{ file = "lxml-4.9.3-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:aca086dc5f9ef98c512bac8efea4483eb84abbf926eaeedf7b91479feb092458" } ,
{ file = "lxml-4.9.3-cp36-cp36m-win32.whl" , hash = "sha256:50baa9c1c47efcaef189f31e3d00d697c6d4afda5c3cde0302d063492ff9b477" } ,
{ file = "lxml-4.9.3-cp36-cp36m-win_amd64.whl" , hash = "sha256:bef4e656f7d98aaa3486d2627e7d2df1157d7e88e7efd43a65aa5dd4714916cf" } ,
{ file = "lxml-4.9.3-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:46f409a2d60f634fe550f7133ed30ad5321ae2e6630f13657fb9479506b00601" } ,
{ file = "lxml-4.9.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:4c28a9144688aef80d6ea666c809b4b0e50010a2aca784c97f5e6bf143d9f129" } ,
{ file = "lxml-4.9.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:141f1d1a9b663c679dc524af3ea1773e618907e96075262726c7612c02b149a4" } ,
{ file = "lxml-4.9.3-cp37-cp37m-manylinux_2_28_x86_64.whl" , hash = "sha256:53ace1c1fd5a74ef662f844a0413446c0629d151055340e9893da958a374f70d" } ,
{ file = "lxml-4.9.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:17a753023436a18e27dd7769e798ce302963c236bc4114ceee5b25c18c52c693" } ,
{ file = "lxml-4.9.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:7d298a1bd60c067ea75d9f684f5f3992c9d6766fadbc0bcedd39750bf344c2f4" } ,
{ file = "lxml-4.9.3-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:081d32421db5df44c41b7f08a334a090a545c54ba977e47fd7cc2deece78809a" } ,
{ file = "lxml-4.9.3-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:23eed6d7b1a3336ad92d8e39d4bfe09073c31bfe502f20ca5116b2a334f8ec02" } ,
{ file = "lxml-4.9.3-cp37-cp37m-win32.whl" , hash = "sha256:1509dd12b773c02acd154582088820893109f6ca27ef7291b003d0e81666109f" } ,
{ file = "lxml-4.9.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:120fa9349a24c7043854c53cae8cec227e1f79195a7493e09e0c12e29f918e52" } ,
{ file = "lxml-4.9.3-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:4d2d1edbca80b510443f51afd8496be95529db04a509bc8faee49c7b0fb6d2cc" } ,
{ file = "lxml-4.9.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:8d7e43bd40f65f7d97ad8ef5c9b1778943d02f04febef12def25f7583d19baac" } ,
{ file = "lxml-4.9.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:71d66ee82e7417828af6ecd7db817913cb0cf9d4e61aa0ac1fde0583d84358db" } ,
{ file = "lxml-4.9.3-cp38-cp38-manylinux_2_28_x86_64.whl" , hash = "sha256:6fc3c450eaa0b56f815c7b62f2b7fba7266c4779adcf1cece9e6deb1de7305ce" } ,
{ file = "lxml-4.9.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:65299ea57d82fb91c7f019300d24050c4ddeb7c5a190e076b5f48a2b43d19c42" } ,
{ file = "lxml-4.9.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:eadfbbbfb41b44034a4c757fd5d70baccd43296fb894dba0295606a7cf3124aa" } ,
{ file = "lxml-4.9.3-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:3e9bdd30efde2b9ccfa9cb5768ba04fe71b018a25ea093379c857c9dad262c40" } ,
{ file = "lxml-4.9.3-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:fcdd00edfd0a3001e0181eab3e63bd5c74ad3e67152c84f93f13769a40e073a7" } ,
{ file = "lxml-4.9.3-cp38-cp38-win32.whl" , hash = "sha256:57aba1bbdf450b726d58b2aea5fe47c7875f5afb2c4a23784ed78f19a0462574" } ,
{ file = "lxml-4.9.3-cp38-cp38-win_amd64.whl" , hash = "sha256:92af161ecbdb2883c4593d5ed4815ea71b31fafd7fd05789b23100d081ecac96" } ,
{ file = "lxml-4.9.3-cp39-cp39-macosx_11_0_x86_64.whl" , hash = "sha256:9bb6ad405121241e99a86efff22d3ef469024ce22875a7ae045896ad23ba2340" } ,
{ file = "lxml-4.9.3-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:8ed74706b26ad100433da4b9d807eae371efaa266ffc3e9191ea436087a9d6a7" } ,
{ file = "lxml-4.9.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:fbf521479bcac1e25a663df882c46a641a9bff6b56dc8b0fafaebd2f66fb231b" } ,
{ file = "lxml-4.9.3-cp39-cp39-manylinux_2_28_aarch64.whl" , hash = "sha256:303bf1edce6ced16bf67a18a1cf8339d0db79577eec5d9a6d4a80f0fb10aa2da" } ,
{ file = "lxml-4.9.3-cp39-cp39-manylinux_2_28_x86_64.whl" , hash = "sha256:5515edd2a6d1a5a70bfcdee23b42ec33425e405c5b351478ab7dc9347228f96e" } ,
{ file = "lxml-4.9.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:690dafd0b187ed38583a648076865d8c229661ed20e48f2335d68e2cf7dc829d" } ,
{ file = "lxml-4.9.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:b6420a005548ad52154c8ceab4a1290ff78d757f9e5cbc68f8c77089acd3c432" } ,
{ file = "lxml-4.9.3-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:bb3bb49c7a6ad9d981d734ef7c7193bc349ac338776a0360cc671eaee89bcf69" } ,
{ file = "lxml-4.9.3-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:d27be7405547d1f958b60837dc4c1007da90b8b23f54ba1f8b728c78fdb19d50" } ,
{ file = "lxml-4.9.3-cp39-cp39-win32.whl" , hash = "sha256:8df133a2ea5e74eef5e8fc6f19b9e085f758768a16e9877a60aec455ed2609b2" } ,
{ file = "lxml-4.9.3-cp39-cp39-win_amd64.whl" , hash = "sha256:4dd9a263e845a72eacb60d12401e37c616438ea2e5442885f65082c276dfb2b2" } ,
{ file = "lxml-4.9.3-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:6689a3d7fd13dc687e9102a27e98ef33730ac4fe37795d5036d18b4d527abd35" } ,
{ file = "lxml-4.9.3-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:f6bdac493b949141b733c5345b6ba8f87a226029cbabc7e9e121a413e49441e0" } ,
{ file = "lxml-4.9.3-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:05186a0f1346ae12553d66df1cfce6f251589fea3ad3da4f3ef4e34b2d58c6a3" } ,
{ file = "lxml-4.9.3-pp37-pypy37_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:c2006f5c8d28dee289f7020f721354362fa304acbaaf9745751ac4006650254b" } ,
{ file = "lxml-4.9.3-pp38-pypy38_pp73-macosx_11_0_x86_64.whl" , hash = "sha256:5c245b783db29c4e4fbbbfc9c5a78be496c9fea25517f90606aa1f6b2b3d5f7b" } ,
{ file = "lxml-4.9.3-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:4fb960a632a49f2f089d522f70496640fdf1218f1243889da3822e0a9f5f3ba7" } ,
{ file = "lxml-4.9.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:50670615eaf97227d5dc60de2dc99fb134a7130d310d783314e7724bf163f75d" } ,
{ file = "lxml-4.9.3-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:9719fe17307a9e814580af1f5c6e05ca593b12fb7e44fe62450a5384dbf61b4b" } ,
{ file = "lxml-4.9.3-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:3331bece23c9ee066e0fb3f96c61322b9e0f54d775fccefff4c38ca488de283a" } ,
{ file = "lxml-4.9.3-pp39-pypy39_pp73-macosx_11_0_x86_64.whl" , hash = "sha256:ed667f49b11360951e201453fc3967344d0d0263aa415e1619e85ae7fd17b4e0" } ,
{ file = "lxml-4.9.3-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:8b77946fd508cbf0fccd8e400a7f71d4ac0e1595812e66025bac475a8e811694" } ,
{ file = "lxml-4.9.3-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:e4da8ca0c0c0aea88fd46be8e44bd49716772358d648cce45fe387f7b92374a7" } ,
{ file = "lxml-4.9.3-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:fe4bda6bd4340caa6e5cf95e73f8fea5c4bfc55763dd42f1b50a94c1b4a2fbd4" } ,
{ file = "lxml-4.9.3-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:f3df3db1d336b9356dd3112eae5f5c2b8b377f3bc826848567f10bfddfee77e9" } ,
{ file = "lxml-4.9.3.tar.gz" , hash = "sha256:48628bd53a426c9eb9bc066a923acaa0878d1e86129fd5359aee99285f4eed9c" } ,
2022-09-12 15:18:11 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . extras ]
cssselect = [ "cssselect (>=0.7)" ]
html5 = [ "html5lib" ]
htmlsoup = [ "BeautifulSoup4" ]
2023-07-19 05:52:30 +00:00
source = [ "Cython (>=0.29.35)" ]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
2023-02-15 09:44:59 +00:00
name = "mako"
version = "1.2.4"
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
python-versions = ">=3.7"
files = [
2023-02-15 09:44:59 +00:00
{ file = "Mako-1.2.4-py3-none-any.whl" , hash = "sha256:c97c79c018b9165ac9922ae4f32da095ffd3c4e6872b45eded42926deea46818" } ,
{ file = "Mako-1.2.4.tar.gz" , hash = "sha256:d60a3903dc3bb01a18ad6a89cdbe2e4eadc69c0bc8ef1e3773ba53d44c3f7a34" } ,
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"
2023-07-19 05:52:30 +00:00
version = "2.1.3"
2023-01-07 08:01:31 +00:00
description = "Safely add untrusted strings to HTML/XML markup."
optional = false
python-versions = ">=3.7"
files = [
2023-07-19 05:52:30 +00:00
{ file = "MarkupSafe-2.1.3-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:cd0f502fe016460680cd20aaa5a76d241d6f35a1c3350c474bac1273803893fa" } ,
{ file = "MarkupSafe-2.1.3-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:e09031c87a1e51556fdcb46e5bd4f59dfb743061cf93c4d6831bf894f125eb57" } ,
{ file = "MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:68e78619a61ecf91e76aa3e6e8e33fc4894a2bebe93410754bd28fce0a8a4f9f" } ,
{ file = "MarkupSafe-2.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:65c1a9bcdadc6c28eecee2c119465aebff8f7a584dd719facdd9e825ec61ab52" } ,
{ file = "MarkupSafe-2.1.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:525808b8019e36eb524b8c68acdd63a37e75714eac50e988180b169d64480a00" } ,
{ file = "MarkupSafe-2.1.3-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:962f82a3086483f5e5f64dbad880d31038b698494799b097bc59c2edf392fce6" } ,
{ file = "MarkupSafe-2.1.3-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:aa7bd130efab1c280bed0f45501b7c8795f9fdbeb02e965371bbef3523627779" } ,
{ file = "MarkupSafe-2.1.3-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:c9c804664ebe8f83a211cace637506669e7890fec1b4195b505c214e50dd4eb7" } ,
{ file = "MarkupSafe-2.1.3-cp310-cp310-win32.whl" , hash = "sha256:10bbfe99883db80bdbaff2dcf681dfc6533a614f700da1287707e8a5d78a8431" } ,
{ file = "MarkupSafe-2.1.3-cp310-cp310-win_amd64.whl" , hash = "sha256:1577735524cdad32f9f694208aa75e422adba74f1baee7551620e43a3141f559" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:ad9e82fb8f09ade1c3e1b996a6337afac2b8b9e365f926f5a61aacc71adc5b3c" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:3c0fae6c3be832a0a0473ac912810b2877c8cb9d76ca48de1ed31e1c68386575" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b076b6226fb84157e3f7c971a47ff3a679d837cf338547532ab866c57930dbee" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bfce63a9e7834b12b87c64d6b155fdd9b3b96191b6bd334bf37db7ff1fe457f2" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:338ae27d6b8745585f87218a3f23f1512dbf52c26c28e322dbe54bcede54ccb9" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:e4dd52d80b8c83fdce44e12478ad2e85c64ea965e75d66dbeafb0a3e77308fcc" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:df0be2b576a7abbf737b1575f048c23fb1d769f267ec4358296f31c2479db8f9" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:5bbe06f8eeafd38e5d0a4894ffec89378b6c6a625ff57e3028921f8ff59318ac" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-win32.whl" , hash = "sha256:dd15ff04ffd7e05ffcb7fe79f1b98041b8ea30ae9234aed2a9168b5797c3effb" } ,
{ file = "MarkupSafe-2.1.3-cp311-cp311-win_amd64.whl" , hash = "sha256:134da1eca9ec0ae528110ccc9e48041e0828d79f24121a1a146161103c76e686" } ,
2023-09-09 14:39:37 +00:00
{ file = "MarkupSafe-2.1.3-cp312-cp312-macosx_10_9_universal2.whl" , hash = "sha256:f698de3fd0c4e6972b92290a45bd9b1536bffe8c6759c62471efaa8acb4c37bc" } ,
{ file = "MarkupSafe-2.1.3-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:aa57bd9cf8ae831a362185ee444e15a93ecb2e344c8e52e4d721ea3ab6ef1823" } ,
{ file = "MarkupSafe-2.1.3-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ffcc3f7c66b5f5b7931a5aa68fc9cecc51e685ef90282f4a82f0f5e9b704ad11" } ,
{ file = "MarkupSafe-2.1.3-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:47d4f1c5f80fc62fdd7777d0d40a2e9dda0a05883ab11374334f6c4de38adffd" } ,
{ file = "MarkupSafe-2.1.3-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1f67c7038d560d92149c060157d623c542173016c4babc0c1913cca0564b9939" } ,
{ file = "MarkupSafe-2.1.3-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:9aad3c1755095ce347e26488214ef77e0485a3c34a50c5a5e2471dff60b9dd9c" } ,
{ file = "MarkupSafe-2.1.3-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:14ff806850827afd6b07a5f32bd917fb7f45b046ba40c57abdb636674a8b559c" } ,
{ file = "MarkupSafe-2.1.3-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:8f9293864fe09b8149f0cc42ce56e3f0e54de883a9de90cd427f191c346eb2e1" } ,
{ file = "MarkupSafe-2.1.3-cp312-cp312-win32.whl" , hash = "sha256:715d3562f79d540f251b99ebd6d8baa547118974341db04f5ad06d5ea3eb8007" } ,
{ file = "MarkupSafe-2.1.3-cp312-cp312-win_amd64.whl" , hash = "sha256:1b8dd8c3fd14349433c79fa8abeb573a55fc0fdd769133baac1f5e07abf54aeb" } ,
2023-07-19 05:52:30 +00:00
{ file = "MarkupSafe-2.1.3-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:8e254ae696c88d98da6555f5ace2279cf7cd5b3f52be2b5cf97feafe883b58d2" } ,
{ file = "MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:cb0932dc158471523c9637e807d9bfb93e06a95cbf010f1a38b98623b929ef2b" } ,
{ file = "MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9402b03f1a1b4dc4c19845e5c749e3ab82d5078d16a2a4c2cd2df62d57bb0707" } ,
{ file = "MarkupSafe-2.1.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:ca379055a47383d02a5400cb0d110cef0a776fc644cda797db0c5696cfd7e18e" } ,
{ file = "MarkupSafe-2.1.3-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:b7ff0f54cb4ff66dd38bebd335a38e2c22c41a8ee45aa608efc890ac3e3931bc" } ,
{ file = "MarkupSafe-2.1.3-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:c011a4149cfbcf9f03994ec2edffcb8b1dc2d2aede7ca243746df97a5d41ce48" } ,
{ file = "MarkupSafe-2.1.3-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:56d9f2ecac662ca1611d183feb03a3fa4406469dafe241673d521dd5ae92a155" } ,
{ file = "MarkupSafe-2.1.3-cp37-cp37m-win32.whl" , hash = "sha256:8758846a7e80910096950b67071243da3e5a20ed2546e6392603c096778d48e0" } ,
{ file = "MarkupSafe-2.1.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:787003c0ddb00500e49a10f2844fac87aa6ce977b90b0feaaf9de23c22508b24" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:2ef12179d3a291be237280175b542c07a36e7f60718296278d8593d21ca937d4" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:2c1b19b3aaacc6e57b7e25710ff571c24d6c3613a45e905b1fde04d691b98ee0" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8afafd99945ead6e075b973fefa56379c5b5c53fd8937dad92c662da5d8fd5ee" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8c41976a29d078bb235fea9b2ecd3da465df42a562910f9022f1a03107bd02be" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d080e0a5eb2529460b30190fcfcc4199bd7f827663f858a226a81bc27beaa97e" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:69c0f17e9f5a7afdf2cc9fb2d1ce6aabdb3bafb7f38017c0b77862bcec2bbad8" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:504b320cd4b7eff6f968eddf81127112db685e81f7e36e75f9f84f0df46041c3" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:42de32b22b6b804f42c5d98be4f7e5e977ecdd9ee9b660fda1a3edf03b11792d" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-win32.whl" , hash = "sha256:ceb01949af7121f9fc39f7d27f91be8546f3fb112c608bc4029aef0bab86a2a5" } ,
{ file = "MarkupSafe-2.1.3-cp38-cp38-win_amd64.whl" , hash = "sha256:1b40069d487e7edb2676d3fbdb2b0829ffa2cd63a2ec26c4938b2d34391b4ecc" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:8023faf4e01efadfa183e863fefde0046de576c6f14659e8782065bcece22198" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:6b2b56950d93e41f33b4223ead100ea0fe11f8e6ee5f641eb753ce4b77a7042b" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9dcdfd0eaf283af041973bff14a2e143b8bd64e069f4c383416ecd79a81aab58" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:05fb21170423db021895e1ea1e1f3ab3adb85d1c2333cbc2310f2a26bc77272e" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:282c2cb35b5b673bbcadb33a585408104df04f14b2d9b01d4c345a3b92861c2c" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:ab4a0df41e7c16a1392727727e7998a467472d0ad65f3ad5e6e765015df08636" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:7ef3cb2ebbf91e330e3bb937efada0edd9003683db6b57bb108c4001f37a02ea" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:0a4e4a1aff6c7ac4cd55792abf96c915634c2b97e3cc1c7129578aa68ebd754e" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-win32.whl" , hash = "sha256:fec21693218efe39aa7f8599346e90c705afa52c5b31ae019b2e57e8f6542bb2" } ,
{ file = "MarkupSafe-2.1.3-cp39-cp39-win_amd64.whl" , hash = "sha256:3fd4abcb888d15a94f32b75d8fd18ee162ca0c064f35b11134be77050296d6ba" } ,
{ file = "MarkupSafe-2.1.3.tar.gz" , hash = "sha256:af598ed32d6ae86f1b747b82783958b1a4ab8f617b06fe68795c7f026abbdcad" } ,
2023-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
[ [ 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"
2023-10-25 14:43:22 +00:00
version = "23.2"
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 = [
2023-10-25 14:43:22 +00:00
{ file = "packaging-23.2-py3-none-any.whl" , hash = "sha256:8c491190033a9af7e1d931d0b5dacc2ef47509b34dd0de67ed209b5203fc88c7" } ,
{ file = "packaging-23.2.tar.gz" , hash = "sha256:048fb0e9405036518eaaf48a55953c750c11e1a1b68e0dd1a9d62ed0c092cfc5" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "pathspec"
2023-09-09 14:39:37 +00:00
version = "0.11.2"
2023-01-07 08:01:31 +00:00
description = "Utility library for gitignore style pattern matching of file paths."
optional = false
python-versions = ">=3.7"
files = [
2023-09-09 14:39:37 +00:00
{ file = "pathspec-0.11.2-py3-none-any.whl" , hash = "sha256:1d6ed233af05e679efb96b1851550ea95bbb64b7c490b0f5aa52996c11e92a20" } ,
{ file = "pathspec-0.11.2.tar.gz" , hash = "sha256:e0d8d0ac2f12da61956eb2306b69f9469b42f4deb0f3cb6ed47b9cce9996ced3" } ,
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"
2023-10-25 14:43:22 +00:00
version = "10.1.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 = [
2023-10-25 14:43:22 +00:00
{ file = "Pillow-10.1.0-cp310-cp310-macosx_10_10_x86_64.whl" , hash = "sha256:1ab05f3db77e98f93964697c8efc49c7954b08dd61cff526b7f2531a22410106" } ,
{ file = "Pillow-10.1.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:6932a7652464746fcb484f7fc3618e6503d2066d853f68a4bd97193a3996e273" } ,
{ file = "Pillow-10.1.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a5f63b5a68daedc54c7c3464508d8c12075e56dcfbd42f8c1bf40169061ae666" } ,
{ file = "Pillow-10.1.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c0949b55eb607898e28eaccb525ab104b2d86542a85c74baf3a6dc24002edec2" } ,
{ file = "Pillow-10.1.0-cp310-cp310-manylinux_2_28_aarch64.whl" , hash = "sha256:ae88931f93214777c7a3aa0a8f92a683f83ecde27f65a45f95f22d289a69e593" } ,
{ file = "Pillow-10.1.0-cp310-cp310-manylinux_2_28_x86_64.whl" , hash = "sha256:b0eb01ca85b2361b09480784a7931fc648ed8b7836f01fb9241141b968feb1db" } ,
{ file = "Pillow-10.1.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:d27b5997bdd2eb9fb199982bb7eb6164db0426904020dc38c10203187ae2ff2f" } ,
{ file = "Pillow-10.1.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:7df5608bc38bd37ef585ae9c38c9cd46d7c81498f086915b0f97255ea60c2818" } ,
{ file = "Pillow-10.1.0-cp310-cp310-win_amd64.whl" , hash = "sha256:41f67248d92a5e0a2076d3517d8d4b1e41a97e2df10eb8f93106c89107f38b57" } ,
{ file = "Pillow-10.1.0-cp311-cp311-macosx_10_10_x86_64.whl" , hash = "sha256:1fb29c07478e6c06a46b867e43b0bcdb241b44cc52be9bc25ce5944eed4648e7" } ,
{ file = "Pillow-10.1.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:2cdc65a46e74514ce742c2013cd4a2d12e8553e3a2563c64879f7c7e4d28bce7" } ,
{ file = "Pillow-10.1.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:50d08cd0a2ecd2a8657bd3d82c71efd5a58edb04d9308185d66c3a5a5bed9610" } ,
{ file = "Pillow-10.1.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:062a1610e3bc258bff2328ec43f34244fcec972ee0717200cb1425214fe5b839" } ,
{ file = "Pillow-10.1.0-cp311-cp311-manylinux_2_28_aarch64.whl" , hash = "sha256:61f1a9d247317fa08a308daaa8ee7b3f760ab1809ca2da14ecc88ae4257d6172" } ,
{ file = "Pillow-10.1.0-cp311-cp311-manylinux_2_28_x86_64.whl" , hash = "sha256:a646e48de237d860c36e0db37ecaecaa3619e6f3e9d5319e527ccbc8151df061" } ,
{ file = "Pillow-10.1.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:47e5bf85b80abc03be7455c95b6d6e4896a62f6541c1f2ce77a7d2bb832af262" } ,
{ file = "Pillow-10.1.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:a92386125e9ee90381c3369f57a2a50fa9e6aa8b1cf1d9c4b200d41a7dd8e992" } ,
{ file = "Pillow-10.1.0-cp311-cp311-win_amd64.whl" , hash = "sha256:0f7c276c05a9767e877a0b4c5050c8bee6a6d960d7f0c11ebda6b99746068c2a" } ,
{ file = "Pillow-10.1.0-cp312-cp312-macosx_10_10_x86_64.whl" , hash = "sha256:a89b8312d51715b510a4fe9fc13686283f376cfd5abca8cd1c65e4c76e21081b" } ,
{ file = "Pillow-10.1.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:00f438bb841382b15d7deb9a05cc946ee0f2c352653c7aa659e75e592f6fa17d" } ,
{ file = "Pillow-10.1.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3d929a19f5469b3f4df33a3df2983db070ebb2088a1e145e18facbc28cae5b27" } ,
{ file = "Pillow-10.1.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9a92109192b360634a4489c0c756364c0c3a2992906752165ecb50544c251312" } ,
{ file = "Pillow-10.1.0-cp312-cp312-manylinux_2_28_aarch64.whl" , hash = "sha256:0248f86b3ea061e67817c47ecbe82c23f9dd5d5226200eb9090b3873d3ca32de" } ,
{ file = "Pillow-10.1.0-cp312-cp312-manylinux_2_28_x86_64.whl" , hash = "sha256:9882a7451c680c12f232a422730f986a1fcd808da0fd428f08b671237237d651" } ,
{ file = "Pillow-10.1.0-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:1c3ac5423c8c1da5928aa12c6e258921956757d976405e9467c5f39d1d577a4b" } ,
{ file = "Pillow-10.1.0-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:806abdd8249ba3953c33742506fe414880bad78ac25cc9a9b1c6ae97bedd573f" } ,
{ file = "Pillow-10.1.0-cp312-cp312-win_amd64.whl" , hash = "sha256:eaed6977fa73408b7b8a24e8b14e59e1668cfc0f4c40193ea7ced8e210adf996" } ,
{ file = "Pillow-10.1.0-cp38-cp38-macosx_10_10_x86_64.whl" , hash = "sha256:fe1e26e1ffc38be097f0ba1d0d07fcade2bcfd1d023cda5b29935ae8052bd793" } ,
{ file = "Pillow-10.1.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:7a7e3daa202beb61821c06d2517428e8e7c1aab08943e92ec9e5755c2fc9ba5e" } ,
{ file = "Pillow-10.1.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:24fadc71218ad2b8ffe437b54876c9382b4a29e030a05a9879f615091f42ffc2" } ,
{ file = "Pillow-10.1.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:fa1d323703cfdac2036af05191b969b910d8f115cf53093125e4058f62012c9a" } ,
{ file = "Pillow-10.1.0-cp38-cp38-manylinux_2_28_aarch64.whl" , hash = "sha256:912e3812a1dbbc834da2b32299b124b5ddcb664ed354916fd1ed6f193f0e2d01" } ,
{ file = "Pillow-10.1.0-cp38-cp38-manylinux_2_28_x86_64.whl" , hash = "sha256:7dbaa3c7de82ef37e7708521be41db5565004258ca76945ad74a8e998c30af8d" } ,
{ file = "Pillow-10.1.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:9d7bc666bd8c5a4225e7ac71f2f9d12466ec555e89092728ea0f5c0c2422ea80" } ,
{ file = "Pillow-10.1.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:baada14941c83079bf84c037e2d8b7506ce201e92e3d2fa0d1303507a8538212" } ,
{ file = "Pillow-10.1.0-cp38-cp38-win_amd64.whl" , hash = "sha256:2ef6721c97894a7aa77723740a09547197533146fba8355e86d6d9a4a1056b14" } ,
{ file = "Pillow-10.1.0-cp39-cp39-macosx_10_10_x86_64.whl" , hash = "sha256:0a026c188be3b443916179f5d04548092e253beb0c3e2ee0a4e2cdad72f66099" } ,
{ file = "Pillow-10.1.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:04f6f6149f266a100374ca3cc368b67fb27c4af9f1cc8cb6306d849dcdf12616" } ,
{ file = "Pillow-10.1.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:bb40c011447712d2e19cc261c82655f75f32cb724788df315ed992a4d65696bb" } ,
{ file = "Pillow-10.1.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1a8413794b4ad9719346cd9306118450b7b00d9a15846451549314a58ac42219" } ,
{ file = "Pillow-10.1.0-cp39-cp39-manylinux_2_28_aarch64.whl" , hash = "sha256:c9aeea7b63edb7884b031a35305629a7593272b54f429a9869a4f63a1bf04c34" } ,
{ file = "Pillow-10.1.0-cp39-cp39-manylinux_2_28_x86_64.whl" , hash = "sha256:b4005fee46ed9be0b8fb42be0c20e79411533d1fd58edabebc0dd24626882cfd" } ,
{ file = "Pillow-10.1.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:4d0152565c6aa6ebbfb1e5d8624140a440f2b99bf7afaafbdbf6430426497f28" } ,
{ file = "Pillow-10.1.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:d921bc90b1defa55c9917ca6b6b71430e4286fc9e44c55ead78ca1a9f9eba5f2" } ,
{ file = "Pillow-10.1.0-cp39-cp39-win_amd64.whl" , hash = "sha256:cfe96560c6ce2f4c07d6647af2d0f3c54cc33289894ebd88cfbb3bcd5391e256" } ,
{ file = "Pillow-10.1.0-pp310-pypy310_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:937bdc5a7f5343d1c97dc98149a0be7eb9704e937fe3dc7140e229ae4fc572a7" } ,
{ file = "Pillow-10.1.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b1c25762197144e211efb5f4e8ad656f36c8d214d390585d1d21281f46d556ba" } ,
{ file = "Pillow-10.1.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:afc8eef765d948543a4775f00b7b8c079b3321d6b675dde0d02afa2ee23000b4" } ,
{ file = "Pillow-10.1.0-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:883f216eac8712b83a63f41b76ddfb7b2afab1b74abbb413c5df6680f071a6b9" } ,
{ file = "Pillow-10.1.0-pp39-pypy39_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:b920e4d028f6442bea9a75b7491c063f0b9a3972520731ed26c83e254302eb1e" } ,
{ file = "Pillow-10.1.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1c41d960babf951e01a49c9746f92c5a7e0d939d1652d7ba30f6b3090f27e412" } ,
{ file = "Pillow-10.1.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:1fafabe50a6977ac70dfe829b2d5735fd54e190ab55259ec8aea4aaea412fa0b" } ,
{ file = "Pillow-10.1.0-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:3b834f4b16173e5b92ab6566f0473bfb09f939ba14b23b8da1f54fa63e4b623f" } ,
{ file = "Pillow-10.1.0.tar.gz" , hash = "sha256:e6bf8de6c36ed96c86ea3b6e1d5273c53f46ef518a062464cd7ef5dd2cf92e38" } ,
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" ]
2023-03-14 01:27:22 +00:00
tests = [ "check-manifest" , "coverage" , "defusedxml" , "markdown2" , "olefile" , "packaging" , "pyroma" , "pytest" , "pytest-cov" , "pytest-timeout" ]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "platformdirs"
2023-10-25 14:43:22 +00:00
version = "3.11.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
python-versions = ">=3.7"
files = [
2023-10-25 14:43:22 +00:00
{ file = "platformdirs-3.11.0-py3-none-any.whl" , hash = "sha256:e9d171d00af68be50e9202731309c4e658fd8bc76f55c11c7dd760d023bda68e" } ,
{ file = "platformdirs-3.11.0.tar.gz" , hash = "sha256:cf8ee52a3afdb965072dcc652433e0c7e3e40cf5ea1477cd4b3b1d2eb75495b3" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . extras ]
2023-09-09 14:39:37 +00:00
docs = [ "furo (>=2023.7.26)" , "proselint (>=0.13)" , "sphinx (>=7.1.1)" , "sphinx-autodoc-typehints (>=1.24)" ]
test = [ "appdirs (==1.4.4)" , "covdefaults (>=2.3)" , "pytest (>=7.4)" , "pytest-cov (>=4.1)" , "pytest-mock (>=3.11.1)" ]
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"
2023-09-09 14:39:37 +00:00
version = "1.3.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 = [
2023-09-09 14:39:37 +00:00
{ file = "pluggy-1.3.0-py3-none-any.whl" , hash = "sha256:d89c696a773f8bd377d18e5ecda92b7a3793cbe66c87060a6fb58c7b6e1061f7" } ,
{ file = "pluggy-1.3.0.tar.gz" , hash = "sha256:cf61ae8f126ac6f7c451172cf30e3e43d3ca77615509771b3a984a0730651e12" } ,
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" ]
[ [ 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"
version = "2.21"
description = "C parser in Python"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
files = [
{ file = "pycparser-2.21-py2.py3-none-any.whl" , hash = "sha256:8ee45429555515e1f6b185e78100aea234072576aa43ab53aefcae078162fca9" } ,
{ file = "pycparser-2.21.tar.gz" , hash = "sha256:e644fdec12f7872f86c58ff790da456218b10f863970249516d60a5eaca77206" } ,
]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "pydantic"
2023-10-25 14:43:22 +00:00
version = "1.10.13"
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 = [
2023-10-25 14:43:22 +00:00
{ file = "pydantic-1.10.13-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:efff03cc7a4f29d9009d1c96ceb1e7a70a65cfe86e89d34e4a5f2ab1e5693737" } ,
{ file = "pydantic-1.10.13-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:3ecea2b9d80e5333303eeb77e180b90e95eea8f765d08c3d278cd56b00345d01" } ,
{ file = "pydantic-1.10.13-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1740068fd8e2ef6eb27a20e5651df000978edce6da6803c2bef0bc74540f9548" } ,
{ file = "pydantic-1.10.13-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:84bafe2e60b5e78bc64a2941b4c071a4b7404c5c907f5f5a99b0139781e69ed8" } ,
{ file = "pydantic-1.10.13-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:bc0898c12f8e9c97f6cd44c0ed70d55749eaf783716896960b4ecce2edfd2d69" } ,
{ file = "pydantic-1.10.13-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:654db58ae399fe6434e55325a2c3e959836bd17a6f6a0b6ca8107ea0571d2e17" } ,
{ file = "pydantic-1.10.13-cp310-cp310-win_amd64.whl" , hash = "sha256:75ac15385a3534d887a99c713aa3da88a30fbd6204a5cd0dc4dab3d770b9bd2f" } ,
{ file = "pydantic-1.10.13-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:c553f6a156deb868ba38a23cf0df886c63492e9257f60a79c0fd8e7173537653" } ,
{ file = "pydantic-1.10.13-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:5e08865bc6464df8c7d61439ef4439829e3ab62ab1669cddea8dd00cd74b9ffe" } ,
{ file = "pydantic-1.10.13-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:e31647d85a2013d926ce60b84f9dd5300d44535a9941fe825dc349ae1f760df9" } ,
{ file = "pydantic-1.10.13-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:210ce042e8f6f7c01168b2d84d4c9eb2b009fe7bf572c2266e235edf14bacd80" } ,
{ file = "pydantic-1.10.13-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:8ae5dd6b721459bfa30805f4c25880e0dd78fc5b5879f9f7a692196ddcb5a580" } ,
{ file = "pydantic-1.10.13-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:f8e81fc5fb17dae698f52bdd1c4f18b6ca674d7068242b2aff075f588301bbb0" } ,
{ file = "pydantic-1.10.13-cp311-cp311-win_amd64.whl" , hash = "sha256:61d9dce220447fb74f45e73d7ff3b530e25db30192ad8d425166d43c5deb6df0" } ,
{ file = "pydantic-1.10.13-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:4b03e42ec20286f052490423682016fd80fda830d8e4119f8ab13ec7464c0132" } ,
{ file = "pydantic-1.10.13-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f59ef915cac80275245824e9d771ee939133be38215555e9dc90c6cb148aaeb5" } ,
{ file = "pydantic-1.10.13-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:5a1f9f747851338933942db7af7b6ee8268568ef2ed86c4185c6ef4402e80ba8" } ,
{ file = "pydantic-1.10.13-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:97cce3ae7341f7620a0ba5ef6cf043975cd9d2b81f3aa5f4ea37928269bc1b87" } ,
{ file = "pydantic-1.10.13-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:854223752ba81e3abf663d685f105c64150873cc6f5d0c01d3e3220bcff7d36f" } ,
{ file = "pydantic-1.10.13-cp37-cp37m-win_amd64.whl" , hash = "sha256:b97c1fac8c49be29486df85968682b0afa77e1b809aff74b83081cc115e52f33" } ,
{ file = "pydantic-1.10.13-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:c958d053453a1c4b1c2062b05cd42d9d5c8eb67537b8d5a7e3c3032943ecd261" } ,
{ file = "pydantic-1.10.13-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:4c5370a7edaac06daee3af1c8b1192e305bc102abcbf2a92374b5bc793818599" } ,
{ file = "pydantic-1.10.13-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7d6f6e7305244bddb4414ba7094ce910560c907bdfa3501e9db1a7fd7eaea127" } ,
{ file = "pydantic-1.10.13-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d3a3c792a58e1622667a2837512099eac62490cdfd63bd407993aaf200a4cf1f" } ,
{ file = "pydantic-1.10.13-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:c636925f38b8db208e09d344c7aa4f29a86bb9947495dd6b6d376ad10334fb78" } ,
{ file = "pydantic-1.10.13-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:678bcf5591b63cc917100dc50ab6caebe597ac67e8c9ccb75e698f66038ea953" } ,
{ file = "pydantic-1.10.13-cp38-cp38-win_amd64.whl" , hash = "sha256:6cf25c1a65c27923a17b3da28a0bdb99f62ee04230c931d83e888012851f4e7f" } ,
{ file = "pydantic-1.10.13-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:8ef467901d7a41fa0ca6db9ae3ec0021e3f657ce2c208e98cd511f3161c762c6" } ,
{ file = "pydantic-1.10.13-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:968ac42970f57b8344ee08837b62f6ee6f53c33f603547a55571c954a4225691" } ,
{ file = "pydantic-1.10.13-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9849f031cf8a2f0a928fe885e5a04b08006d6d41876b8bbd2fc68a18f9f2e3fd" } ,
{ file = "pydantic-1.10.13-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:56e3ff861c3b9c6857579de282ce8baabf443f42ffba355bf070770ed63e11e1" } ,
{ file = "pydantic-1.10.13-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:9f00790179497767aae6bcdc36355792c79e7bbb20b145ff449700eb076c5f96" } ,
{ file = "pydantic-1.10.13-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:75b297827b59bc229cac1a23a2f7a4ac0031068e5be0ce385be1462e7e17a35d" } ,
{ file = "pydantic-1.10.13-cp39-cp39-win_amd64.whl" , hash = "sha256:e70ca129d2053fb8b728ee7d1af8e553a928d7e301a311094b8a0501adc8763d" } ,
{ file = "pydantic-1.10.13-py3-none-any.whl" , hash = "sha256:b87326822e71bd5f313e7d3bfdc77ac3247035ac10b0c0618bd99dcf95b1e687" } ,
{ file = "pydantic-1.10.13.tar.gz" , hash = "sha256:32c8b48dcd3b2ac4e78b0ba4af3a2c2eb6048cb75202f0ea7b34feb740efc340" } ,
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-09-09 14:39:37 +00:00
version = "2.16.1"
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-09-09 14:39:37 +00:00
{ file = "Pygments-2.16.1-py3-none-any.whl" , hash = "sha256:13fc09fa63bc8d8671a6d247e1eb303c4b343eaee81d861f3404db2935653692" } ,
{ file = "Pygments-2.16.1.tar.gz" , hash = "sha256:1daff0494820c69bc8941e407aa20f577374ee88364ee10a98fdbe0aece96e29" } ,
2022-09-08 01:08:37 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . extras ]
plugins = [ "importlib-metadata" ]
2023-02-13 11:33:11 +00:00
[ [ package ] ]
name = "pypng"
version = "0.20220715.0"
description = "Pure Python library for saving and loading PNG images"
optional = false
python-versions = "*"
files = [
{ file = "pypng-0.20220715.0-py3-none-any.whl" , hash = "sha256:4a43e969b8f5aaafb2a415536c1a8ec7e341cd6a3f957fd5b5f32a4cfeed902c" } ,
{ file = "pypng-0.20220715.0.tar.gz" , hash = "sha256:739c433ba96f078315de54c0db975aee537cbc3e1d0ae4ed9aab0ca1e427e2c1" } ,
]
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"
2023-10-25 14:43:22 +00:00
version = "7.4.3"
2023-01-07 08:01:31 +00:00
description = "pytest: simple powerful testing with Python"
optional = true
python-versions = ">=3.7"
files = [
2023-10-25 14:43:22 +00:00
{ file = "pytest-7.4.3-py3-none-any.whl" , hash = "sha256:0d009c083ea859a71b76adf7c1d502e4bc170b80a8ef002da5806527b9591fac" } ,
{ file = "pytest-7.4.3.tar.gz" , hash = "sha256:d989d136982de4e3b29dabcc838ad581c64e8ed52c11fbe86ddebd9da0818cd5" } ,
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"
2023-07-19 05:52:30 +00:00
version = "0.21.1"
2023-01-07 08:01:31 +00:00
description = "Pytest support for asyncio"
optional = true
python-versions = ">=3.7"
files = [
2023-07-19 05:52:30 +00:00
{ file = "pytest-asyncio-0.21.1.tar.gz" , hash = "sha256:40a7eae6dded22c7b604986855ea48400ab15b069ae38116e8c01238e9eeb64d" } ,
{ file = "pytest_asyncio-0.21.1-py3-none-any.whl" , hash = "sha256:8666c1c8ac02631d7c51ba282e0c69a8a452b211ffedf2599099845da5c5c37b" } ,
2022-09-12 15:18:11 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . dependencies ]
2023-03-21 03:21:57 +00:00
pytest = ">=7.0.0"
2023-01-07 08:01:31 +00:00
[ package . extras ]
docs = [ "sphinx (>=5.3)" , "sphinx-rtd-theme (>=1.0)" ]
testing = [ "coverage (>=6.2)" , "flaky (>=3.5.0)" , "hypothesis (>=5.7.1)" , "mypy (>=0.931)" , "pytest-trio (>=0.7.0)" ]
[ [ package ] ]
name = "python-dotenv"
2023-03-07 13:29:24 +00:00
version = "1.0.0"
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 = [
2023-03-07 13:29:24 +00:00
{ file = "python-dotenv-1.0.0.tar.gz" , hash = "sha256:a8df96034aae6d2d50a4ebe8216326c61c3eb64836776504fcca410e5937a3ba" } ,
{ file = "python_dotenv-1.0.0-py3-none-any.whl" , hash = "sha256:f5971a9226b701070a4bf2c38c89e5a3f0d64de8debda981d1db98583009122a" } ,
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-09-09 14:39:37 +00:00
version = "20.5"
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-09-09 14:39:37 +00:00
{ file = "python-telegram-bot-20.5.tar.gz" , hash = "sha256:2f45a94c861cbd40440ece2be176ef0fc69e10d84e6dfa17f9a456e32aeece13" } ,
{ file = "python_telegram_bot-20.5-py3-none-any.whl" , hash = "sha256:fc9605a855794231c802cc3948e6f7c319a817b5cd1827371f170bc7ca0ca279" } ,
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-07-19 05:52:30 +00:00
cachetools = { version = ">=5.3.1,<5.4.0" , optional = true , markers = "extra == \"ext\"" }
httpx = ">=0.24.1,<0.25.0"
2023-01-07 08:01:31 +00:00
pytz = { version = ">=2018.6" , optional = true , markers = "extra == \"ext\"" }
tornado = { version = ">=6.2,<7.0" , optional = true , markers = "extra == \"ext\"" }
[ package . extras ]
2023-09-09 14:39:37 +00:00
all = [ "APScheduler (>=3.10.4,<3.11.0)" , "aiolimiter (>=1.1.0,<1.2.0)" , "cachetools (>=5.3.1,<5.4.0)" , "cryptography (>=39.0.1)" , "httpx[http2]" , "httpx[socks]" , "pytz (>=2018.6)" , "tornado (>=6.2,<7.0)" ]
2023-07-19 05:52:30 +00:00
callback-data = [ "cachetools (>=5.3.1,<5.4.0)" ]
2023-09-09 14:39:37 +00:00
ext = [ "APScheduler (>=3.10.4,<3.11.0)" , "aiolimiter (>=1.1.0,<1.2.0)" , "cachetools (>=5.3.1,<5.4.0)" , "pytz (>=2018.6)" , "tornado (>=6.2,<7.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]" ]
webhooks = [ "tornado (>=6.2,<7.0)" ]
[ [ package ] ]
name = "pytz"
2023-09-09 14:39:37 +00:00
version = "2023.3.post1"
2023-01-07 08:01:31 +00:00
description = "World timezone definitions, modern and historical"
optional = false
python-versions = "*"
files = [
2023-09-09 14:39:37 +00:00
{ file = "pytz-2023.3.post1-py2.py3-none-any.whl" , hash = "sha256:ce42d816b81b68506614c11e8937d3aa9e41007ceb50bfdcb0749b921bf646c7" } ,
{ file = "pytz-2023.3.post1.tar.gz" , hash = "sha256:7b4fddbeb94a1eba4b557da24f19fdf9db575192544270a9101d8509f9f43d7b" } ,
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" } ,
{ 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
[ [ package ] ]
name = "qrcode"
2023-02-13 11:33:11 +00:00
version = "7.4.2"
2023-01-07 08:01:31 +00:00
description = "QR Code image generator"
optional = false
2023-02-13 11:33:11 +00:00
python-versions = ">=3.7"
2023-01-07 08:01:31 +00:00
files = [
2023-02-13 11:33:11 +00:00
{ file = "qrcode-7.4.2-py3-none-any.whl" , hash = "sha256:581dca7a029bcb2deef5d01068e39093e80ef00b4a61098a2182eac59d01643a" } ,
{ file = "qrcode-7.4.2.tar.gz" , hash = "sha256:9dd969454827e127dbd93696b20747239e6d540e082937c90f14ac95b30f5845" } ,
2022-12-23 13:06:08 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
2023-02-13 11:33:11 +00:00
pypng = "*"
typing-extensions = "*"
2023-01-07 08:01:31 +00:00
[ package . extras ]
2023-02-13 11:33:11 +00:00
all = [ "pillow (>=9.1.0)" , "pytest" , "pytest-cov" , "tox" , "zest.releaser[recommended]" ]
dev = [ "pytest" , "pytest-cov" , "tox" ]
2023-01-07 08:01:31 +00:00
maintainer = [ "zest.releaser[recommended]" ]
2023-02-13 11:33:11 +00:00
pil = [ "pillow (>=9.1.0)" ]
test = [ "coverage" , "pytest" ]
2023-01-07 08:01:31 +00:00
2023-09-09 14:39:37 +00:00
[ [ package ] ]
name = "rapidfuzz"
2023-11-04 05:50:30 +00:00
version = "3.5.2"
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 = [
2023-11-04 05:50:30 +00:00
{ file = "rapidfuzz-3.5.2-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:1a047d6e58833919d742bbc0dfa66d1de4f79e8562ee195007d3eae96635df39" } ,
{ file = "rapidfuzz-3.5.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:22877c027c492b7dc7e3387a576a33ed5aad891104aa90da2e0844c83c5493ef" } ,
{ file = "rapidfuzz-3.5.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:e0f448b0eacbcc416feb634e1232a48d1cbde5e60f269c84e4fb0912f7bbb001" } ,
{ file = "rapidfuzz-3.5.2-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d05146497672f869baf41147d5ec1222788c70e5b8b0cfcd6e95597c75b5b96b" } ,
{ file = "rapidfuzz-3.5.2-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:8f2df3968738a38d2a0058b5e721753f5d3d602346a1027b0dde31b0476418f3" } ,
{ file = "rapidfuzz-3.5.2-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5afc1fcf1830f9bb87d3b490ba03691081b9948a794ea851befd2643069a30c1" } ,
{ file = "rapidfuzz-3.5.2-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:84be69ea65f64fa01e5c4976be9826a5aa949f037508887add42da07420d65d6" } ,
{ file = "rapidfuzz-3.5.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8658c1045766e87e0038323aa38b4a9f49b7f366563271f973c8890a98aa24b5" } ,
{ file = "rapidfuzz-3.5.2-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:852b3f93c15fce58b8dc668bd54123713bfdbbb0796ba905ea5df99cfd083132" } ,
{ file = "rapidfuzz-3.5.2-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:12424a06ad9bd0cbf5f7cea1015e78d924a0034a0e75a5a7b39c0703dcd94095" } ,
{ file = "rapidfuzz-3.5.2-cp310-cp310-musllinux_1_1_ppc64le.whl" , hash = "sha256:b4e9ded8e80530bd7205a7a2b01802f934a4695ca9e9fbe1ce9644f5e0697864" } ,
{ file = "rapidfuzz-3.5.2-cp310-cp310-musllinux_1_1_s390x.whl" , hash = "sha256:affb8fe36157c2dc8a7bc45b6a1875eb03e2c49167a1d52789144bdcb7ab3b8c" } ,
{ file = "rapidfuzz-3.5.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:c1d33a622572d384f4c90b5f7a139328246ab5600141e90032b521c2127bd605" } ,
{ file = "rapidfuzz-3.5.2-cp310-cp310-win32.whl" , hash = "sha256:2cf9f2ed4a97b388cffd48d534452a564c2491f68f4fd5bc140306f774ceb63a" } ,
{ file = "rapidfuzz-3.5.2-cp310-cp310-win_amd64.whl" , hash = "sha256:6541ffb70097885f7302cd73e2efd77be99841103023c2f9408551f27f45f7a5" } ,
{ file = "rapidfuzz-3.5.2-cp310-cp310-win_arm64.whl" , hash = "sha256:1dd2542e5103fb8ca46500a979ae14d1609dcba11d2f9fe01e99eec03420e193" } ,
{ file = "rapidfuzz-3.5.2-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:bff7d3127ebc5cd908f3a72f6517f31f5247b84666137556a8fcc5177c560939" } ,
{ file = "rapidfuzz-3.5.2-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:fdfdb3685b631d8efbb6d6d3d86eb631be2b408d9adafcadc11e63e3f9c96dec" } ,
{ file = "rapidfuzz-3.5.2-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:97b043fe8185ec53bb3ff0e59deb89425c0fc6ece6e118939963aab473505801" } ,
{ file = "rapidfuzz-3.5.2-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1a4a7832737f87583f3863dc62e6f56dd4a9fefc5f04a7bdcb4c433a0f36bb1b" } ,
{ file = "rapidfuzz-3.5.2-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2d876dba9a11fcf60dcf1562c5a84ef559db14c2ceb41e1ad2d93cd1dc085889" } ,
{ file = "rapidfuzz-3.5.2-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:fa4c0612893716bbb6595066ca9ecb517c982355abe39ba9d1f4ab834ace91ad" } ,
{ file = "rapidfuzz-3.5.2-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:120316824333e376b88b284724cfd394c6ccfcb9818519eab5d58a502e5533f0" } ,
{ file = "rapidfuzz-3.5.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9cdbe8e80cc186d55f748a34393533a052d855357d5398a1ccb71a5021b58e8d" } ,
{ file = "rapidfuzz-3.5.2-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:1062425c8358a547ae5ebad148f2e0f02417716a571b803b0c68e4d552e99d32" } ,
{ file = "rapidfuzz-3.5.2-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:66be181965aff13301dd5f9b94b646ce39d99c7fe2fd5de1656f4ca7fafcb38c" } ,
{ file = "rapidfuzz-3.5.2-cp311-cp311-musllinux_1_1_ppc64le.whl" , hash = "sha256:53df7aea3cf301633cfa2b4b2c2d2441a87dfc878ef810e5b4eddcd3e68723ad" } ,
{ file = "rapidfuzz-3.5.2-cp311-cp311-musllinux_1_1_s390x.whl" , hash = "sha256:76639dca5eb0afc6424ac5f42d43d3bd342ac710e06f38a8c877d5b96de09589" } ,
{ file = "rapidfuzz-3.5.2-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:27689361c747b5f7b8a26056bc60979875323f1c3dcaaa9e2fec88f03b20a365" } ,
{ file = "rapidfuzz-3.5.2-cp311-cp311-win32.whl" , hash = "sha256:99c9fc5265566fb94731dc6826f43c5109e797078264e6389a36d47814473692" } ,
{ file = "rapidfuzz-3.5.2-cp311-cp311-win_amd64.whl" , hash = "sha256:666928ee735562a909d81bd2f63207b3214afd4ca41f790ab3025d066975c814" } ,
{ file = "rapidfuzz-3.5.2-cp311-cp311-win_arm64.whl" , hash = "sha256:d55de67c48f06b7772541e8d4c062a2679205799ce904236e2836cb04c106442" } ,
{ file = "rapidfuzz-3.5.2-cp312-cp312-macosx_10_9_universal2.whl" , hash = "sha256:04e1e02b182283c43c866e215317735e91d22f5d34e65400121c04d5ed7ed859" } ,
{ file = "rapidfuzz-3.5.2-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:365e544aba3ac13acf1a62cb2e5909ad2ba078d0bfc7d69b1f801dfd673b9782" } ,
{ file = "rapidfuzz-3.5.2-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:b61f77d834f94b0099fa9ed35c189b7829759d4e9c2743697a130dd7ba62259f" } ,
{ file = "rapidfuzz-3.5.2-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:43fb368998b9703fa8c63db292a8ab9e988bf6da0c8a635754be8e69da1e7c1d" } ,
{ file = "rapidfuzz-3.5.2-cp312-cp312-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:25510b5d142c47786dbd27cfd9da7cae5bdea28d458379377a3644d8460a3404" } ,
{ file = "rapidfuzz-3.5.2-cp312-cp312-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:bf3093443751e5a419834162af358d1e31dec75f84747a91dbbc47b2c04fc085" } ,
{ file = "rapidfuzz-3.5.2-cp312-cp312-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:2fbaf546f15a924613f89d609ff66b85b4f4c2307ac14d93b80fe1025b713138" } ,
{ file = "rapidfuzz-3.5.2-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:32d580df0e130ed85400ff77e1c32d965e9bc7be29ac4072ab637f57e26d29fb" } ,
{ file = "rapidfuzz-3.5.2-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:358a0fbc49343de20fee8ebdb33c7fa8f55a9ff93ff42d1ffe097d2caa248f1b" } ,
{ file = "rapidfuzz-3.5.2-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:fb379ac0ddfc86c5542a225d194f76ed468b071b6f79ff57c4b72e635605ad7d" } ,
{ file = "rapidfuzz-3.5.2-cp312-cp312-musllinux_1_1_ppc64le.whl" , hash = "sha256:7fb21e182dc6d83617e88dea002963d5cf99cf5eabbdbf04094f503d8fe8d723" } ,
{ file = "rapidfuzz-3.5.2-cp312-cp312-musllinux_1_1_s390x.whl" , hash = "sha256:c04f9f1310ce414ab00bdcbf26d0906755094bfc59402cb66a7722c6f06d70b2" } ,
{ file = "rapidfuzz-3.5.2-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:f6da61cc38c1a95efc5edcedf258759e6dbab73191651a28c5719587f32a56ad" } ,
{ file = "rapidfuzz-3.5.2-cp312-cp312-win32.whl" , hash = "sha256:f823fd1977071486739f484e27092765d693da6beedaceece54edce1dfeec9b2" } ,
{ file = "rapidfuzz-3.5.2-cp312-cp312-win_amd64.whl" , hash = "sha256:a8162d81486de85ab1606e48e076431b66d44cf431b2b678e9cae458832e7147" } ,
{ file = "rapidfuzz-3.5.2-cp312-cp312-win_arm64.whl" , hash = "sha256:dfc63fabb7d8da8483ca836bae7e55766fe39c63253571e103c034ba8ea80950" } ,
{ file = "rapidfuzz-3.5.2-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:df8fae2515a1e4936affccac3e7d506dd904de5ff82bc0b1433b4574a51b9bfb" } ,
{ file = "rapidfuzz-3.5.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:dd6384780c2a16097d47588844cd677316a90e0f41ef96ff485b62d58de79dcf" } ,
{ file = "rapidfuzz-3.5.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:467a4d730ae3bade87dba6bd769e837ab97e176968ce20591fe8f7bf819115b1" } ,
{ file = "rapidfuzz-3.5.2-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:54576669c1502b751b534bd76a4aeaaf838ed88b30af5d5c1b7d0a3ca5d4f7b5" } ,
{ file = "rapidfuzz-3.5.2-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:abafeb82f85a651a9d6d642a33dc021606bc459c33e250925b25d6b9e7105a2e" } ,
{ file = "rapidfuzz-3.5.2-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:73e14617a520c0f1bc15eb78c215383477e5ca70922ecaff1d29c63c060e04ca" } ,
{ file = "rapidfuzz-3.5.2-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:7cdf92116e9dfe40da17f921cdbfa0039dde9eb158914fa5f01b1e67a20b19cb" } ,
{ file = "rapidfuzz-3.5.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1962d5ccf8602589dbf8e85246a0ee2b4050d82fade1568fb76f8a4419257704" } ,
{ file = "rapidfuzz-3.5.2-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:db45028eae2fda7a24759c69ebeb2a7fbcc1a326606556448ed43ee480237a3c" } ,
{ file = "rapidfuzz-3.5.2-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:b685abb8b6d97989f6c69556d7934e0e533aa8822f50b9517ff2da06a1d29f23" } ,
{ file = "rapidfuzz-3.5.2-cp38-cp38-musllinux_1_1_ppc64le.whl" , hash = "sha256:40139552961018216b8cd88f6df4ecbbe984f907a62a5c823ccd907132c29a14" } ,
{ file = "rapidfuzz-3.5.2-cp38-cp38-musllinux_1_1_s390x.whl" , hash = "sha256:0fef4705459842ef8f79746d6f6a0b5d2b6a61a145d7d8bbe10b2e756ea337c8" } ,
{ file = "rapidfuzz-3.5.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:6b2ad5516f7068c7d9cbcda8ac5906c589e99bc427df2e1050282ee2d8bc2d58" } ,
{ file = "rapidfuzz-3.5.2-cp38-cp38-win32.whl" , hash = "sha256:2da3a24c2f7dfca7f26ba04966b848e3bbeb93e54d899908ff88dfe3e1def9dc" } ,
{ file = "rapidfuzz-3.5.2-cp38-cp38-win_amd64.whl" , hash = "sha256:e3f2be79d4114d01f383096dbee51b57df141cb8b209c19d0cf65f23a24e75ba" } ,
{ file = "rapidfuzz-3.5.2-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:089a7e96e5032821af5964d8457fcb38877cc321cdd06ad7c5d6e3d852264cb9" } ,
{ file = "rapidfuzz-3.5.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:75d8a52bf8d1aa2ac968ae4b21b83b94fc7e5ea3dfbab34811fc60f32df505b2" } ,
{ file = "rapidfuzz-3.5.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:2bacce6bbc0362f0789253424269cc742b1f45e982430387db3abe1d0496e371" } ,
{ file = "rapidfuzz-3.5.2-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e5fd627e604ddc02db2ddb9ddc4a91dd92b7a6d6378fcf30bb37b49229072b89" } ,
{ file = "rapidfuzz-3.5.2-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b2e8b369f23f00678f6e673572209a5d3b0832f4991888e3df97af7b8b9decf3" } ,
{ file = "rapidfuzz-3.5.2-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c29958265e4c2b937269e804b8a160c027ee1c2627d6152655008a8b8083630e" } ,
{ file = "rapidfuzz-3.5.2-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:00be97f9219355945c46f37ac9fa447046e6f7930f7c901e5d881120d1695458" } ,
{ file = "rapidfuzz-3.5.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ada0d8d57e0f556ef38c24fee71bfe8d0db29c678bff2acd1819fc1b74f331c2" } ,
{ file = "rapidfuzz-3.5.2-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:de89585268ed8ee44e80126814cae63ff6b00d08416481f31b784570ef07ec59" } ,
{ file = "rapidfuzz-3.5.2-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:908ff2de9c442b379143d1da3c886c63119d4eba22986806e2533cee603fe64b" } ,
{ file = "rapidfuzz-3.5.2-cp39-cp39-musllinux_1_1_ppc64le.whl" , hash = "sha256:54f0061028723c026020f5bb20649c22bc8a0d9f5363c283bdc5901d4d3bff01" } ,
{ file = "rapidfuzz-3.5.2-cp39-cp39-musllinux_1_1_s390x.whl" , hash = "sha256:b581107ec0c610cdea48b25f52030770be390db4a9a73ca58b8d70fa8a5ec32e" } ,
{ file = "rapidfuzz-3.5.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:1d5a686ea258931aaa38019204bdc670bbe14b389a230b1363d84d6cf4b9dc38" } ,
{ file = "rapidfuzz-3.5.2-cp39-cp39-win32.whl" , hash = "sha256:97f811ca7709c6ee8c0b55830f63b3d87086f4abbcbb189b4067e1cd7014db7b" } ,
{ file = "rapidfuzz-3.5.2-cp39-cp39-win_amd64.whl" , hash = "sha256:58ee34350f8c292dd24a050186c0e18301d80da904ef572cf5fda7be6a954929" } ,
{ file = "rapidfuzz-3.5.2-cp39-cp39-win_arm64.whl" , hash = "sha256:c5075ce7b9286624cafcf36720ef1cfb2946d75430b87cb4d1f006e82cd71244" } ,
{ file = "rapidfuzz-3.5.2-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:af5221e4f7800db3e84c46b79dba4112e3b3cc2678f808bdff4fcd2487073846" } ,
{ file = "rapidfuzz-3.5.2-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8501d7875b176930e6ed9dbc1bc35adb37ef312f6106bd6bb5c204adb90160ac" } ,
{ file = "rapidfuzz-3.5.2-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:e414e1ca40386deda4291aa2d45062fea0fbaa14f95015738f8bb75c4d27f862" } ,
{ file = "rapidfuzz-3.5.2-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f2059cd73b7ea779a9307d7a78ed743f0e3d33b88ccdcd84569abd2953cd859f" } ,
{ file = "rapidfuzz-3.5.2-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:58e3e21f6f13a7cca265cce492bc797425bd4cb2025fdd161a9e86a824ad65ce" } ,
{ file = "rapidfuzz-3.5.2-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:b847a49377e64e92e11ef3d0a793de75451526c83af015bdafdd5d04de8a058a" } ,
{ file = "rapidfuzz-3.5.2-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a42c7a8c62b29c4810e39da22b42524295fcb793f41c395c2cb07c126b729e83" } ,
{ file = "rapidfuzz-3.5.2-pp39-pypy39_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:51b5166be86e09e011e92d9862b1fe64c4c7b9385f443fb535024e646d890460" } ,
{ file = "rapidfuzz-3.5.2-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8f808dcb0088a7a496cc9895e66a7b8de55ffea0eb9b547c75dfb216dd5f76ed" } ,
{ file = "rapidfuzz-3.5.2-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:d4b05a8f4ab7e7344459394094587b033fe259eea3a8720035e8ba30e79ab39b" } ,
{ file = "rapidfuzz-3.5.2.tar.gz" , hash = "sha256:9e9b395743e12c36a3167a3a9fd1b4e11d92fb0aa21ec98017ee6df639ed385e" } ,
2023-09-09 14:39:37 +00:00
]
[ package . extras ]
full = [ "numpy" ]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "redis"
2023-10-25 14:43:22 +00:00
version = "5.0.1"
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 = [
2023-10-25 14:43:22 +00:00
{ file = "redis-5.0.1-py3-none-any.whl" , hash = "sha256:ed4802971884ae19d640775ba3b03aa2e7bd5e8fb8dfaed2decce4d0fc48391f" } ,
{ file = "redis-5.0.1.tar.gz" , hash = "sha256:0dab495cd5753069d3bc650a0dde8a8f9edde16fc5691b689a566eda58100d0f" } ,
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
async-timeout = { version = ">=4.0.2" , markers = "python_full_version <= \"3.11.2\"" }
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"
2023-10-25 14:43:22 +00:00
version = "13.6.0"
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 = [
2023-10-25 14:43:22 +00:00
{ file = "rich-13.6.0-py3-none-any.whl" , hash = "sha256:2b38e2fe9ca72c9a00170a1a2d20c63c790d0e10ef1fe35eba76e1e7b1d7d245" } ,
{ file = "rich-13.6.0.tar.gz" , hash = "sha256:5c14d22737e6d5084ef4771b62d5d4363165b403455a30a1c8ca39dc7b644bef" } ,
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"
2023-11-04 05:50:30 +00:00
version = "1.34.0"
2023-01-07 08:01:31 +00:00
description = "Python client for Sentry (https://sentry.io)"
optional = false
python-versions = "*"
files = [
2023-11-04 05:50:30 +00:00
{ file = "sentry-sdk-1.34.0.tar.gz" , hash = "sha256:e5d0d2b25931d88fa10986da59d941ac6037f742ab6ff2fce4143a27981d60c3" } ,
{ file = "sentry_sdk-1.34.0-py2.py3-none-any.whl" , hash = "sha256:76dd087f38062ac6c1e30ed6feb533ee0037ff9e709974802db7b5dbf2e5db21" } ,
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)" ]
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)" ]
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"
2023-11-04 05:50:30 +00:00
version = "0.1.13"
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 ]
httpx = "^0.24.0"
pydantic = "^1.10.7"
[ package . extras ]
test = [ ]
[ package . source ]
type = "git"
url = "https://github.com/PaiGramTeam/SIMNet"
reference = "HEAD"
2023-11-04 05:50:30 +00:00
resolved_reference = "420b1da340b9aed9a5a440489caea1a3d51fb450"
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"
version = "1.3.0"
description = "Sniff out which async library your code is running under"
optional = false
python-versions = ">=3.7"
files = [
2022-09-04 05:52:33 +00:00
{ file = "sniffio-1.3.0-py3-none-any.whl" , hash = "sha256:eecefdce1e5bbfb7ad2eeaabf7c1eeb404d7757c379bd1f7e5cce9d8bf425384" } ,
{ file = "sniffio-1.3.0.tar.gz" , hash = "sha256:e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101" } ,
]
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"
2023-11-04 05:50:30 +00:00
version = "1.4.50"
2023-01-07 08:01:31 +00:00
description = "Database Abstraction Library"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
files = [
2023-11-04 05:50:30 +00:00
{ file = "SQLAlchemy-1.4.50-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d00665725063692c42badfd521d0c4392e83c6c826795d38eb88fb108e5660e5" } ,
{ file = "SQLAlchemy-1.4.50-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:85292ff52ddf85a39367057c3d7968a12ee1fb84565331a36a8fead346f08796" } ,
{ file = "SQLAlchemy-1.4.50-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:d0fed0f791d78e7767c2db28d34068649dfeea027b83ed18c45a423f741425cb" } ,
{ file = "SQLAlchemy-1.4.50-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:db4db3c08ffbb18582f856545f058a7a5e4ab6f17f75795ca90b3c38ee0a8ba4" } ,
{ file = "SQLAlchemy-1.4.50-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:14b0cacdc8a4759a1e1bd47dc3ee3f5db997129eb091330beda1da5a0e9e5bd7" } ,
{ file = "SQLAlchemy-1.4.50-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1fb9cb60e0f33040e4f4681e6658a7eb03b5cb4643284172f91410d8c493dace" } ,
{ file = "SQLAlchemy-1.4.50-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c4cb501d585aa74a0f86d0ea6263b9c5e1d1463f8f9071392477fd401bd3c7cc" } ,
{ file = "SQLAlchemy-1.4.50-cp312-cp312-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8a7a66297e46f85a04d68981917c75723e377d2e0599d15fbe7a56abed5e2d75" } ,
{ file = "SQLAlchemy-1.4.50-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c1db0221cb26d66294f4ca18c533e427211673ab86c1fbaca8d6d9ff78654293" } ,
{ file = "SQLAlchemy-1.4.50-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0b7dbe6369677a2bea68fe9812c6e4bbca06ebfa4b5cde257b2b0bf208709131" } ,
{ file = "SQLAlchemy-1.4.50-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:a9bddb60566dc45c57fd0a5e14dd2d9e5f106d2241e0a2dc0c1da144f9444516" } ,
{ file = "SQLAlchemy-1.4.50-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:82dd4131d88395df7c318eeeef367ec768c2a6fe5bd69423f7720c4edb79473c" } ,
{ file = "SQLAlchemy-1.4.50-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:273505fcad22e58cc67329cefab2e436006fc68e3c5423056ee0513e6523268a" } ,
{ file = "SQLAlchemy-1.4.50-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a3257a6e09626d32b28a0c5b4f1a97bced585e319cfa90b417f9ab0f6145c33c" } ,
{ file = "SQLAlchemy-1.4.50-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:d69738d582e3a24125f0c246ed8d712b03bd21e148268421e4a4d09c34f521a5" } ,
{ file = "SQLAlchemy-1.4.50-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:34e1c5d9cd3e6bf3d1ce56971c62a40c06bfc02861728f368dcfec8aeedb2814" } ,
{ file = "SQLAlchemy-1.4.50-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f1fcee5a2c859eecb4ed179edac5ffbc7c84ab09a5420219078ccc6edda45436" } ,
{ file = "SQLAlchemy-1.4.50-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:fbaf6643a604aa17e7a7afd74f665f9db882df5c297bdd86c38368f2c471f37d" } ,
{ file = "SQLAlchemy-1.4.50-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:2e70e0673d7d12fa6cd363453a0d22dac0d9978500aa6b46aa96e22690a55eab" } ,
{ file = "SQLAlchemy-1.4.50-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8b881ac07d15fb3e4f68c5a67aa5cdaf9eb8f09eb5545aaf4b0a5f5f4659be18" } ,
{ file = "SQLAlchemy-1.4.50-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3f6997da81114daef9203d30aabfa6b218a577fc2bd797c795c9c88c9eb78d49" } ,
{ file = "SQLAlchemy-1.4.50-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bdb77e1789e7596b77fd48d99ec1d2108c3349abd20227eea0d48d3f8cf398d9" } ,
{ file = "SQLAlchemy-1.4.50-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:128a948bd40780667114b0297e2cc6d657b71effa942e0a368d8cc24293febb3" } ,
{ file = "SQLAlchemy-1.4.50-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f2d526aeea1bd6a442abc7c9b4b00386fd70253b80d54a0930c0a216230a35be" } ,
{ file = "SQLAlchemy-1.4.50.tar.gz" , hash = "sha256:3b97ddf509fc21e10b09403b5219b06c5b558b27fc2453150274fa4e70707dbf" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . dependencies ]
2023-09-09 14:39:37 +00:00
greenlet = { version = "!=0.4.17" , markers = "python_version >= \"3\" and (platform_machine == \"aarch64\" or platform_machine == \"ppc64le\" or platform_machine == \"x86_64\" or platform_machine == \"amd64\" or platform_machine == \"AMD64\" or platform_machine == \"win32\" or platform_machine == \"WIN32\")" }
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-01-07 08:01:31 +00:00
aiosqlite = [ "aiosqlite" , "greenlet (!=0.4.17)" , "typing-extensions (!=3.10.0.1)" ]
asyncio = [ "greenlet (!=0.4.17)" ]
asyncmy = [ "asyncmy (>=0.2.3,!=0.2.4)" , "greenlet (!=0.4.17)" ]
mariadb-connector = [ "mariadb (>=1.0.1,!=1.1.2)" ]
mssql = [ "pyodbc" ]
mssql-pymssql = [ "pymssql" ]
mssql-pyodbc = [ "pyodbc" ]
mypy = [ "mypy (>=0.910)" , "sqlalchemy2-stubs" ]
mysql = [ "mysqlclient (>=1.4.0)" , "mysqlclient (>=1.4.0,<2)" ]
mysql-connector = [ "mysql-connector-python" ]
oracle = [ "cx-oracle (>=7)" , "cx-oracle (>=7,<8)" ]
postgresql = [ "psycopg2 (>=2.7)" ]
postgresql-asyncpg = [ "asyncpg" , "greenlet (!=0.4.17)" ]
postgresql-pg8000 = [ "pg8000 (>=1.16.6,!=1.29.0)" ]
postgresql-psycopg2binary = [ "psycopg2-binary" ]
postgresql-psycopg2cffi = [ "psycopg2cffi" ]
pymysql = [ "pymysql" , "pymysql (<1)" ]
sqlcipher = [ "sqlcipher3-binary" ]
[ [ package ] ]
name = "sqlalchemy2-stubs"
2023-11-04 05:50:30 +00:00
version = "0.0.2a36"
2023-01-07 08:01:31 +00:00
description = "Typing Stubs for SQLAlchemy 1.4"
optional = false
python-versions = ">=3.6"
files = [
2023-11-04 05:50:30 +00:00
{ file = "sqlalchemy2-stubs-0.0.2a36.tar.gz" , hash = "sha256:1c820c176a50401b7b3fc1e25019703b2c0753fe99a79d7e19305146baf1f60f" } ,
{ file = "sqlalchemy2_stubs-0.0.2a36-py3-none-any.whl" , hash = "sha256:9b5b3eb263cdc649b6a5619d2c089b98290406027a01e1de171eeb98c38ce678" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . dependencies ]
typing-extensions = ">=3.7.4"
[ [ package ] ]
name = "sqlmodel"
2023-11-04 05:50:30 +00:00
version = "0.0.11"
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 = [
2023-11-04 05:50:30 +00:00
{ file = "sqlmodel-0.0.11-py3-none-any.whl" , hash = "sha256:bc0d64c4b901d919d2f16bbd79aefb07cb268c29f7c1dd83a84758772ccc95c6" } ,
{ file = "sqlmodel-0.0.11.tar.gz" , hash = "sha256:fc33abbf7ec29caafabe3d0e1db61e33597857a289e5fd1ecdb91be702b26084" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . dependencies ]
2023-11-04 05:50:30 +00:00
pydantic = ">=1.9.0,<2.0.0"
2023-10-25 14:43:22 +00:00
SQLAlchemy = ">=1.4.36,<2.0.0"
2023-01-07 08:01:31 +00:00
sqlalchemy2-stubs = "*"
[ [ package ] ]
name = "starlette"
2023-07-19 05:52:30 +00:00
version = "0.27.0"
2023-01-07 08:01:31 +00:00
description = "The little ASGI library that shines."
optional = false
python-versions = ">=3.7"
files = [
2023-07-19 05:52:30 +00:00
{ file = "starlette-0.27.0-py3-none-any.whl" , hash = "sha256:918416370e846586541235ccd38a474c08b80443ed31c578a418e2209b3eef91" } ,
{ file = "starlette-0.27.0.tar.gz" , hash = "sha256:6a6b0d042acb8d469a01eba54e9cda6cbd24ac602c4cd016723117d6a7e73b75" } ,
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 ]
full = [ "httpx (>=0.22.0)" , "itsdangerous" , "jinja2" , "python-multipart" , "pyyaml" ]
[ [ 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"
2023-09-09 14:39:37 +00:00
version = "0.20.0"
2023-01-07 08:01:31 +00:00
description = "Fuzzy string matching in python"
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 = "thefuzz-0.20.0-py3-none-any.whl" , hash = "sha256:bd2b657a12bd8518917d2d71c53125368706233b822fac688fca956730154388" } ,
{ file = "thefuzz-0.20.0.tar.gz" , hash = "sha256:a25e49786b1c4603c7fc6e2d69e6bc660982a2919698b536ff8354e0631cc40d" } ,
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"
2023-10-25 14:43:22 +00:00
version = "4.8.0"
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 = [
2023-10-25 14:43:22 +00:00
{ file = "typing_extensions-4.8.0-py3-none-any.whl" , hash = "sha256:8f92fc8806f9a6b641eaa5318da32b44d401efaac0f6678c9bc448ba3605faa0" } ,
{ file = "typing_extensions-4.8.0.tar.gz" , hash = "sha256:df8e4339e9cb77357558cbdbceca33c303714cf861d1eef15e1070055ae8b7ef" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "tzdata"
2023-04-03 07:42:46 +00:00
version = "2023.3"
2023-01-07 08:01:31 +00:00
description = "Provider of IANA time zone data"
optional = false
python-versions = ">=2"
files = [
2023-04-03 07:42:46 +00:00
{ file = "tzdata-2023.3-py2.py3-none-any.whl" , hash = "sha256:7e65763eef3120314099b6939b5546db7adce1e7d6f2e179e3df563c70511eda" } ,
{ file = "tzdata-2023.3.tar.gz" , hash = "sha256:11ef1e08e54acb0d4f95bdb1be05da659673de4acbd21bf9c69e94cc5e907a3a" } ,
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-07-19 05:52:30 +00:00
version = "5.8.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-07-19 05:52:30 +00:00
{ file = "ujson-5.8.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:f4511560d75b15ecb367eef561554959b9d49b6ec3b8d5634212f9fed74a6df1" } ,
{ file = "ujson-5.8.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:9399eaa5d1931a0ead49dce3ffacbea63f3177978588b956036bfe53cdf6af75" } ,
{ file = "ujson-5.8.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c4e7bb7eba0e1963f8b768f9c458ecb193e5bf6977090182e2b4f4408f35ac76" } ,
{ file = "ujson-5.8.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:40931d7c08c4ce99adc4b409ddb1bbb01635a950e81239c2382cfe24251b127a" } ,
{ file = "ujson-5.8.0-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:d53039d39de65360e924b511c7ca1a67b0975c34c015dd468fca492b11caa8f7" } ,
{ file = "ujson-5.8.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:bdf04c6af3852161be9613e458a1fb67327910391de8ffedb8332e60800147a2" } ,
{ file = "ujson-5.8.0-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:a70f776bda2e5072a086c02792c7863ba5833d565189e09fabbd04c8b4c3abba" } ,
{ file = "ujson-5.8.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:f26629ac531d712f93192c233a74888bc8b8212558bd7d04c349125f10199fcf" } ,
{ file = "ujson-5.8.0-cp310-cp310-win32.whl" , hash = "sha256:7ecc33b107ae88405aebdb8d82c13d6944be2331ebb04399134c03171509371a" } ,
{ file = "ujson-5.8.0-cp310-cp310-win_amd64.whl" , hash = "sha256:3b27a8da7a080add559a3b73ec9ebd52e82cc4419f7c6fb7266e62439a055ed0" } ,
{ file = "ujson-5.8.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:193349a998cd821483a25f5df30b44e8f495423840ee11b3b28df092ddfd0f7f" } ,
{ file = "ujson-5.8.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:4ddeabbc78b2aed531f167d1e70387b151900bc856d61e9325fcdfefb2a51ad8" } ,
{ file = "ujson-5.8.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5ce24909a9c25062e60653073dd6d5e6ec9d6ad7ed6e0069450d5b673c854405" } ,
{ file = "ujson-5.8.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:27a2a3c7620ebe43641e926a1062bc04e92dbe90d3501687957d71b4bdddaec4" } ,
{ file = "ujson-5.8.0-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:2b852bdf920fe9f84e2a2c210cc45f1b64f763b4f7d01468b33f7791698e455e" } ,
{ file = "ujson-5.8.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:20768961a6a706170497129960762ded9c89fb1c10db2989c56956b162e2a8a3" } ,
{ file = "ujson-5.8.0-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:e0147d41e9fb5cd174207c4a2895c5e24813204499fd0839951d4c8784a23bf5" } ,
{ file = "ujson-5.8.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:e3673053b036fd161ae7a5a33358ccae6793ee89fd499000204676baafd7b3aa" } ,
{ file = "ujson-5.8.0-cp311-cp311-win32.whl" , hash = "sha256:a89cf3cd8bf33a37600431b7024a7ccf499db25f9f0b332947fbc79043aad879" } ,
{ file = "ujson-5.8.0-cp311-cp311-win_amd64.whl" , hash = "sha256:3659deec9ab9eb19e8646932bfe6fe22730757c4addbe9d7d5544e879dc1b721" } ,
{ file = "ujson-5.8.0-cp312-cp312-macosx_10_9_x86_64.whl" , hash = "sha256:102bf31c56f59538cccdfec45649780ae00657e86247c07edac434cb14d5388c" } ,
{ file = "ujson-5.8.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:299a312c3e85edee1178cb6453645217ba23b4e3186412677fa48e9a7f986de6" } ,
{ file = "ujson-5.8.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f2e385a7679b9088d7bc43a64811a7713cc7c33d032d020f757c54e7d41931ae" } ,
{ file = "ujson-5.8.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ad24ec130855d4430a682c7a60ca0bc158f8253ec81feed4073801f6b6cb681b" } ,
{ file = "ujson-5.8.0-cp312-cp312-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:16fde596d5e45bdf0d7de615346a102510ac8c405098e5595625015b0d4b5296" } ,
{ file = "ujson-5.8.0-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:6d230d870d1ce03df915e694dcfa3f4e8714369cce2346686dbe0bc8e3f135e7" } ,
{ file = "ujson-5.8.0-cp312-cp312-musllinux_1_1_i686.whl" , hash = "sha256:9571de0c53db5cbc265945e08f093f093af2c5a11e14772c72d8e37fceeedd08" } ,
{ file = "ujson-5.8.0-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:7cba16b26efe774c096a5e822e4f27097b7c81ed6fb5264a2b3f5fd8784bab30" } ,
{ file = "ujson-5.8.0-cp312-cp312-win32.whl" , hash = "sha256:48c7d373ff22366eecfa36a52b9b55b0ee5bd44c2b50e16084aa88b9de038916" } ,
{ file = "ujson-5.8.0-cp312-cp312-win_amd64.whl" , hash = "sha256:5ac97b1e182d81cf395ded620528c59f4177eee024b4b39a50cdd7b720fdeec6" } ,
{ file = "ujson-5.8.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:2a64cc32bb4a436e5813b83f5aab0889927e5ea1788bf99b930fad853c5625cb" } ,
{ file = "ujson-5.8.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:e54578fa8838ddc722539a752adfce9372474114f8c127bb316db5392d942f8b" } ,
{ file = "ujson-5.8.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9721cd112b5e4687cb4ade12a7b8af8b048d4991227ae8066d9c4b3a6642a582" } ,
{ file = "ujson-5.8.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9d9707e5aacf63fb919f6237d6490c4e0244c7f8d3dc2a0f84d7dec5db7cb54c" } ,
{ file = "ujson-5.8.0-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0be81bae295f65a6896b0c9030b55a106fb2dec69ef877253a87bc7c9c5308f7" } ,
{ file = "ujson-5.8.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:ae7f4725c344bf437e9b881019c558416fe84ad9c6b67426416c131ad577df67" } ,
{ file = "ujson-5.8.0-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:9ab282d67ef3097105552bf151438b551cc4bedb3f24d80fada830f2e132aeb9" } ,
{ file = "ujson-5.8.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:94c7bd9880fa33fcf7f6d7f4cc032e2371adee3c5dba2922b918987141d1bf07" } ,
{ file = "ujson-5.8.0-cp38-cp38-win32.whl" , hash = "sha256:bf5737dbcfe0fa0ac8fa599eceafae86b376492c8f1e4b84e3adf765f03fb564" } ,
{ file = "ujson-5.8.0-cp38-cp38-win_amd64.whl" , hash = "sha256:11da6bed916f9bfacf13f4fc6a9594abd62b2bb115acfb17a77b0f03bee4cfd5" } ,
{ file = "ujson-5.8.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:69b3104a2603bab510497ceabc186ba40fef38ec731c0ccaa662e01ff94a985c" } ,
{ file = "ujson-5.8.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:9249fdefeb021e00b46025e77feed89cd91ffe9b3a49415239103fc1d5d9c29a" } ,
{ file = "ujson-5.8.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2873d196725a8193f56dde527b322c4bc79ed97cd60f1d087826ac3290cf9207" } ,
{ file = "ujson-5.8.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6a4dafa9010c366589f55afb0fd67084acd8added1a51251008f9ff2c3e44042" } ,
{ file = "ujson-5.8.0-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7a42baa647a50fa8bed53d4e242be61023bd37b93577f27f90ffe521ac9dc7a3" } ,
{ file = "ujson-5.8.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:f3554eaadffe416c6f543af442066afa6549edbc34fe6a7719818c3e72ebfe95" } ,
{ file = "ujson-5.8.0-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:fb87decf38cc82bcdea1d7511e73629e651bdec3a43ab40985167ab8449b769c" } ,
{ file = "ujson-5.8.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:407d60eb942c318482bbfb1e66be093308bb11617d41c613e33b4ce5be789adc" } ,
{ file = "ujson-5.8.0-cp39-cp39-win32.whl" , hash = "sha256:0fe1b7edaf560ca6ab023f81cbeaf9946a240876a993b8c5a21a1c539171d903" } ,
{ file = "ujson-5.8.0-cp39-cp39-win_amd64.whl" , hash = "sha256:3f9b63530a5392eb687baff3989d0fb5f45194ae5b1ca8276282fb647f8dcdb3" } ,
{ file = "ujson-5.8.0-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:efeddf950fb15a832376c0c01d8d7713479fbeceaed1eaecb2665aa62c305aec" } ,
{ file = "ujson-5.8.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7d8283ac5d03e65f488530c43d6610134309085b71db4f675e9cf5dff96a8282" } ,
{ file = "ujson-5.8.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:eb0142f6f10f57598655340a3b2c70ed4646cbe674191da195eb0985a9813b83" } ,
{ file = "ujson-5.8.0-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:07d459aca895eb17eb463b00441986b021b9312c6c8cc1d06880925c7f51009c" } ,
{ file = "ujson-5.8.0-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:d524a8c15cfc863705991d70bbec998456a42c405c291d0f84a74ad7f35c5109" } ,
{ file = "ujson-5.8.0-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:d6f84a7a175c75beecde53a624881ff618e9433045a69fcfb5e154b73cdaa377" } ,
{ file = "ujson-5.8.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b748797131ac7b29826d1524db1cc366d2722ab7afacc2ce1287cdafccddbf1f" } ,
{ file = "ujson-5.8.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2e72ba76313d48a1a3a42e7dc9d1db32ea93fac782ad8dde6f8b13e35c229130" } ,
{ file = "ujson-5.8.0-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:f504117a39cb98abba4153bf0b46b4954cc5d62f6351a14660201500ba31fe7f" } ,
{ file = "ujson-5.8.0-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:a8c91b6f4bf23f274af9002b128d133b735141e867109487d17e344d38b87d94" } ,
{ file = "ujson-5.8.0.tar.gz" , hash = "sha256:78e318def4ade898a461b3d92a79f9441e7e0e4d2ad5419abed4336d702c7425" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "urllib3"
2023-10-25 14:43:22 +00:00
version = "2.0.7"
2023-01-07 08:01:31 +00:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
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 = "urllib3-2.0.7-py3-none-any.whl" , hash = "sha256:fdb6d215c776278489906c2f8916e6e7d4f5a9b602ccbcfdf7f016fc8da0596e" } ,
{ file = "urllib3-2.0.7.tar.gz" , hash = "sha256:c97dfde1f7bd43a71c8d2a58e369e9b2bf692d1334ea9f9cae55add7d0dd0f84" } ,
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)" ]
secure = [ "certifi" , "cryptography (>=1.9)" , "idna (>=2.0.0)" , "pyopenssl (>=17.1.0)" , "urllib3-secure-extra" ]
socks = [ "pysocks (>=1.5.6,!=1.5.7,<2.0)" ]
zstd = [ "zstandard (>=0.18.0)" ]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "uvicorn"
2023-09-09 14:39:37 +00:00
version = "0.23.2"
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 = [
2023-09-09 14:39:37 +00:00
{ file = "uvicorn-0.23.2-py3-none-any.whl" , hash = "sha256:1f9be6558f01239d4fdf22ef8126c39cb1ad0addf76c40e760549d2c2f43ab53" } ,
{ file = "uvicorn-0.23.2.tar.gz" , hash = "sha256:4d3cc12d7727ba72b64d12d3cc7743124074c0a69f7b201512fc50c3e3f1569a" } ,
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"
2023-10-25 14:43:22 +00:00
version = "3.17.0"
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 = [
2023-10-25 14:43:22 +00:00
{ file = "zipp-3.17.0-py3-none-any.whl" , hash = "sha256:0e923e726174922dce09c53c59ad483ff7bbb8e572e00c7f7c46b88556409f31" } ,
{ file = "zipp-3.17.0.tar.gz" , hash = "sha256:84e64a1c28cf7e91ed2078bb8cc8c259cb19b76942096c8d7b84947690cabaf0" } ,
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
docs = [ "furo" , "jaraco.packaging (>=9.3)" , "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "sphinx (<7.2.5)" , "sphinx (>=3.5)" , "sphinx-lint" ]
2023-07-19 05:52:30 +00:00
testing = [ "big-O" , "jaraco.functools" , "jaraco.itertools" , "more-itertools" , "pytest (>=6)" , "pytest-black (>=0.3.7)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=2.2)" , "pytest-ignore-flaky" , "pytest-mypy (>=0.9.1)" , "pytest-ruff" ]
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"
2023-11-04 05:50:30 +00:00
content-hash = "6fbfbfd335dcade332a0324e2e941312f689a9e7b07bc35ce1e93cdc649873e1"