2023-07-19 05:52:30 +00:00
# This file is automatically @generated by Poetry 1.5.1 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-02-13 11:25:01 +00:00
version = "23.1.0"
2022-09-04 05:52:33 +00:00
description = "File support for asyncio."
optional = false
2022-09-13 11:41:58 +00:00
python-versions = ">=3.7,<4.0"
2023-01-07 08:01:31 +00:00
files = [
2023-02-13 11:25:01 +00:00
{ file = "aiofiles-23.1.0-py3-none-any.whl" , hash = "sha256:9312414ae06472eb6f1d163f555e466a23aed1c8f60c30cccf7121dba2e53eb2" } ,
{ file = "aiofiles-23.1.0.tar.gz" , hash = "sha256:edd247df9a19e0db16534d4baaf536d6609a43e1de5401d7a4c1c148753a1635" } ,
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-07-19 05:52:30 +00:00
version = "1.11.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-07-19 05:52:30 +00:00
{ file = "alembic-1.11.1-py3-none-any.whl" , hash = "sha256:dc871798a601fab38332e38d6ddb38d5e734f60034baeb8e2db5b642fccd8ab8" } ,
{ file = "alembic-1.11.1.tar.gz" , hash = "sha256:6a810a6b012c88b33458fceb869aef09ac75d6ace5291915ba7fae44de372c01" } ,
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-07-19 05:52:30 +00:00
version = "3.7.1"
2022-09-04 05:52:33 +00:00
description = "High level compatibility layer for multiple asynchronous event loop implementations"
optional = false
2023-07-19 05:52:30 +00:00
python-versions = ">=3.7"
2023-01-07 08:01:31 +00:00
files = [
2023-07-19 05:52:30 +00:00
{ file = "anyio-3.7.1-py3-none-any.whl" , hash = "sha256:91dee416e570e92c64041bd18b900d1d6fa78dff7048769ce5ac5ddad004fbb5" } ,
{ file = "anyio-3.7.1.tar.gz" , hash = "sha256:44a3c9aba0f5defa43261a8b3efb97891f2bd7d804e0e1f56419befa1adfc780" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
[ package . dependencies ]
2023-07-19 05:52:30 +00:00
exceptiongroup = { version = "*" , markers = "python_version < \"3.11\"" }
2022-09-04 05:52:33 +00:00
idna = ">=2.8"
sniffio = ">=1.1"
[ package . extras ]
2023-07-19 05:52:30 +00:00
doc = [ "Sphinx" , "packaging" , "sphinx-autodoc-typehints (>=1.2.0)" , "sphinx-rtd-theme (>=1.2.2)" , "sphinxcontrib-jquery" ]
test = [ "anyio[trio]" , "coverage[toml] (>=4.5)" , "hypothesis (>=4.0)" , "mock (>=4)" , "psutil (>=5.9)" , "pytest (>=7.0)" , "pytest-mock (>=3.6.1)" , "trustme" , "uvloop (>=0.17)" ]
trio = [ "trio (<0.22)" ]
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "appdirs"
version = "1.4.4"
description = "A small Python module for determining appropriate platform-specific dirs, e.g. a \"user data dir\"."
optional = false
python-versions = "*"
2023-01-07 08:01:31 +00:00
files = [
{ file = "appdirs-1.4.4-py2.py3-none-any.whl" , hash = "sha256:a841dacd6b99318a741b166adb07e19ee71a274450e68237b4650ca1055ab128" } ,
{ file = "appdirs-1.4.4.tar.gz" , hash = "sha256:7d5d0167b2b1ba821647616af46a749d1c653740dd0d2415100fe26e27afdf41" } ,
]
2022-09-04 05:52:33 +00:00
[ [ package ] ]
2023-02-13 11:35:19 +00:00
name = "apscheduler"
2023-03-07 13:29:24 +00:00
version = "3.10.1"
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-03-07 13:29:24 +00:00
{ file = "APScheduler-3.10.1-py3-none-any.whl" , hash = "sha256:e813ad5ada7aff36fb08cdda746b520531eaac7757832abc204868ba78e0c8f6" } ,
{ file = "APScheduler-3.10.1.tar.gz" , hash = "sha256:0293937d8f6051a0f493359440c1a1b93e882c57daf0197afeff0e727777b96e" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
[ package . dependencies ]
pytz = "*"
setuptools = ">=0.7"
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-07-19 05:52:30 +00:00
version = "2.0.3"
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-07-19 05:52:30 +00:00
{ file = "async-lru-2.0.3.tar.gz" , hash = "sha256:b714c9d1415fca4e264da72a9e2abc66880ce7430e03a973341f88ea4c0d4869" } ,
{ file = "async_lru-2.0.3-py3-none-any.whl" , hash = "sha256:00c0a8899c20b9c88663a47732689ff98189c9fa08ad9f734d7722f934d250b1" } ,
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"
version = "4.0.2"
description = "Timeout context manager for asyncio programs"
optional = false
python-versions = ">=3.6"
2023-01-07 08:01:31 +00:00
files = [
{ file = "async-timeout-4.0.2.tar.gz" , hash = "sha256:2163e1640ddb52b7a8c80d0a67a08587e5d245cc9c553a74a847056bc2976b15" } ,
{ file = "async_timeout-4.0.2-py3-none-any.whl" , hash = "sha256:8ca1e4fcf50d07413d66d1a5e416e42cfdf5851c981d679a09851a6853383b3c" } ,
]
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-07-19 05:52:30 +00:00
version = "23.7.0"
2022-09-04 05:52:33 +00:00
description = "The uncompromising code formatter."
optional = false
2023-07-19 05:52:30 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2023-07-19 05:52:30 +00:00
{ file = "black-23.7.0-cp310-cp310-macosx_10_16_arm64.whl" , hash = "sha256:5c4bc552ab52f6c1c506ccae05681fab58c3f72d59ae6e6639e8885e94fe2587" } ,
{ file = "black-23.7.0-cp310-cp310-macosx_10_16_universal2.whl" , hash = "sha256:552513d5cd5694590d7ef6f46e1767a4df9af168d449ff767b13b084c020e63f" } ,
{ file = "black-23.7.0-cp310-cp310-macosx_10_16_x86_64.whl" , hash = "sha256:86cee259349b4448adb4ef9b204bb4467aae74a386bce85d56ba4f5dc0da27be" } ,
{ file = "black-23.7.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:501387a9edcb75d7ae8a4412bb8749900386eaef258f1aefab18adddea1936bc" } ,
{ file = "black-23.7.0-cp310-cp310-win_amd64.whl" , hash = "sha256:fb074d8b213749fa1d077d630db0d5f8cc3b2ae63587ad4116e8a436e9bbe995" } ,
{ file = "black-23.7.0-cp311-cp311-macosx_10_16_arm64.whl" , hash = "sha256:b5b0ee6d96b345a8b420100b7d71ebfdd19fab5e8301aff48ec270042cd40ac2" } ,
{ file = "black-23.7.0-cp311-cp311-macosx_10_16_universal2.whl" , hash = "sha256:893695a76b140881531062d48476ebe4a48f5d1e9388177e175d76234ca247cd" } ,
{ file = "black-23.7.0-cp311-cp311-macosx_10_16_x86_64.whl" , hash = "sha256:c333286dc3ddca6fdff74670b911cccedacb4ef0a60b34e491b8a67c833b343a" } ,
{ file = "black-23.7.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:831d8f54c3a8c8cf55f64d0422ee875eecac26f5f649fb6c1df65316b67c8926" } ,
{ file = "black-23.7.0-cp311-cp311-win_amd64.whl" , hash = "sha256:7f3bf2dec7d541b4619b8ce526bda74a6b0bffc480a163fed32eb8b3c9aed8ad" } ,
{ file = "black-23.7.0-cp38-cp38-macosx_10_16_arm64.whl" , hash = "sha256:f9062af71c59c004cd519e2fb8f5d25d39e46d3af011b41ab43b9c74e27e236f" } ,
{ file = "black-23.7.0-cp38-cp38-macosx_10_16_universal2.whl" , hash = "sha256:01ede61aac8c154b55f35301fac3e730baf0c9cf8120f65a9cd61a81cfb4a0c3" } ,
{ file = "black-23.7.0-cp38-cp38-macosx_10_16_x86_64.whl" , hash = "sha256:327a8c2550ddc573b51e2c352adb88143464bb9d92c10416feb86b0f5aee5ff6" } ,
{ file = "black-23.7.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6d1c6022b86f83b632d06f2b02774134def5d4d4f1dac8bef16d90cda18ba28a" } ,
{ file = "black-23.7.0-cp38-cp38-win_amd64.whl" , hash = "sha256:27eb7a0c71604d5de083757fbdb245b1a4fae60e9596514c6ec497eb63f95320" } ,
{ file = "black-23.7.0-cp39-cp39-macosx_10_16_arm64.whl" , hash = "sha256:8417dbd2f57b5701492cd46edcecc4f9208dc75529bcf76c514864e48da867d9" } ,
{ file = "black-23.7.0-cp39-cp39-macosx_10_16_universal2.whl" , hash = "sha256:47e56d83aad53ca140da0af87678fb38e44fd6bc0af71eebab2d1f59b1acf1d3" } ,
{ file = "black-23.7.0-cp39-cp39-macosx_10_16_x86_64.whl" , hash = "sha256:25cc308838fe71f7065df53aedd20327969d05671bac95b38fdf37ebe70ac087" } ,
{ file = "black-23.7.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:642496b675095d423f9b8448243336f8ec71c9d4d57ec17bf795b67f08132a91" } ,
{ file = "black-23.7.0-cp39-cp39-win_amd64.whl" , hash = "sha256:ad0014efc7acf0bd745792bd0d8857413652979200ab924fbf239062adc12491" } ,
{ file = "black-23.7.0-py3-none-any.whl" , hash = "sha256:9fd59d418c60c0348505f2ddf9609c1e1de8e7493eab96198fc89d9f865e7a96" } ,
{ file = "black-23.7.0.tar.gz" , hash = "sha256:022a582720b0d9480ed82576c920a8c1dde97cc38ff11d8d8859b3bd6ca9eedb" } ,
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\"" }
2022-11-30 08:45:53 +00:00
typing-extensions = { version = ">=3.10.0.0" , markers = "python_version < \"3.10\"" }
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-07-19 05:52:30 +00:00
version = "5.3.1"
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-07-19 05:52:30 +00:00
{ file = "cachetools-5.3.1-py3-none-any.whl" , hash = "sha256:95ef631eeaea14ba2e36f06437f36463aac3a096799e876ee55e5cdccb102590" } ,
{ file = "cachetools-5.3.1.tar.gz" , hash = "sha256:dce83f2d9b4e1f732a8cd44af8e8fab2dbe46201467fc98b3ef8f269092bf62b" } ,
2023-01-07 08:01:31 +00:00
]
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "certifi"
2023-07-19 05:52:30 +00:00
version = "2023.5.7"
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-07-19 05:52:30 +00:00
{ file = "certifi-2023.5.7-py3-none-any.whl" , hash = "sha256:c6c2e98f5c7869efca1f8916fed228dd91539f9f1b444c314c06eef02980c716" } ,
{ file = "certifi-2023.5.7.tar.gz" , hash = "sha256:0f0d56dc5a6ad56fd4ba36484d6cc34451e1c6548c61daad8c320169f91eddc7" } ,
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"
version = "1.15.1"
description = "Foreign Function Interface for Python calling C code."
optional = false
python-versions = "*"
files = [
{ file = "cffi-1.15.1-cp27-cp27m-macosx_10_9_x86_64.whl" , hash = "sha256:a66d3508133af6e8548451b25058d5812812ec3798c886bf38ed24a98216fab2" } ,
{ file = "cffi-1.15.1-cp27-cp27m-manylinux1_i686.whl" , hash = "sha256:470c103ae716238bbe698d67ad020e1db9d9dba34fa5a899b5e21577e6d52ed2" } ,
{ file = "cffi-1.15.1-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:9ad5db27f9cabae298d151c85cf2bad1d359a1b9c686a275df03385758e2f914" } ,
{ file = "cffi-1.15.1-cp27-cp27m-win32.whl" , hash = "sha256:b3bbeb01c2b273cca1e1e0c5df57f12dce9a4dd331b4fa1635b8bec26350bde3" } ,
{ file = "cffi-1.15.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:e00b098126fd45523dd056d2efba6c5a63b71ffe9f2bbe1a4fe1716e1d0c331e" } ,
{ file = "cffi-1.15.1-cp27-cp27mu-manylinux1_i686.whl" , hash = "sha256:d61f4695e6c866a23a21acab0509af1cdfd2c013cf256bbf5b6b5e2695827162" } ,
{ file = "cffi-1.15.1-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:ed9cb427ba5504c1dc15ede7d516b84757c3e3d7868ccc85121d9310d27eed0b" } ,
{ file = "cffi-1.15.1-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:39d39875251ca8f612b6f33e6b1195af86d1b3e60086068be9cc053aa4376e21" } ,
{ file = "cffi-1.15.1-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:285d29981935eb726a4399badae8f0ffdff4f5050eaa6d0cfc3f64b857b77185" } ,
{ file = "cffi-1.15.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:3eb6971dcff08619f8d91607cfc726518b6fa2a9eba42856be181c6d0d9515fd" } ,
{ file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:21157295583fe8943475029ed5abdcf71eb3911894724e360acff1d61c1d54bc" } ,
{ file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5635bd9cb9731e6d4a1132a498dd34f764034a8ce60cef4f5319c0541159392f" } ,
{ file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:2012c72d854c2d03e45d06ae57f40d78e5770d252f195b93f581acf3ba44496e" } ,
{ file = "cffi-1.15.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:dd86c085fae2efd48ac91dd7ccffcfc0571387fe1193d33b6394db7ef31fe2a4" } ,
{ file = "cffi-1.15.1-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:fa6693661a4c91757f4412306191b6dc88c1703f780c8234035eac011922bc01" } ,
{ file = "cffi-1.15.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:59c0b02d0a6c384d453fece7566d1c7e6b7bae4fc5874ef2ef46d56776d61c9e" } ,
{ file = "cffi-1.15.1-cp310-cp310-win32.whl" , hash = "sha256:cba9d6b9a7d64d4bd46167096fc9d2f835e25d7e4c121fb2ddfc6528fb0413b2" } ,
{ file = "cffi-1.15.1-cp310-cp310-win_amd64.whl" , hash = "sha256:ce4bcc037df4fc5e3d184794f27bdaab018943698f4ca31630bc7f84a7b69c6d" } ,
{ file = "cffi-1.15.1-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:3d08afd128ddaa624a48cf2b859afef385b720bb4b43df214f85616922e6a5ac" } ,
{ file = "cffi-1.15.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:3799aecf2e17cf585d977b780ce79ff0dc9b78d799fc694221ce814c2c19db83" } ,
{ file = "cffi-1.15.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:a591fe9e525846e4d154205572a029f653ada1a78b93697f3b5a8f1f2bc055b9" } ,
{ file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3548db281cd7d2561c9ad9984681c95f7b0e38881201e157833a2342c30d5e8c" } ,
{ file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:91fc98adde3d7881af9b59ed0294046f3806221863722ba7d8d120c575314325" } ,
{ file = "cffi-1.15.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:94411f22c3985acaec6f83c6df553f2dbe17b698cc7f8ae751ff2237d96b9e3c" } ,
{ file = "cffi-1.15.1-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:03425bdae262c76aad70202debd780501fabeaca237cdfddc008987c0e0f59ef" } ,
{ file = "cffi-1.15.1-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:cc4d65aeeaa04136a12677d3dd0b1c0c94dc43abac5860ab33cceb42b801c1e8" } ,
{ file = "cffi-1.15.1-cp311-cp311-win32.whl" , hash = "sha256:a0f100c8912c114ff53e1202d0078b425bee3649ae34d7b070e9697f93c5d52d" } ,
{ file = "cffi-1.15.1-cp311-cp311-win_amd64.whl" , hash = "sha256:04ed324bda3cda42b9b695d51bb7d54b680b9719cfab04227cdd1e04e5de3104" } ,
{ file = "cffi-1.15.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:50a74364d85fd319352182ef59c5c790484a336f6db772c1a9231f1c3ed0cbd7" } ,
{ file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e263d77ee3dd201c3a142934a086a4450861778baaeeb45db4591ef65550b0a6" } ,
{ file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:cec7d9412a9102bdc577382c3929b337320c4c4c4849f2c5cdd14d7368c5562d" } ,
{ file = "cffi-1.15.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:4289fc34b2f5316fbb762d75362931e351941fa95fa18789191b33fc4cf9504a" } ,
{ file = "cffi-1.15.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:173379135477dc8cac4bc58f45db08ab45d228b3363adb7af79436135d028405" } ,
{ file = "cffi-1.15.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:6975a3fac6bc83c4a65c9f9fcab9e47019a11d3d2cf7f3c0d03431bf145a941e" } ,
{ file = "cffi-1.15.1-cp36-cp36m-win32.whl" , hash = "sha256:2470043b93ff09bf8fb1d46d1cb756ce6132c54826661a32d4e4d132e1977adf" } ,
{ file = "cffi-1.15.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:30d78fbc8ebf9c92c9b7823ee18eb92f2e6ef79b45ac84db507f52fbe3ec4497" } ,
{ file = "cffi-1.15.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:198caafb44239b60e252492445da556afafc7d1e3ab7a1fb3f0584ef6d742375" } ,
{ file = "cffi-1.15.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:5ef34d190326c3b1f822a5b7a45f6c4535e2f47ed06fec77d3d799c450b2651e" } ,
{ file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8102eaf27e1e448db915d08afa8b41d6c7ca7a04b7d73af6514df10a3e74bd82" } ,
{ file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:5df2768244d19ab7f60546d0c7c63ce1581f7af8b5de3eb3004b9b6fc8a9f84b" } ,
{ file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a8c4917bd7ad33e8eb21e9a5bbba979b49d9a97acb3a803092cbc1133e20343c" } ,
{ file = "cffi-1.15.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0e2642fe3142e4cc4af0799748233ad6da94c62a8bec3a6648bf8ee68b1c7426" } ,
{ file = "cffi-1.15.1-cp37-cp37m-win32.whl" , hash = "sha256:e229a521186c75c8ad9490854fd8bbdd9a0c9aa3a524326b55be83b54d4e0ad9" } ,
{ file = "cffi-1.15.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:a0b71b1b8fbf2b96e41c4d990244165e2c9be83d54962a9a1d118fd8657d2045" } ,
{ file = "cffi-1.15.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:320dab6e7cb2eacdf0e658569d2575c4dad258c0fcc794f46215e1e39f90f2c3" } ,
{ file = "cffi-1.15.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1e74c6b51a9ed6589199c787bf5f9875612ca4a8a0785fb2d4a84429badaf22a" } ,
{ file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a5c84c68147988265e60416b57fc83425a78058853509c1b0629c180094904a5" } ,
{ file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3b926aa83d1edb5aa5b427b4053dc420ec295a08e40911296b9eb1b6170f6cca" } ,
{ file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:87c450779d0914f2861b8526e035c5e6da0a3199d8f1add1a665e1cbc6fc6d02" } ,
{ file = "cffi-1.15.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4f2c9f67e9821cad2e5f480bc8d83b8742896f1242dba247911072d4fa94c192" } ,
{ file = "cffi-1.15.1-cp38-cp38-win32.whl" , hash = "sha256:8b7ee99e510d7b66cdb6c593f21c043c248537a32e0bedf02e01e9553a172314" } ,
{ file = "cffi-1.15.1-cp38-cp38-win_amd64.whl" , hash = "sha256:00a9ed42e88df81ffae7a8ab6d9356b371399b91dbdf0c3cb1e84c03a13aceb5" } ,
{ file = "cffi-1.15.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:54a2db7b78338edd780e7ef7f9f6c442500fb0d41a5a4ea24fff1c929d5af585" } ,
{ file = "cffi-1.15.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:fcd131dd944808b5bdb38e6f5b53013c5aa4f334c5cad0c72742f6eba4b73db0" } ,
{ file = "cffi-1.15.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7473e861101c9e72452f9bf8acb984947aa1661a7704553a9f6e4baa5ba64415" } ,
{ file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6c9a799e985904922a4d207a94eae35c78ebae90e128f0c4e521ce339396be9d" } ,
{ file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:3bcde07039e586f91b45c88f8583ea7cf7a0770df3a1649627bf598332cb6984" } ,
{ file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:33ab79603146aace82c2427da5ca6e58f2b3f2fb5da893ceac0c42218a40be35" } ,
{ file = "cffi-1.15.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5d598b938678ebf3c67377cdd45e09d431369c3b1a5b331058c338e201f12b27" } ,
{ file = "cffi-1.15.1-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:db0fbb9c62743ce59a9ff687eb5f4afbe77e5e8403d6697f7446e5f609976f76" } ,
{ file = "cffi-1.15.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:98d85c6a2bef81588d9227dde12db8a7f47f639f4a17c9ae08e773aa9c697bf3" } ,
{ file = "cffi-1.15.1-cp39-cp39-win32.whl" , hash = "sha256:40f4774f5a9d4f5e344f31a32b5096977b5d48560c5592e2f3d2c4374bd543ee" } ,
{ file = "cffi-1.15.1-cp39-cp39-win_amd64.whl" , hash = "sha256:70df4e3b545a17496c9b3f41f5115e69a4f2e77e94e1d2a8e1070bc0c38c8a3c" } ,
{ file = "cffi-1.15.1.tar.gz" , hash = "sha256:d400bfb9a37b1351253cb402671cea7e89bdecc294e8016a707f6d1d8ac934f9" } ,
]
[ package . dependencies ]
pycparser = "*"
2022-09-04 05:52:33 +00:00
[ [ package ] ]
name = "click"
2023-07-19 05:52:30 +00:00
version = "8.1.5"
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-07-19 05:52:30 +00:00
{ file = "click-8.1.5-py3-none-any.whl" , hash = "sha256:e576aa487d679441d7d30abb87e1b43d24fc53bffb8758443b1a9e1cee504548" } ,
{ file = "click-8.1.5.tar.gz" , hash = "sha256:4be4b1af8d665c6d942909916d31a213a106800c47d0eeba73d34da3cbc11367" } ,
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-07-19 05:52:30 +00:00
version = "41.0.2"
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-07-19 05:52:30 +00:00
{ file = "cryptography-41.0.2-cp37-abi3-macosx_10_12_universal2.whl" , hash = "sha256:01f1d9e537f9a15b037d5d9ee442b8c22e3ae11ce65ea1f3316a41c78756b711" } ,
{ file = "cryptography-41.0.2-cp37-abi3-macosx_10_12_x86_64.whl" , hash = "sha256:079347de771f9282fbfe0e0236c716686950c19dee1b76240ab09ce1624d76d7" } ,
{ file = "cryptography-41.0.2-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:439c3cc4c0d42fa999b83ded80a9a1fb54d53c58d6e59234cfe97f241e6c781d" } ,
{ file = "cryptography-41.0.2-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f14ad275364c8b4e525d018f6716537ae7b6d369c094805cae45300847e0894f" } ,
{ file = "cryptography-41.0.2-cp37-abi3-manylinux_2_28_aarch64.whl" , hash = "sha256:84609ade00a6ec59a89729e87a503c6e36af98ddcd566d5f3be52e29ba993182" } ,
{ file = "cryptography-41.0.2-cp37-abi3-manylinux_2_28_x86_64.whl" , hash = "sha256:49c3222bb8f8e800aead2e376cbef687bc9e3cb9b58b29a261210456a7783d83" } ,
{ file = "cryptography-41.0.2-cp37-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:d73f419a56d74fef257955f51b18d046f3506270a5fd2ac5febbfa259d6c0fa5" } ,
{ file = "cryptography-41.0.2-cp37-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:2a034bf7d9ca894720f2ec1d8b7b5832d7e363571828037f9e0c4f18c1b58a58" } ,
{ file = "cryptography-41.0.2-cp37-abi3-win32.whl" , hash = "sha256:d124682c7a23c9764e54ca9ab5b308b14b18eba02722b8659fb238546de83a76" } ,
{ file = "cryptography-41.0.2-cp37-abi3-win_amd64.whl" , hash = "sha256:9c3fe6534d59d071ee82081ca3d71eed3210f76ebd0361798c74abc2bcf347d4" } ,
{ file = "cryptography-41.0.2-pp310-pypy310_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:a719399b99377b218dac6cf547b6ec54e6ef20207b6165126a280b0ce97e0d2a" } ,
{ file = "cryptography-41.0.2-pp310-pypy310_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:182be4171f9332b6741ee818ec27daff9fb00349f706629f5cbf417bd50e66fd" } ,
{ file = "cryptography-41.0.2-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:7a9a3bced53b7f09da251685224d6a260c3cb291768f54954e28f03ef14e3766" } ,
{ file = "cryptography-41.0.2-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:f0dc40e6f7aa37af01aba07277d3d64d5a03dc66d682097541ec4da03cc140ee" } ,
{ file = "cryptography-41.0.2-pp38-pypy38_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:674b669d5daa64206c38e507808aae49904c988fa0a71c935e7006a3e1e83831" } ,
{ file = "cryptography-41.0.2-pp38-pypy38_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:7af244b012711a26196450d34f483357e42aeddb04128885d95a69bd8b14b69b" } ,
{ file = "cryptography-41.0.2-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:9b6d717393dbae53d4e52684ef4f022444fc1cce3c48c38cb74fca29e1f08eaa" } ,
{ file = "cryptography-41.0.2-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:192255f539d7a89f2102d07d7375b1e0a81f7478925b3bc2e0549ebf739dae0e" } ,
{ file = "cryptography-41.0.2-pp39-pypy39_pp73-macosx_10_12_x86_64.whl" , hash = "sha256:f772610fe364372de33d76edcd313636a25684edb94cee53fd790195f5989d14" } ,
{ file = "cryptography-41.0.2-pp39-pypy39_pp73-manylinux_2_28_aarch64.whl" , hash = "sha256:b332cba64d99a70c1e0836902720887fb4529ea49ea7f5462cf6640e095e11d2" } ,
{ file = "cryptography-41.0.2-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:9a6673c1828db6270b76b22cc696f40cde9043eb90373da5c2f8f2158957f42f" } ,
{ file = "cryptography-41.0.2-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:342f3767e25876751e14f8459ad85e77e660537ca0a066e10e75df9c9e9099f0" } ,
{ file = "cryptography-41.0.2.tar.gz" , hash = "sha256:7d230bf856164de164ecb615ccc14c7fc6de6906ddd5b491f3af90d3514c925c" } ,
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-07-19 05:52:30 +00:00
version = "1.1.2"
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-07-19 05:52:30 +00:00
{ file = "exceptiongroup-1.1.2-py3-none-any.whl" , hash = "sha256:e346e69d186172ca7cf029c8c1d16235aa0e04035e5750b4b95039e65204328f" } ,
{ file = "exceptiongroup-1.1.2.tar.gz" , hash = "sha256:12c3e887d6485d16943a309616de20ae5582633e0a2eda17f4e10fd61c1e8af5" } ,
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-07-19 05:52:30 +00:00
version = "2.16.0"
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-07-19 05:52:30 +00:00
{ file = "fakeredis-2.16.0-py3-none-any.whl" , hash = "sha256:188514cbd7120ff28c88f2a31e2fddd18fb1b28504478dfa3669c683134c4d82" } ,
{ file = "fakeredis-2.16.0.tar.gz" , hash = "sha256:5abdd734de4ead9d6c7acbd3add1c4aa9b3ab35219339530472d9dd2bdf13057" } ,
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 ]
2022-12-01 11:48:39 +00:00
json = [ "jsonpath-ng (>=1.5,<2.0)" ]
lua = [ "lupa (>=1.14,<2.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-02-15 09:44:59 +00:00
version = "4.0.10"
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-02-15 09:44:59 +00:00
{ file = "gitdb-4.0.10-py3-none-any.whl" , hash = "sha256:c286cf298426064079ed96a9e4a9d39e7f3e9bf15ba60701e95f5492f28415c7" } ,
{ file = "gitdb-4.0.10.tar.gz" , hash = "sha256:6eb990b69df4e15bad899ea868dc46572c3f75339735663b81de79b06f17eb9a" } ,
2023-01-07 08:01:31 +00:00
]
[ package . dependencies ]
smmap = ">=3.0.1,<6"
[ [ package ] ]
name = "gitpython"
2023-07-19 05:52:30 +00:00
version = "3.1.32"
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-07-19 05:52:30 +00:00
{ file = "GitPython-3.1.32-py3-none-any.whl" , hash = "sha256:e3d59b1c2c6ebb9dfa7a184daf3b6dd4914237e7488a1730a6d8f6f5d0b4187f" } ,
{ file = "GitPython-3.1.32.tar.gz" , hash = "sha256:8d9b8cb1e80b9735e8717c9362079d3ce4c6e5ddeebedd0361b228c3a67a62f6" } ,
2023-01-07 08:01:31 +00:00
]
[ package . dependencies ]
gitdb = ">=4.0.1,<5"
[ [ package ] ]
name = "greenlet"
2022-09-22 02:37:02 +00:00
version = "1.1.3"
2022-09-04 05:52:33 +00:00
description = "Lightweight in-process concurrent programming"
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 = [
{ file = "greenlet-1.1.3-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:8c287ae7ac921dfde88b1c125bd9590b7ec3c900c2d3db5197f1286e144e712b" } ,
{ file = "greenlet-1.1.3-cp27-cp27m-manylinux1_x86_64.whl" , hash = "sha256:870a48007872d12e95a996fca3c03a64290d3ea2e61076aa35d3b253cf34cd32" } ,
{ file = "greenlet-1.1.3-cp27-cp27m-manylinux2010_x86_64.whl" , hash = "sha256:7c5227963409551ae4a6938beb70d56bf1918c554a287d3da6853526212fbe0a" } ,
{ file = "greenlet-1.1.3-cp27-cp27m-win32.whl" , hash = "sha256:9fae214f6c43cd47f7bef98c56919b9222481e833be2915f6857a1e9e8a15318" } ,
{ file = "greenlet-1.1.3-cp27-cp27m-win_amd64.whl" , hash = "sha256:de431765bd5fe62119e0bc6bc6e7b17ac53017ae1782acf88fcf6b7eae475a49" } ,
{ file = "greenlet-1.1.3-cp27-cp27mu-manylinux1_x86_64.whl" , hash = "sha256:510c3b15587afce9800198b4b142202b323bf4b4b5f9d6c79cb9a35e5e3c30d2" } ,
{ file = "greenlet-1.1.3-cp27-cp27mu-manylinux2010_x86_64.whl" , hash = "sha256:9951dcbd37850da32b2cb6e391f621c1ee456191c6ae5528af4a34afe357c30e" } ,
{ file = "greenlet-1.1.3-cp310-cp310-macosx_10_15_x86_64.whl" , hash = "sha256:07c58e169bbe1e87b8bbf15a5c1b779a7616df9fd3e61cadc9d691740015b4f8" } ,
{ file = "greenlet-1.1.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:df02fdec0c533301497acb0bc0f27f479a3a63dcdc3a099ae33a902857f07477" } ,
{ file = "greenlet-1.1.3-cp310-cp310-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:9c88e134d51d5e82315a7c32b914a58751b7353eb5268dbd02eabf020b4c4700" } ,
{ file = "greenlet-1.1.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7b41d19c0cfe5c259fe6c539fd75051cd39a5d33d05482f885faf43f7f5e7d26" } ,
{ file = "greenlet-1.1.3-cp310-cp310-win_amd64.whl" , hash = "sha256:6f5d4b2280ceea76c55c893827961ed0a6eadd5a584a7c4e6e6dd7bc10dfdd96" } ,
{ file = "greenlet-1.1.3-cp311-cp311-macosx_10_15_x86_64.whl" , hash = "sha256:184416e481295832350a4bf731ba619a92f5689bf5d0fa4341e98b98b1265bd7" } ,
{ file = "greenlet-1.1.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:dd0404d154084a371e6d2bafc787201612a1359c2dee688ae334f9118aa0bf47" } ,
{ file = "greenlet-1.1.3-cp311-cp311-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:7a43bbfa9b6cfdfaeefbd91038dde65ea2c421dc387ed171613df340650874f2" } ,
{ file = "greenlet-1.1.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ce5b64dfe8d0cca407d88b0ee619d80d4215a2612c1af8c98a92180e7109f4b5" } ,
{ file = "greenlet-1.1.3-cp35-cp35m-macosx_10_14_x86_64.whl" , hash = "sha256:903fa5716b8fbb21019268b44f73f3748c41d1a30d71b4a49c84b642c2fed5fa" } ,
{ file = "greenlet-1.1.3-cp35-cp35m-manylinux1_x86_64.whl" , hash = "sha256:0118817c9341ef2b0f75f5af79ac377e4da6ff637e5ee4ac91802c0e379dadb4" } ,
{ file = "greenlet-1.1.3-cp35-cp35m-manylinux2010_x86_64.whl" , hash = "sha256:466ce0928e33421ee84ae04c4ac6f253a3a3e6b8d600a79bd43fd4403e0a7a76" } ,
{ file = "greenlet-1.1.3-cp35-cp35m-win32.whl" , hash = "sha256:65ad1a7a463a2a6f863661329a944a5802c7129f7ad33583dcc11069c17e622c" } ,
{ file = "greenlet-1.1.3-cp35-cp35m-win_amd64.whl" , hash = "sha256:7532a46505470be30cbf1dbadb20379fb481244f1ca54207d7df3bf0bbab6a20" } ,
{ file = "greenlet-1.1.3-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:caff52cb5cd7626872d9696aee5b794abe172804beb7db52eed1fd5824b63910" } ,
{ file = "greenlet-1.1.3-cp36-cp36m-manylinux1_x86_64.whl" , hash = "sha256:db41f3845eb579b544c962864cce2c2a0257fe30f0f1e18e51b1e8cbb4e0ac6d" } ,
{ file = "greenlet-1.1.3-cp36-cp36m-manylinux2010_x86_64.whl" , hash = "sha256:e8533f5111704d75de3139bf0b8136d3a6c1642c55c067866fa0a51c2155ee33" } ,
{ file = "greenlet-1.1.3-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9537e4baf0db67f382eb29255a03154fcd4984638303ff9baaa738b10371fa57" } ,
{ file = "greenlet-1.1.3-cp36-cp36m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:f8bfd36f368efe0ab2a6aa3db7f14598aac454b06849fb633b762ddbede1db90" } ,
{ file = "greenlet-1.1.3-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b0877a9a2129a2c56a2eae2da016743db7d9d6a05d5e1c198f1b7808c602a30e" } ,
{ file = "greenlet-1.1.3-cp36-cp36m-win32.whl" , hash = "sha256:88b04e12c9b041a1e0bcb886fec709c488192638a9a7a3677513ac6ba81d8e79" } ,
{ file = "greenlet-1.1.3-cp36-cp36m-win_amd64.whl" , hash = "sha256:4f166b4aca8d7d489e82d74627a7069ab34211ef5ebb57c300ec4b9337b60fc0" } ,
{ file = "greenlet-1.1.3-cp37-cp37m-macosx_10_15_x86_64.whl" , hash = "sha256:cd16a89efe3a003029c87ff19e9fba635864e064da646bc749fc1908a4af18f3" } ,
{ file = "greenlet-1.1.3-cp37-cp37m-manylinux1_x86_64.whl" , hash = "sha256:5b756e6730ea59b2745072e28ad27f4c837084688e6a6b3633c8b1e509e6ae0e" } ,
{ file = "greenlet-1.1.3-cp37-cp37m-manylinux2010_x86_64.whl" , hash = "sha256:9b2f7d0408ddeb8ea1fd43d3db79a8cefaccadd2a812f021333b338ed6b10aba" } ,
{ file = "greenlet-1.1.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:44b4817c34c9272c65550b788913620f1fdc80362b209bc9d7dd2f40d8793080" } ,
{ file = "greenlet-1.1.3-cp37-cp37m-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:d58a5a71c4c37354f9e0c24c9c8321f0185f6945ef027460b809f4bb474bfe41" } ,
{ file = "greenlet-1.1.3-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1dd51d2650e70c6c4af37f454737bf4a11e568945b27f74b471e8e2a9fd21268" } ,
{ file = "greenlet-1.1.3-cp37-cp37m-win32.whl" , hash = "sha256:048d2bed76c2aa6de7af500ae0ea51dd2267aec0e0f2a436981159053d0bc7cc" } ,
{ file = "greenlet-1.1.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:77e41db75f9958f2083e03e9dd39da12247b3430c92267df3af77c83d8ff9eed" } ,
{ file = "greenlet-1.1.3-cp38-cp38-macosx_10_15_x86_64.whl" , hash = "sha256:1626185d938d7381631e48e6f7713e8d4b964be246073e1a1d15c2f061ac9f08" } ,
{ file = "greenlet-1.1.3-cp38-cp38-manylinux1_x86_64.whl" , hash = "sha256:1ec2779774d8e42ed0440cf8bc55540175187e8e934f2be25199bf4ed948cd9e" } ,
{ file = "greenlet-1.1.3-cp38-cp38-manylinux2010_x86_64.whl" , hash = "sha256:f2f908239b7098799b8845e5936c2ccb91d8c2323be02e82f8dcb4a80dcf4a25" } ,
{ file = "greenlet-1.1.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0b181e9aa6cb2f5ec0cacc8cee6e5a3093416c841ba32c185c30c160487f0380" } ,
{ file = "greenlet-1.1.3-cp38-cp38-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:2cf45e339cabea16c07586306a31cfcc5a3b5e1626d365714d283732afed6809" } ,
{ file = "greenlet-1.1.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6200a11f003ec26815f7e3d2ded01b43a3810be3528dd760d2f1fa777490c3cd" } ,
{ file = "greenlet-1.1.3-cp38-cp38-win32.whl" , hash = "sha256:db5b25265010a1b3dca6a174a443a0ed4c4ab12d5e2883a11c97d6e6d59b12f9" } ,
{ file = "greenlet-1.1.3-cp38-cp38-win_amd64.whl" , hash = "sha256:095a980288fe05adf3d002fbb180c99bdcf0f930e220aa66fcd56e7914a38202" } ,
{ file = "greenlet-1.1.3-cp39-cp39-macosx_10_15_x86_64.whl" , hash = "sha256:cbc1eb55342cbac8f7ec159088d54e2cfdd5ddf61c87b8bbe682d113789331b2" } ,
{ file = "greenlet-1.1.3-cp39-cp39-manylinux1_x86_64.whl" , hash = "sha256:694ffa7144fa5cc526c8f4512665003a39fa09ef00d19bbca5c8d3406db72fbe" } ,
{ file = "greenlet-1.1.3-cp39-cp39-manylinux2010_x86_64.whl" , hash = "sha256:aa741c1a8a8cc25eb3a3a01a62bdb5095a773d8c6a86470bde7f607a447e7905" } ,
{ file = "greenlet-1.1.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a3a669f11289a8995d24fbfc0e63f8289dd03c9aaa0cc8f1eab31d18ca61a382" } ,
{ file = "greenlet-1.1.3-cp39-cp39-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:76a53bfa10b367ee734b95988bd82a9a5f0038a25030f9f23bbbc005010ca600" } ,
{ file = "greenlet-1.1.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2fb0aa7f6996879551fd67461d5d3ab0c3c0245da98be90c89fcb7a18d437403" } ,
{ file = "greenlet-1.1.3-cp39-cp39-win32.whl" , hash = "sha256:5fbe1ab72b998ca77ceabbae63a9b2e2dc2d963f4299b9b278252ddba142d3f1" } ,
{ file = "greenlet-1.1.3-cp39-cp39-win_amd64.whl" , hash = "sha256:ffe73f9e7aea404722058405ff24041e59d31ca23d1da0895af48050a07b6932" } ,
{ file = "greenlet-1.1.3.tar.gz" , hash = "sha256:bcb6c6dd1d6be6d38d6db283747d07fda089ff8c559a835236560a4410340455" } ,
]
2022-09-04 05:52:33 +00:00
[ package . extras ]
docs = [ "Sphinx" ]
[ [ 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-07-19 05:52:30 +00:00
version = "0.6.0"
2022-10-12 13:39:47 +00:00
description = "A collection of framework independent HTTP protocol utils."
optional = false
python-versions = ">=3.5.0"
2023-01-07 08:01:31 +00:00
files = [
2023-07-19 05:52:30 +00:00
{ file = "httptools-0.6.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:818325afee467d483bfab1647a72054246d29f9053fd17cc4b86cda09cc60339" } ,
{ file = "httptools-0.6.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:72205730bf1be875003692ca54a4a7c35fac77b4746008966061d9d41a61b0f5" } ,
{ file = "httptools-0.6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:33eb1d4e609c835966e969a31b1dedf5ba16b38cab356c2ce4f3e33ffa94cad3" } ,
{ file = "httptools-0.6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6bdc6675ec6cb79d27e0575750ac6e2b47032742e24eed011b8db73f2da9ed40" } ,
{ file = "httptools-0.6.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:463c3bc5ef64b9cf091be9ac0e0556199503f6e80456b790a917774a616aff6e" } ,
{ file = "httptools-0.6.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:82f228b88b0e8c6099a9c4757ce9fdbb8b45548074f8d0b1f0fc071e35655d1c" } ,
{ file = "httptools-0.6.0-cp310-cp310-win_amd64.whl" , hash = "sha256:0781fedc610293a2716bc7fa142d4c85e6776bc59d617a807ff91246a95dea35" } ,
{ file = "httptools-0.6.0-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:721e503245d591527cddd0f6fd771d156c509e831caa7a57929b55ac91ee2b51" } ,
{ file = "httptools-0.6.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:274bf20eeb41b0956e34f6a81f84d26ed57c84dd9253f13dcb7174b27ccd8aaf" } ,
{ file = "httptools-0.6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:259920bbae18740a40236807915def554132ad70af5067e562f4660b62c59b90" } ,
{ file = "httptools-0.6.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:03bfd2ae8a2d532952ac54445a2fb2504c804135ed28b53fefaf03d3a93eb1fd" } ,
{ file = "httptools-0.6.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:f959e4770b3fc8ee4dbc3578fd910fab9003e093f20ac8c621452c4d62e517cb" } ,
{ file = "httptools-0.6.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:6e22896b42b95b3237eccc42278cd72c0df6f23247d886b7ded3163452481e38" } ,
{ file = "httptools-0.6.0-cp311-cp311-win_amd64.whl" , hash = "sha256:38f3cafedd6aa20ae05f81f2e616ea6f92116c8a0f8dcb79dc798df3356836e2" } ,
{ file = "httptools-0.6.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:47043a6e0ea753f006a9d0dd076a8f8c99bc0ecae86a0888448eb3076c43d717" } ,
{ file = "httptools-0.6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:35a541579bed0270d1ac10245a3e71e5beeb1903b5fbbc8d8b4d4e728d48ff1d" } ,
{ file = "httptools-0.6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:65d802e7b2538a9756df5acc062300c160907b02e15ed15ba035b02bce43e89c" } ,
{ file = "httptools-0.6.0-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:26326e0a8fe56829f3af483200d914a7cd16d8d398d14e36888b56de30bec81a" } ,
{ file = "httptools-0.6.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:e41ccac9e77cd045f3e4ee0fc62cbf3d54d7d4b375431eb855561f26ee7a9ec4" } ,
{ file = "httptools-0.6.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:4e748fc0d5c4a629988ef50ac1aef99dfb5e8996583a73a717fc2cac4ab89932" } ,
{ file = "httptools-0.6.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:cf8169e839a0d740f3d3c9c4fa630ac1a5aaf81641a34575ca6773ed7ce041a1" } ,
{ file = "httptools-0.6.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:5dcc14c090ab57b35908d4a4585ec5c0715439df07be2913405991dbb37e049d" } ,
{ file = "httptools-0.6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0d0b0571806a5168013b8c3d180d9f9d6997365a4212cb18ea20df18b938aa0b" } ,
{ file = "httptools-0.6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0fb4a608c631f7dcbdf986f40af7a030521a10ba6bc3d36b28c1dc9e9035a3c0" } ,
{ file = "httptools-0.6.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:93f89975465133619aea8b1952bc6fa0e6bad22a447c6d982fc338fbb4c89649" } ,
{ file = "httptools-0.6.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:73e9d66a5a28b2d5d9fbd9e197a31edd02be310186db423b28e6052472dc8201" } ,
{ file = "httptools-0.6.0-cp38-cp38-win_amd64.whl" , hash = "sha256:22c01fcd53648162730a71c42842f73b50f989daae36534c818b3f5050b54589" } ,
{ file = "httptools-0.6.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:3f96d2a351b5625a9fd9133c95744e8ca06f7a4f8f0b8231e4bbaae2c485046a" } ,
{ file = "httptools-0.6.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:72ec7c70bd9f95ef1083d14a755f321d181f046ca685b6358676737a5fecd26a" } ,
{ file = "httptools-0.6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b703d15dbe082cc23266bf5d9448e764c7cb3fcfe7cb358d79d3fd8248673ef9" } ,
{ file = "httptools-0.6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:82c723ed5982f8ead00f8e7605c53e55ffe47c47465d878305ebe0082b6a1755" } ,
{ file = "httptools-0.6.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:b0a816bb425c116a160fbc6f34cece097fd22ece15059d68932af686520966bd" } ,
{ file = "httptools-0.6.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:dea66d94e5a3f68c5e9d86e0894653b87d952e624845e0b0e3ad1c733c6cc75d" } ,
{ file = "httptools-0.6.0-cp39-cp39-win_amd64.whl" , hash = "sha256:23b09537086a5a611fad5696fc8963d67c7e7f98cb329d38ee114d588b0b74cd" } ,
{ file = "httptools-0.6.0.tar.gz" , hash = "sha256:9fc6e409ad38cbd68b177cd5158fc4042c796b82ca88d99ec78f07bed6c6b796" } ,
2023-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-07-19 05:52:30 +00:00
version = "6.0.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-07-19 05:52:30 +00:00
{ file = "importlib_resources-6.0.0-py3-none-any.whl" , hash = "sha256:d952faee11004c045f785bb5636e8f885bed30dc3c940d5d42798a2a4541c185" } ,
{ file = "importlib_resources-6.0.0.tar.gz" , hash = "sha256:4cf94875a8368bd89531a756df9a9ebe1f150e0f885030b461237bc7f2d905f2" } ,
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-07-19 05:52:30 +00:00
docs = [ "furo" , "jaraco.packaging (>=9.3)" , "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "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" ]
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" } ,
{ 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-04-22 13:14:31 +00:00
version = "23.1"
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-04-22 13:14:31 +00:00
{ file = "packaging-23.1-py3-none-any.whl" , hash = "sha256:994793af429502c4ea2ebf6bf664629d07c1a9fe974af92966e4b8d2df7edc61" } ,
{ file = "packaging-23.1.tar.gz" , hash = "sha256:a392980d2b6cffa644431898be54b0045151319d1e7ec34f0cfed48767dd334f" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "pathspec"
2023-03-25 03:17:38 +00:00
version = "0.11.1"
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-03-25 03:17:38 +00:00
{ file = "pathspec-0.11.1-py3-none-any.whl" , hash = "sha256:d8af70af76652554bd134c22b3e8a1cc46ed7d91edcdd721ef1a0c51a84a5293" } ,
{ file = "pathspec-0.11.1.tar.gz" , hash = "sha256:2798de800fa92780e33acca925945e9a19a133b715067cf165b8866c15a31687" } ,
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-07-19 05:52:30 +00:00
version = "10.0.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-07-19 05:52:30 +00:00
{ file = "Pillow-10.0.0-cp310-cp310-macosx_10_10_x86_64.whl" , hash = "sha256:1f62406a884ae75fb2f818694469519fb685cc7eaff05d3451a9ebe55c646891" } ,
{ file = "Pillow-10.0.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:d5db32e2a6ccbb3d34d87c87b432959e0db29755727afb37290e10f6e8e62614" } ,
{ file = "Pillow-10.0.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:edf4392b77bdc81f36e92d3a07a5cd072f90253197f4a52a55a8cec48a12483b" } ,
{ file = "Pillow-10.0.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:520f2a520dc040512699f20fa1c363eed506e94248d71f85412b625026f6142c" } ,
{ file = "Pillow-10.0.0-cp310-cp310-manylinux_2_28_aarch64.whl" , hash = "sha256:8c11160913e3dd06c8ffdb5f233a4f254cb449f4dfc0f8f4549eda9e542c93d1" } ,
{ file = "Pillow-10.0.0-cp310-cp310-manylinux_2_28_x86_64.whl" , hash = "sha256:a74ba0c356aaa3bb8e3eb79606a87669e7ec6444be352870623025d75a14a2bf" } ,
{ file = "Pillow-10.0.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:d5d0dae4cfd56969d23d94dc8e89fb6a217be461c69090768227beb8ed28c0a3" } ,
{ file = "Pillow-10.0.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:22c10cc517668d44b211717fd9775799ccec4124b9a7f7b3635fc5386e584992" } ,
{ file = "Pillow-10.0.0-cp310-cp310-win_amd64.whl" , hash = "sha256:dffe31a7f47b603318c609f378ebcd57f1554a3a6a8effbc59c3c69f804296de" } ,
{ file = "Pillow-10.0.0-cp311-cp311-macosx_10_10_x86_64.whl" , hash = "sha256:9fb218c8a12e51d7ead2a7c9e101a04982237d4855716af2e9499306728fb485" } ,
{ file = "Pillow-10.0.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:d35e3c8d9b1268cbf5d3670285feb3528f6680420eafe35cccc686b73c1e330f" } ,
{ file = "Pillow-10.0.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3ed64f9ca2f0a95411e88a4efbd7a29e5ce2cea36072c53dd9d26d9c76f753b3" } ,
{ file = "Pillow-10.0.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:0b6eb5502f45a60a3f411c63187db83a3d3107887ad0d036c13ce836f8a36f1d" } ,
{ file = "Pillow-10.0.0-cp311-cp311-manylinux_2_28_aarch64.whl" , hash = "sha256:c1fbe7621c167ecaa38ad29643d77a9ce7311583761abf7836e1510c580bf3dd" } ,
{ file = "Pillow-10.0.0-cp311-cp311-manylinux_2_28_x86_64.whl" , hash = "sha256:cd25d2a9d2b36fcb318882481367956d2cf91329f6892fe5d385c346c0649629" } ,
{ file = "Pillow-10.0.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:3b08d4cc24f471b2c8ca24ec060abf4bebc6b144cb89cba638c720546b1cf538" } ,
{ file = "Pillow-10.0.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:d737a602fbd82afd892ca746392401b634e278cb65d55c4b7a8f48e9ef8d008d" } ,
{ file = "Pillow-10.0.0-cp311-cp311-win_amd64.whl" , hash = "sha256:3a82c40d706d9aa9734289740ce26460a11aeec2d9c79b7af87bb35f0073c12f" } ,
{ file = "Pillow-10.0.0-cp311-cp311-win_arm64.whl" , hash = "sha256:bc2ec7c7b5d66b8ec9ce9f720dbb5fa4bace0f545acd34870eff4a369b44bf37" } ,
{ file = "Pillow-10.0.0-cp312-cp312-macosx_10_10_x86_64.whl" , hash = "sha256:d80cf684b541685fccdd84c485b31ce73fc5c9b5d7523bf1394ce134a60c6883" } ,
{ file = "Pillow-10.0.0-cp312-cp312-macosx_11_0_arm64.whl" , hash = "sha256:76de421f9c326da8f43d690110f0e79fe3ad1e54be811545d7d91898b4c8493e" } ,
{ file = "Pillow-10.0.0-cp312-cp312-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:81ff539a12457809666fef6624684c008e00ff6bf455b4b89fd00a140eecd640" } ,
{ file = "Pillow-10.0.0-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ce543ed15570eedbb85df19b0a1a7314a9c8141a36ce089c0a894adbfccb4568" } ,
{ file = "Pillow-10.0.0-cp312-cp312-manylinux_2_28_aarch64.whl" , hash = "sha256:685ac03cc4ed5ebc15ad5c23bc555d68a87777586d970c2c3e216619a5476223" } ,
{ file = "Pillow-10.0.0-cp312-cp312-manylinux_2_28_x86_64.whl" , hash = "sha256:d72e2ecc68a942e8cf9739619b7f408cc7b272b279b56b2c83c6123fcfa5cdff" } ,
{ file = "Pillow-10.0.0-cp312-cp312-musllinux_1_1_aarch64.whl" , hash = "sha256:d50b6aec14bc737742ca96e85d6d0a5f9bfbded018264b3b70ff9d8c33485551" } ,
{ file = "Pillow-10.0.0-cp312-cp312-musllinux_1_1_x86_64.whl" , hash = "sha256:00e65f5e822decd501e374b0650146063fbb30a7264b4d2744bdd7b913e0cab5" } ,
{ file = "Pillow-10.0.0-cp312-cp312-win_amd64.whl" , hash = "sha256:f31f9fdbfecb042d046f9d91270a0ba28368a723302786c0009ee9b9f1f60199" } ,
{ file = "Pillow-10.0.0-cp312-cp312-win_arm64.whl" , hash = "sha256:1ce91b6ec08d866b14413d3f0bbdea7e24dfdc8e59f562bb77bc3fe60b6144ca" } ,
{ file = "Pillow-10.0.0-cp38-cp38-macosx_10_10_x86_64.whl" , hash = "sha256:349930d6e9c685c089284b013478d6f76e3a534e36ddfa912cde493f235372f3" } ,
{ file = "Pillow-10.0.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:3a684105f7c32488f7153905a4e3015a3b6c7182e106fe3c37fbb5ef3e6994c3" } ,
{ file = "Pillow-10.0.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b4f69b3700201b80bb82c3a97d5e9254084f6dd5fb5b16fc1a7b974260f89f43" } ,
{ file = "Pillow-10.0.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3f07ea8d2f827d7d2a49ecf1639ec02d75ffd1b88dcc5b3a61bbb37a8759ad8d" } ,
{ file = "Pillow-10.0.0-cp38-cp38-manylinux_2_28_aarch64.whl" , hash = "sha256:040586f7d37b34547153fa383f7f9aed68b738992380ac911447bb78f2abe530" } ,
{ file = "Pillow-10.0.0-cp38-cp38-manylinux_2_28_x86_64.whl" , hash = "sha256:f88a0b92277de8e3ca715a0d79d68dc82807457dae3ab8699c758f07c20b3c51" } ,
{ file = "Pillow-10.0.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:c7cf14a27b0d6adfaebb3ae4153f1e516df54e47e42dcc073d7b3d76111a8d86" } ,
{ file = "Pillow-10.0.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:3400aae60685b06bb96f99a21e1ada7bc7a413d5f49bce739828ecd9391bb8f7" } ,
{ file = "Pillow-10.0.0-cp38-cp38-win_amd64.whl" , hash = "sha256:dbc02381779d412145331789b40cc7b11fdf449e5d94f6bc0b080db0a56ea3f0" } ,
{ file = "Pillow-10.0.0-cp39-cp39-macosx_10_10_x86_64.whl" , hash = "sha256:9211e7ad69d7c9401cfc0e23d49b69ca65ddd898976d660a2fa5904e3d7a9baa" } ,
{ file = "Pillow-10.0.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:faaf07ea35355b01a35cb442dd950d8f1bb5b040a7787791a535de13db15ed90" } ,
{ file = "Pillow-10.0.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c9f72a021fbb792ce98306ffb0c348b3c9cb967dce0f12a49aa4c3d3fdefa967" } ,
{ file = "Pillow-10.0.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9f7c16705f44e0504a3a2a14197c1f0b32a95731d251777dcb060aa83022cb2d" } ,
{ file = "Pillow-10.0.0-cp39-cp39-manylinux_2_28_aarch64.whl" , hash = "sha256:76edb0a1fa2b4745fb0c99fb9fb98f8b180a1bbceb8be49b087e0b21867e77d3" } ,
{ file = "Pillow-10.0.0-cp39-cp39-manylinux_2_28_x86_64.whl" , hash = "sha256:368ab3dfb5f49e312231b6f27b8820c823652b7cd29cfbd34090565a015e99ba" } ,
{ file = "Pillow-10.0.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:608bfdee0d57cf297d32bcbb3c728dc1da0907519d1784962c5f0c68bb93e5a3" } ,
{ file = "Pillow-10.0.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:5c6e3df6bdd396749bafd45314871b3d0af81ff935b2d188385e970052091017" } ,
{ file = "Pillow-10.0.0-cp39-cp39-win_amd64.whl" , hash = "sha256:7be600823e4c8631b74e4a0d38384c73f680e6105a7d3c6824fcf226c178c7e6" } ,
{ file = "Pillow-10.0.0-pp310-pypy310_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:92be919bbc9f7d09f7ae343c38f5bb21c973d2576c1d45600fce4b74bafa7ac0" } ,
{ file = "Pillow-10.0.0-pp310-pypy310_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8f8182b523b2289f7c415f589118228d30ac8c355baa2f3194ced084dac2dbba" } ,
{ file = "Pillow-10.0.0-pp310-pypy310_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:38250a349b6b390ee6047a62c086d3817ac69022c127f8a5dc058c31ccef17f3" } ,
{ file = "Pillow-10.0.0-pp310-pypy310_pp73-win_amd64.whl" , hash = "sha256:88af2003543cc40c80f6fca01411892ec52b11021b3dc22ec3bc9d5afd1c5334" } ,
{ file = "Pillow-10.0.0-pp39-pypy39_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:c189af0545965fa8d3b9613cfdb0cd37f9d71349e0f7750e1fd704648d475ed2" } ,
{ file = "Pillow-10.0.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ce7b031a6fc11365970e6a5686d7ba8c63e4c1cf1ea143811acbb524295eabed" } ,
{ file = "Pillow-10.0.0-pp39-pypy39_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:db24668940f82321e746773a4bc617bfac06ec831e5c88b643f91f122a785684" } ,
{ file = "Pillow-10.0.0-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:efe8c0681042536e0d06c11f48cebe759707c9e9abf880ee213541c5b46c5bf3" } ,
{ file = "Pillow-10.0.0.tar.gz" , hash = "sha256:9c82b5b3e043c7af0d95792d0d20ccf68f61a1fec6b3530e718b688422727396" } ,
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-07-19 05:52:30 +00:00
version = "3.9.1"
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-07-19 05:52:30 +00:00
{ file = "platformdirs-3.9.1-py3-none-any.whl" , hash = "sha256:ad8291ae0ae5072f66c16945166cb11c63394c7a3ad1b1bc9828ca3162da8c2f" } ,
{ file = "platformdirs-3.9.1.tar.gz" , hash = "sha256:1b42b450ad933e981d56e59f1b97495428c9bd60698baab9f3eb3d00d5822421" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . extras ]
2023-07-19 05:52:30 +00:00
docs = [ "furo (>=2023.5.20)" , "proselint (>=0.13)" , "sphinx (>=7.0.1)" , "sphinx-autodoc-typehints (>=1.23,!=1.23.4)" ]
test = [ "appdirs (==1.4.4)" , "covdefaults (>=2.3)" , "pytest (>=7.3.1)" , "pytest-cov (>=4.1)" , "pytest-mock (>=3.10)" ]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "playwright"
2023-02-15 09:44:59 +00:00
version = "1.27.1"
2023-01-07 08:01:31 +00:00
description = "A high-level API to automate web browsers"
optional = false
python-versions = ">=3.7"
files = [
2023-02-15 09:44:59 +00:00
{ file = "playwright-1.27.1-py3-none-macosx_10_13_x86_64.whl" , hash = "sha256:3b584bc23bfacfbfb91777663d2b68891d8a16c5c2228b4702c6a7d29c0ac364" } ,
{ file = "playwright-1.27.1-py3-none-macosx_11_0_arm64.whl" , hash = "sha256:771d690aaa933bb40f60abbe7935979cfa9a5bec498bbc57cd87baf038348d2b" } ,
{ file = "playwright-1.27.1-py3-none-macosx_11_0_universal2.whl" , hash = "sha256:db89faac3c535e289f8463b184ffd4523d97b5e959d97bae330d29522c5bfb9d" } ,
{ file = "playwright-1.27.1-py3-none-manylinux1_x86_64.whl" , hash = "sha256:5e7be8dc52b9e3340a08fd15b7d3cdd635efd51c0c62bd1edba55f0bfeea293c" } ,
{ file = "playwright-1.27.1-py3-none-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c32bfbbb6e6529f7f7176551eda7061e9f205e19259052ef663dcae7109c1f12" } ,
{ file = "playwright-1.27.1-py3-none-win32.whl" , hash = "sha256:464f3a0ea48aeb42adbdada88a91fd36d4311ae7020d2ab58f410c4c92e0ddfe" } ,
{ file = "playwright-1.27.1-py3-none-win_amd64.whl" , hash = "sha256:fc8ce323cf116e27902f327cee1cba6fc0c5400e9281df8e53d3355de88336ba" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . dependencies ]
greenlet = "1.1.3"
pyee = "8.1.0"
typing-extensions = { version = "*" , markers = "python_version <= \"3.8\"" }
[ [ package ] ]
name = "pluggy"
2023-07-19 05:52:30 +00:00
version = "1.2.0"
2023-01-07 08:01:31 +00:00
description = "plugin and hook calling mechanisms for python"
optional = true
2023-07-19 05:52:30 +00:00
python-versions = ">=3.7"
2023-01-07 08:01:31 +00:00
files = [
2023-07-19 05:52:30 +00:00
{ file = "pluggy-1.2.0-py3-none-any.whl" , hash = "sha256:c2fd55a7d7a3863cba1a013e4e2414658b1d07b6bc57b3919e0c63c9abb99849" } ,
{ file = "pluggy-1.2.0.tar.gz" , hash = "sha256:d12f0c4b579b15f5e054301bb226ee85eeeba08ffec228092f8defbaa3a4c4b3" } ,
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-07-19 05:52:30 +00:00
version = "1.10.11"
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-07-19 05:52:30 +00:00
{ file = "pydantic-1.10.11-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:ff44c5e89315b15ff1f7fdaf9853770b810936d6b01a7bcecaa227d2f8fe444f" } ,
{ file = "pydantic-1.10.11-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:a6c098d4ab5e2d5b3984d3cb2527e2d6099d3de85630c8934efcfdc348a9760e" } ,
{ file = "pydantic-1.10.11-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:16928fdc9cb273c6af00d9d5045434c39afba5f42325fb990add2c241402d151" } ,
{ file = "pydantic-1.10.11-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0588788a9a85f3e5e9ebca14211a496409cb3deca5b6971ff37c556d581854e7" } ,
{ file = "pydantic-1.10.11-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:e9baf78b31da2dc3d3f346ef18e58ec5f12f5aaa17ac517e2ffd026a92a87588" } ,
{ file = "pydantic-1.10.11-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:373c0840f5c2b5b1ccadd9286782852b901055998136287828731868027a724f" } ,
{ file = "pydantic-1.10.11-cp310-cp310-win_amd64.whl" , hash = "sha256:c3339a46bbe6013ef7bdd2844679bfe500347ac5742cd4019a88312aa58a9847" } ,
{ file = "pydantic-1.10.11-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:08a6c32e1c3809fbc49debb96bf833164f3438b3696abf0fbeceb417d123e6eb" } ,
{ file = "pydantic-1.10.11-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:a451ccab49971af043ec4e0d207cbc8cbe53dbf148ef9f19599024076fe9c25b" } ,
{ file = "pydantic-1.10.11-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5b02d24f7b2b365fed586ed73582c20f353a4c50e4be9ba2c57ab96f8091ddae" } ,
{ file = "pydantic-1.10.11-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:3f34739a89260dfa420aa3cbd069fbcc794b25bbe5c0a214f8fb29e363484b66" } ,
{ file = "pydantic-1.10.11-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:e297897eb4bebde985f72a46a7552a7556a3dd11e7f76acda0c1093e3dbcf216" } ,
{ file = "pydantic-1.10.11-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:d185819a7a059550ecb85d5134e7d40f2565f3dd94cfd870132c5f91a89cf58c" } ,
{ file = "pydantic-1.10.11-cp311-cp311-win_amd64.whl" , hash = "sha256:4400015f15c9b464c9db2d5d951b6a780102cfa5870f2c036d37c23b56f7fc1b" } ,
{ file = "pydantic-1.10.11-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:2417de68290434461a266271fc57274a138510dca19982336639484c73a07af6" } ,
{ file = "pydantic-1.10.11-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:331c031ba1554b974c98679bd0780d89670d6fd6f53f5d70b10bdc9addee1713" } ,
{ file = "pydantic-1.10.11-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:8268a735a14c308923e8958363e3a3404f6834bb98c11f5ab43251a4e410170c" } ,
{ file = "pydantic-1.10.11-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:44e51ba599c3ef227e168424e220cd3e544288c57829520dc90ea9cb190c3248" } ,
{ file = "pydantic-1.10.11-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:d7781f1d13b19700b7949c5a639c764a077cbbdd4322ed505b449d3ca8edcb36" } ,
{ file = "pydantic-1.10.11-cp37-cp37m-win_amd64.whl" , hash = "sha256:7522a7666157aa22b812ce14c827574ddccc94f361237ca6ea8bb0d5c38f1629" } ,
{ file = "pydantic-1.10.11-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:bc64eab9b19cd794a380179ac0e6752335e9555d214cfcb755820333c0784cb3" } ,
{ file = "pydantic-1.10.11-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:8dc77064471780262b6a68fe67e013298d130414d5aaf9b562c33987dbd2cf4f" } ,
{ file = "pydantic-1.10.11-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:fe429898f2c9dd209bd0632a606bddc06f8bce081bbd03d1c775a45886e2c1cb" } ,
{ file = "pydantic-1.10.11-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:192c608ad002a748e4a0bed2ddbcd98f9b56df50a7c24d9a931a8c5dd053bd3d" } ,
{ file = "pydantic-1.10.11-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:ef55392ec4bb5721f4ded1096241e4b7151ba6d50a50a80a2526c854f42e6a2f" } ,
{ file = "pydantic-1.10.11-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:41e0bb6efe86281623abbeeb0be64eab740c865388ee934cd3e6a358784aca6e" } ,
{ file = "pydantic-1.10.11-cp38-cp38-win_amd64.whl" , hash = "sha256:265a60da42f9f27e0b1014eab8acd3e53bd0bad5c5b4884e98a55f8f596b2c19" } ,
{ file = "pydantic-1.10.11-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:469adf96c8e2c2bbfa655fc7735a2a82f4c543d9fee97bd113a7fb509bf5e622" } ,
{ file = "pydantic-1.10.11-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:e6cbfbd010b14c8a905a7b10f9fe090068d1744d46f9e0c021db28daeb8b6de1" } ,
{ file = "pydantic-1.10.11-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:abade85268cc92dff86d6effcd917893130f0ff516f3d637f50dadc22ae93999" } ,
{ file = "pydantic-1.10.11-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:e9738b0f2e6c70f44ee0de53f2089d6002b10c33264abee07bdb5c7f03038303" } ,
{ file = "pydantic-1.10.11-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:787cf23e5a0cde753f2eabac1b2e73ae3844eb873fd1f5bdbff3048d8dbb7604" } ,
{ file = "pydantic-1.10.11-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:174899023337b9fc685ac8adaa7b047050616136ccd30e9070627c1aaab53a13" } ,
{ file = "pydantic-1.10.11-cp39-cp39-win_amd64.whl" , hash = "sha256:1954f8778489a04b245a1e7b8b22a9d3ea8ef49337285693cf6959e4b757535e" } ,
{ file = "pydantic-1.10.11-py3-none-any.whl" , hash = "sha256:008c5e266c8aada206d0627a011504e14268a62091450210eda7c07fabe6963e" } ,
{ file = "pydantic-1.10.11.tar.gz" , hash = "sha256:f66d479cf7eb331372c470614be6511eae96f1f120344c25f3f9bb59fb1b5528" } ,
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"
version = "8.1.0"
description = "A port of node.js's EventEmitter to python."
optional = false
python-versions = "*"
files = [
2022-09-04 05:52:33 +00:00
{ file = "pyee-8.1.0-py2.py3-none-any.whl" , hash = "sha256:383973b63ad7ed5e3c0311f8b179c52981f9e7b3eaea0e9a830d13ec34dde65f" } ,
{ file = "pyee-8.1.0.tar.gz" , hash = "sha256:92dacc5bd2bdb8f95aa8dd2585d47ca1c4840e2adb95ccf90034d64f725bfd31" } ,
]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
2023-02-15 09:44:59 +00:00
name = "pygments"
2023-04-22 13:14:31 +00:00
version = "2.15.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-04-22 13:14:31 +00:00
{ file = "Pygments-2.15.1-py3-none-any.whl" , hash = "sha256:db2db3deb4b4179f399a09054b023b6a586b76499d36965813c71aa8ed7b5fd1" } ,
{ file = "Pygments-2.15.1.tar.gz" , hash = "sha256:8ace4d3c1dd481894b2005f560ead0f9f19ee64fe983366be1a21e171d12775c" } ,
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 = "pyppeteer"
version = "1.0.2"
description = "Headless chrome/chromium automation library (unofficial port of puppeteer)"
optional = false
python-versions = ">=3.7,<4.0"
files = [
2022-09-04 05:52:33 +00:00
{ file = "pyppeteer-1.0.2-py3-none-any.whl" , hash = "sha256:11a734d8f02c6b128035aba8faf32748f2016310a6a1cbc6aa5b1e2580742e8f" } ,
{ file = "pyppeteer-1.0.2.tar.gz" , hash = "sha256:ddb0d15cb644720160d49abb1ad0d97e87a55581febf1b7531be9e983aad7742" } ,
]
2023-01-07 08:01:31 +00:00
[ package . dependencies ]
appdirs = ">=1.4.3,<2.0.0"
certifi = ">=2021"
importlib-metadata = ">=1.4"
pyee = ">=8.1.0,<9.0.0"
tqdm = ">=4.42.1,<5.0.0"
urllib3 = ">=1.25.8,<2.0.0"
websockets = ">=10.0,<11.0"
[ [ 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-07-19 05:52:30 +00:00
version = "7.4.0"
2023-01-07 08:01:31 +00:00
description = "pytest: simple powerful testing with Python"
optional = true
python-versions = ">=3.7"
files = [
2023-07-19 05:52:30 +00:00
{ file = "pytest-7.4.0-py3-none-any.whl" , hash = "sha256:78bf16451a2eb8c7a2ea98e32dc119fd2aa758f1d5d66dbf0a59d69a3969df32" } ,
{ file = "pytest-7.4.0.tar.gz" , hash = "sha256:b4bf8c45bd59934ed84001ad51e11b4ee40d40a1229d2c79f9c592b0a3f6bd8a" } ,
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-07-19 05:52:30 +00:00
version = "20.4"
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-07-19 05:52:30 +00:00
{ file = "python-telegram-bot-20.4.tar.gz" , hash = "sha256:a6ac3f9c9674aaf7d1c7e652d8b75cde969fb872f75e9521b8516eceaba82b1b" } ,
{ file = "python_telegram_bot-20.4-py3-none-any.whl" , hash = "sha256:e426404b0006989a5bcc05e11a7ef3ffe0c086b684a4e963db5bda1d361a049a" } ,
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-03-27 11:51:58 +00:00
APScheduler = { version = ">=3.10.1,<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-07-19 05:52:30 +00:00
all = [ "APScheduler (>=3.10.1,<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)" ]
callback-data = [ "cachetools (>=5.3.1,<5.4.0)" ]
ext = [ "APScheduler (>=3.10.1,<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]" ]
job-queue = [ "APScheduler (>=3.10.1,<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-04-03 07:42:46 +00:00
version = "2023.3"
2023-01-07 08:01:31 +00:00
description = "World timezone definitions, modern and historical"
optional = false
python-versions = "*"
files = [
2023-04-03 07:42:46 +00:00
{ file = "pytz-2023.3-py2.py3-none-any.whl" , hash = "sha256:a151b3abb88eda1d4e34a9814df37de2a80e301e68ba0fd856fb9b46bfbbbffb" } ,
{ file = "pytz-2023.3.tar.gz" , hash = "sha256:1d8ce29db189191fb55338ee6d0387d82ab59f3d00eac103412d64e0ebd0c588" } ,
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" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-win32.whl" , hash = "sha256:bd4af7373a854424dabd882decdc5579653d7868b8fb26dc7d0e99f823aa5924" } ,
{ file = "PyYAML-6.0.1-cp310-cp310-win_amd64.whl" , hash = "sha256:fd1592b3fdf65fff2ad0004b5e363300ef59ced41c2e6b3a99d4089fa8c5435d" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:6965a7bc3cf88e5a1c3bd2e0b5c22f8d677dc88a455344035f03399034eb3007" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:f003ed9ad21d6a4713f0a9b5a7a0a79e08dd0f221aff4525a2be4c346ee60aab" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:42f8152b8dbc4fe7d96729ec2b99c7097d656dc1213a3229ca5383f973a5ed6d" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:062582fca9fabdd2c8b54a3ef1c978d786e0f6b3a1510e0ac93ef59e0ddae2bc" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d2b04aac4d386b172d5b9692e2d2da8de7bfb6c387fa4f801fbf6fb2e6ba4673" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-win32.whl" , hash = "sha256:1635fd110e8d85d55237ab316b5b011de701ea0f29d07611174a1b42f1444741" } ,
{ file = "PyYAML-6.0.1-cp311-cp311-win_amd64.whl" , hash = "sha256:bf07ee2fef7014951eeb99f56f39c9bb4af143d8aa3c21b1677805985307da34" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:50550eb667afee136e9a77d6dc71ae76a44df8b3e51e41b77f6de2932bfe0f47" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1fe35611261b29bd1de0070f0b2f47cb6ff71fa6595c077e42bd0c419fa27b98" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:704219a11b772aea0d8ecd7058d0082713c3562b4e271b849ad7dc4a5c90c13c" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:afd7e57eddb1a54f0f1a974bc4391af8bcce0b444685d936840f125cf046d5bd" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-win32.whl" , hash = "sha256:fca0e3a251908a499833aa292323f32437106001d436eca0e6e7833256674585" } ,
{ file = "PyYAML-6.0.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:f22ac1c3cac4dbc50079e965eba2c1058622631e526bd9afd45fedd49ba781fa" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:b1275ad35a5d18c62a7220633c913e1b42d44b46ee12554e5fd39c70a243d6a3" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:18aeb1bf9a78867dc38b259769503436b7c72f7a1f1f4c93ff9a17de54319b27" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:596106435fa6ad000c2991a98fa58eeb8656ef2325d7e158344fb33864ed87e3" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:baa90d3f661d43131ca170712d903e6295d1f7a0f595074f151c0aed377c9b9c" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-win32.whl" , hash = "sha256:9046c58c4395dff28dd494285c82ba00b546adfc7ef001486fbf0324bc174fba" } ,
{ file = "PyYAML-6.0.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:4fb147e7a67ef577a588a0e2c17b6db51dda102c71de36f8549b6816a96e1867" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:1d4c7e777c441b20e32f52bd377e0c409713e8bb1386e1099c2415f26e479595" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a0cd17c15d3bb3fa06978b4e8958dcdc6e0174ccea823003a106c7d4d7899ac5" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:28c119d996beec18c05208a8bd78cbe4007878c6dd15091efb73a30e90539696" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7e07cbde391ba96ab58e532ff4803f79c4129397514e1413a7dc761ccd755735" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-win32.whl" , hash = "sha256:184c5108a2aca3c5b3d3bf9395d50893a7ab82a38004c8f61c258d4428e80206" } ,
{ file = "PyYAML-6.0.1-cp38-cp38-win_amd64.whl" , hash = "sha256:1e2722cc9fbb45d9b87631ac70924c11d3a401b2d7f410cc0e3bbf249f2dca62" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:9eb6caa9a297fc2c2fb8862bc5370d0303ddba53ba97e71f08023b6cd73d16a8" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:c8098ddcc2a85b61647b2590f825f3db38891662cfc2fc776415143f599bb859" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:5773183b6446b2c99bb77e77595dd486303b4faab2b086e7b17bc6bef28865f6" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:b786eecbdf8499b9ca1d697215862083bd6d2a99965554781d0d8d1ad31e13a0" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:bc1bf2925a1ecd43da378f4db9e4f799775d6367bdb94671027b73b393a7c42c" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-win32.whl" , hash = "sha256:faca3bdcf85b2fc05d06ff3fbc1f83e1391b3e724afa3feba7d13eeab355484c" } ,
{ file = "PyYAML-6.0.1-cp39-cp39-win_amd64.whl" , hash = "sha256:510c9deebc5c0225e8c96813043e62b680ba2f9c50a08d3724c7f28a747d1486" } ,
{ file = "PyYAML-6.0.1.tar.gz" , hash = "sha256:bfdf460b1736c775f2ba9f6a92bca30bc2095067b8a9d77876d1fad6cc3b4a43" } ,
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
[ [ package ] ]
name = "redis"
2023-07-19 05:52:30 +00:00
version = "4.6.0"
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-07-19 05:52:30 +00:00
{ file = "redis-4.6.0-py3-none-any.whl" , hash = "sha256:e2b03db868160ee4591de3cb90d40ebb50a90dd302138775937f6a42b7ed183c" } ,
{ file = "redis-4.6.0.tar.gz" , hash = "sha256:585dc516b9eb042a619ef0a39c3d7d55fe81bdb4df09a52c9cdde0d07bf1aa7d" } ,
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-07-19 05:52:30 +00:00
version = "13.4.2"
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-07-19 05:52:30 +00:00
{ file = "rich-13.4.2-py3-none-any.whl" , hash = "sha256:8f87bc7ee54675732fa66a05ebfe489e27264caeeff3728c945d25971b6485ec" } ,
{ file = "rich-13.4.2.tar.gz" , hash = "sha256:d653d6bccede5844304c605d5aac802c7cf9621efd700b46c7ec2b51ea914898" } ,
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-07-19 05:52:30 +00:00
version = "1.28.1"
2023-01-07 08:01:31 +00:00
description = "Python client for Sentry (https://sentry.io)"
optional = false
python-versions = "*"
files = [
2023-07-19 05:52:30 +00:00
{ file = "sentry-sdk-1.28.1.tar.gz" , hash = "sha256:dcd88c68aa64dae715311b5ede6502fd684f70d00a7cd4858118f0ba3153a3ae" } ,
{ file = "sentry_sdk-1.28.1-py2.py3-none-any.whl" , hash = "sha256:6bdb25bd9092478d3a817cb0d01fa99e296aea34d404eac3ca0037faa5c2aa0a" } ,
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-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)" ]
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-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)" ]
[ [ package ] ]
name = "setuptools"
2023-07-19 05:52:30 +00:00
version = "68.0.0"
2023-01-07 08:01:31 +00:00
description = "Easily download, build, install, upgrade, and uninstall Python packages"
optional = false
python-versions = ">=3.7"
files = [
2023-07-19 05:52:30 +00:00
{ file = "setuptools-68.0.0-py3-none-any.whl" , hash = "sha256:11e52c67415a381d10d6b462ced9cfb97066179f0e871399e006c4ab101fc85f" } ,
{ file = "setuptools-68.0.0.tar.gz" , hash = "sha256:baf1fdb41c6da4cd2eae722e135500da913332ab3f2f5c7d33af9b492acb5235" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . extras ]
2023-02-15 09:44:59 +00:00
docs = [ "furo" , "jaraco.packaging (>=9)" , "jaraco.tidelift (>=1.4)" , "pygments-github-lexers (==0.0.5)" , "rst.linker (>=1.9)" , "sphinx (>=3.5)" , "sphinx-favicon" , "sphinx-hoverxref (<2)" , "sphinx-inline-tabs" , "sphinx-lint" , "sphinx-notfound-page (==0.8.3)" , "sphinx-reredirects" , "sphinxcontrib-towncrier" ]
2023-07-19 05:52:30 +00:00
testing = [ "build[virtualenv]" , "filelock (>=3.4.0)" , "flake8-2020" , "ini2toml[lite] (>=0.9)" , "jaraco.envs (>=2.2)" , "jaraco.path (>=3.2.0)" , "pip (>=19.1)" , "pip-run (>=8.8)" , "pytest (>=6)" , "pytest-black (>=0.3.7)" , "pytest-checkdocs (>=2.4)" , "pytest-cov" , "pytest-enabler (>=1.3)" , "pytest-mypy (>=0.9.1)" , "pytest-perf" , "pytest-ruff" , "pytest-timeout" , "pytest-xdist" , "tomli-w (>=1.0.0)" , "virtualenv (>=13.0.0)" , "wheel" ]
2023-01-07 08:01:31 +00:00
testing-integration = [ "build[virtualenv]" , "filelock (>=3.4.0)" , "jaraco.envs (>=2.2)" , "jaraco.path (>=3.2.0)" , "pytest" , "pytest-enabler" , "pytest-xdist" , "tomli" , "virtualenv (>=13.0.0)" , "wheel" ]
2023-07-19 05:52:30 +00:00
[ [ package ] ]
name = "simnet"
version = "0.1.0"
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"
resolved_reference = "e66746da233fc77ca3c5e6bbe3a3ed94caac51d4"
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"
version = "5.0.0"
description = "A pure Python implementation of a sliding window memory map manager"
optional = false
python-versions = ">=3.6"
files = [
2022-10-19 12:22:24 +00:00
{ file = "smmap-5.0.0-py3-none-any.whl" , hash = "sha256:2aba19d6a040e78d8b09de5c57e96207b09ed71d8e55ce0959eeee6c8e190d94" } ,
{ file = "smmap-5.0.0.tar.gz" , hash = "sha256:c840e62059cd3be204b0c9c9f74be2c09d5648eddd4580d9314c3ecde0b30936" } ,
]
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-04-22 13:14:31 +00:00
version = "2.4.1"
2023-01-07 08:01:31 +00:00
description = "A modern CSS selector implementation for Beautiful Soup."
optional = false
2023-02-15 09:44:59 +00:00
python-versions = ">=3.7"
2023-01-07 08:01:31 +00:00
files = [
2023-04-22 13:14:31 +00:00
{ file = "soupsieve-2.4.1-py3-none-any.whl" , hash = "sha256:1c1bfee6819544a3447586c889157365a27e10d88cde3ad3da0cf0ddf646feb8" } ,
{ file = "soupsieve-2.4.1.tar.gz" , hash = "sha256:89d12b2d5dfcd2c9e8c22326da9d9aa9cb3dfab0a83a024f05704076ee8d35ea" } ,
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-01-07 08:01:31 +00:00
version = "1.4.41"
description = "Database Abstraction Library"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,!=3.5.*,>=2.7"
files = [
2022-09-11 07:08:02 +00:00
{ file = "SQLAlchemy-1.4.41-cp27-cp27m-macosx_10_14_x86_64.whl" , hash = "sha256:13e397a9371ecd25573a7b90bd037db604331cf403f5318038c46ee44908c44d" } ,
{ file = "SQLAlchemy-1.4.41-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:2d6495f84c4fd11584f34e62f9feec81bf373787b3942270487074e35cbe5330" } ,
{ file = "SQLAlchemy-1.4.41-cp27-cp27m-win32.whl" , hash = "sha256:e570cfc40a29d6ad46c9aeaddbdcee687880940a3a327f2c668dd0e4ef0a441d" } ,
{ file = "SQLAlchemy-1.4.41-cp27-cp27m-win_amd64.whl" , hash = "sha256:5facb7fd6fa8a7353bbe88b95695e555338fb038ad19ceb29c82d94f62775a05" } ,
{ file = "SQLAlchemy-1.4.41-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:f37fa70d95658763254941ddd30ecb23fc4ec0c5a788a7c21034fc2305dab7cc" } ,
{ file = "SQLAlchemy-1.4.41-cp310-cp310-macosx_10_15_x86_64.whl" , hash = "sha256:361f6b5e3f659e3c56ea3518cf85fbdae1b9e788ade0219a67eeaaea8a4e4d2a" } ,
{ file = "SQLAlchemy-1.4.41-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0990932f7cca97fece8017414f57fdd80db506a045869d7ddf2dda1d7cf69ecc" } ,
{ file = "SQLAlchemy-1.4.41-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:cd767cf5d7252b1c88fcfb58426a32d7bd14a7e4942497e15b68ff5d822b41ad" } ,
{ file = "SQLAlchemy-1.4.41-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5102fb9ee2c258a2218281adcb3e1918b793c51d6c2b4666ce38c35101bb940e" } ,
{ file = "SQLAlchemy-1.4.41-cp310-cp310-win32.whl" , hash = "sha256:2082a2d2fca363a3ce21cfa3d068c5a1ce4bf720cf6497fb3a9fc643a8ee4ddd" } ,
{ file = "SQLAlchemy-1.4.41-cp310-cp310-win_amd64.whl" , hash = "sha256:e4b12e3d88a8fffd0b4ca559f6d4957ed91bd4c0613a4e13846ab8729dc5c251" } ,
{ file = "SQLAlchemy-1.4.41-cp311-cp311-macosx_10_15_x86_64.whl" , hash = "sha256:90484a2b00baedad361402c257895b13faa3f01780f18f4a104a2f5c413e4536" } ,
{ file = "SQLAlchemy-1.4.41-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b67fc780cfe2b306180e56daaa411dd3186bf979d50a6a7c2a5b5036575cbdbb" } ,
{ file = "SQLAlchemy-1.4.41-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2ad2b727fc41c7f8757098903f85fafb4bf587ca6605f82d9bf5604bd9c7cded" } ,
{ file = "SQLAlchemy-1.4.41-cp311-cp311-win32.whl" , hash = "sha256:59bdc291165b6119fc6cdbc287c36f7f2859e6051dd923bdf47b4c55fd2f8bd0" } ,
{ file = "SQLAlchemy-1.4.41-cp311-cp311-win_amd64.whl" , hash = "sha256:d2e054aed4645f9b755db85bc69fc4ed2c9020c19c8027976f66576b906a74f1" } ,
{ file = "SQLAlchemy-1.4.41-cp36-cp36m-macosx_10_14_x86_64.whl" , hash = "sha256:4ba7e122510bbc07258dc42be6ed45997efdf38129bde3e3f12649be70683546" } ,
{ file = "SQLAlchemy-1.4.41-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c0dcf127bb99458a9d211e6e1f0f3edb96c874dd12f2503d4d8e4f1fd103790b" } ,
{ file = "SQLAlchemy-1.4.41-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:e16c2be5cb19e2c08da7bd3a87fed2a0d4e90065ee553a940c4fc1a0fb1ab72b" } ,
{ file = "SQLAlchemy-1.4.41-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f5ebeeec5c14533221eb30bad716bc1fd32f509196318fb9caa7002c4a364e4c" } ,
{ file = "SQLAlchemy-1.4.41-cp36-cp36m-win32.whl" , hash = "sha256:3e2ef592ac3693c65210f8b53d0edcf9f4405925adcfc031ff495e8d18169682" } ,
{ file = "SQLAlchemy-1.4.41-cp36-cp36m-win_amd64.whl" , hash = "sha256:eb30cf008850c0a26b72bd1b9be6730830165ce049d239cfdccd906f2685f892" } ,
{ file = "SQLAlchemy-1.4.41-cp37-cp37m-macosx_10_15_x86_64.whl" , hash = "sha256:c23d64a0b28fc78c96289ffbd0d9d1abd48d267269b27f2d34e430ea73ce4b26" } ,
{ file = "SQLAlchemy-1.4.41-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8eb8897367a21b578b26f5713833836f886817ee2ffba1177d446fa3f77e67c8" } ,
{ file = "SQLAlchemy-1.4.41-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:14576238a5f89bcf504c5f0a388d0ca78df61fb42cb2af0efe239dc965d4f5c9" } ,
{ file = "SQLAlchemy-1.4.41-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:639e1ae8d48b3c86ffe59c0daa9a02e2bfe17ca3d2b41611b30a0073937d4497" } ,
{ file = "SQLAlchemy-1.4.41-cp37-cp37m-win32.whl" , hash = "sha256:0005bd73026cd239fc1e8ccdf54db58b6193be9a02b3f0c5983808f84862c767" } ,
{ file = "SQLAlchemy-1.4.41-cp37-cp37m-win_amd64.whl" , hash = "sha256:5323252be2bd261e0aa3f33cb3a64c45d76829989fa3ce90652838397d84197d" } ,
{ file = "SQLAlchemy-1.4.41-cp38-cp38-macosx_10_15_x86_64.whl" , hash = "sha256:05f0de3a1dc3810a776275763764bb0015a02ae0f698a794646ebc5fb06fad33" } ,
{ file = "SQLAlchemy-1.4.41-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0002e829142b2af00b4eaa26c51728f3ea68235f232a2e72a9508a3116bd6ed0" } ,
{ file = "SQLAlchemy-1.4.41-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:22ff16cedab5b16a0db79f1bc99e46a6ddececb60c396562e50aab58ddb2871c" } ,
{ file = "SQLAlchemy-1.4.41-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ccfd238f766a5bb5ee5545a62dd03f316ac67966a6a658efb63eeff8158a4bbf" } ,
{ file = "SQLAlchemy-1.4.41-cp38-cp38-win32.whl" , hash = "sha256:58bb65b3274b0c8a02cea9f91d6f44d0da79abc993b33bdedbfec98c8440175a" } ,
{ file = "SQLAlchemy-1.4.41-cp38-cp38-win_amd64.whl" , hash = "sha256:ce8feaa52c1640de9541eeaaa8b5fb632d9d66249c947bb0d89dd01f87c7c288" } ,
{ file = "SQLAlchemy-1.4.41-cp39-cp39-macosx_10_15_x86_64.whl" , hash = "sha256:199a73c31ac8ea59937cc0bf3dfc04392e81afe2ec8a74f26f489d268867846c" } ,
{ file = "SQLAlchemy-1.4.41-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:4676d51c9f6f6226ae8f26dc83ec291c088fe7633269757d333978df78d931ab" } ,
{ file = "SQLAlchemy-1.4.41-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:036d8472356e1d5f096c5e0e1a7e0f9182140ada3602f8fff6b7329e9e7cfbcd" } ,
{ file = "SQLAlchemy-1.4.41-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:2307495d9e0ea00d0c726be97a5b96615035854972cc538f6e7eaed23a35886c" } ,
{ file = "SQLAlchemy-1.4.41-cp39-cp39-win32.whl" , hash = "sha256:9c56e19780cd1344fcd362fd6265a15f48aa8d365996a37fab1495cae8fcd97d" } ,
{ file = "SQLAlchemy-1.4.41-cp39-cp39-win_amd64.whl" , hash = "sha256:f5fa526d027d804b1f85cdda1eb091f70bde6fb7d87892f6dd5a48925bc88898" } ,
{ file = "SQLAlchemy-1.4.41.tar.gz" , hash = "sha256:0292f70d1797e3c54e862e6f30ae474014648bc9c723e14a2fda730adb0a9791" } ,
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
greenlet = { version = "!=0.4.17" , markers = "python_version >= \"3\" and (platform_machine == \"win32\" or platform_machine == \"WIN32\" or platform_machine == \"AMD64\" or platform_machine == \"amd64\" or platform_machine == \"x86_64\" or platform_machine == \"ppc64le\" or platform_machine == \"aarch64\")" }
2023-01-07 08:01:31 +00:00
[ package . extras ]
aiomysql = [ "aiomysql" , "greenlet (!=0.4.17)" ]
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-07-19 05:52:30 +00:00
version = "0.0.2a35"
2023-01-07 08:01:31 +00:00
description = "Typing Stubs for SQLAlchemy 1.4"
optional = false
python-versions = ">=3.6"
files = [
2023-07-19 05:52:30 +00:00
{ file = "sqlalchemy2-stubs-0.0.2a35.tar.gz" , hash = "sha256:bd5d530697d7e8c8504c7fe792ef334538392a5fb7aa7e4f670bfacdd668a19d" } ,
{ file = "sqlalchemy2_stubs-0.0.2a35-py3-none-any.whl" , hash = "sha256:593784ff9fc0dc2ded1895e3322591689db3be06f3ca006e3ef47640baf2d38a" } ,
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"
version = "0.0.8"
description = "SQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustness."
optional = false
python-versions = ">=3.6.1,<4.0.0"
files = [
2022-09-04 05:52:33 +00:00
{ file = "sqlmodel-0.0.8-py3-none-any.whl" , hash = "sha256:0fd805719e0c5d4f22be32eb3ffc856eca3f7f20e8c7aa3e117ad91684b518ee" } ,
{ file = "sqlmodel-0.0.8.tar.gz" , hash = "sha256:3371b4d1ad59d2ffd0c530582c2140b6c06b090b32af9b9c6412986d7b117036" } ,
]
2023-01-07 08:01:31 +00:00
[ package . dependencies ]
pydantic = ">=1.8.2,<2.0.0"
SQLAlchemy = ">=1.4.17,<=1.4.41"
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"
version = "0.19.0"
description = "Fuzzy string matching in python"
optional = false
python-versions = "*"
files = [
2022-12-04 11:56:39 +00:00
{ file = "thefuzz-0.19.0-py2.py3-none-any.whl" , hash = "sha256:4fcdde8e40f5ca5e8106bc7665181f9598a9c8b18b0a4d38c41a095ba6788972" } ,
{ file = "thefuzz-0.19.0.tar.gz" , hash = "sha256:6f7126db2f2c8a54212b05e3a740e45f4291c497d75d20751728f635bb74aa3d" } ,
]
2023-01-07 08:01:31 +00:00
[ package . extras ]
speedup = [ "python-levenshtein (>=0.12)" ]
[ [ 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-07-19 05:52:30 +00:00
version = "6.3.2"
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-07-19 05:52:30 +00:00
{ file = "tornado-6.3.2-cp38-abi3-macosx_10_9_universal2.whl" , hash = "sha256:c367ab6c0393d71171123ca5515c61ff62fe09024fa6bf299cd1339dc9456829" } ,
{ file = "tornado-6.3.2-cp38-abi3-macosx_10_9_x86_64.whl" , hash = "sha256:b46a6ab20f5c7c1cb949c72c1994a4585d2eaa0be4853f50a03b5031e964fc7c" } ,
{ file = "tornado-6.3.2-cp38-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c2de14066c4a38b4ecbbcd55c5cc4b5340eb04f1c5e81da7451ef555859c833f" } ,
{ file = "tornado-6.3.2-cp38-abi3-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:05615096845cf50a895026f749195bf0b10b8909f9be672f50b0fe69cba368e4" } ,
{ file = "tornado-6.3.2-cp38-abi3-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:5b17b1cf5f8354efa3d37c6e28fdfd9c1c1e5122f2cb56dac121ac61baa47cbe" } ,
{ file = "tornado-6.3.2-cp38-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:29e71c847a35f6e10ca3b5c2990a52ce38b233019d8e858b755ea6ce4dcdd19d" } ,
{ file = "tornado-6.3.2-cp38-abi3-musllinux_1_1_i686.whl" , hash = "sha256:834ae7540ad3a83199a8da8f9f2d383e3c3d5130a328889e4cc991acc81e87a0" } ,
{ file = "tornado-6.3.2-cp38-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:6a0848f1aea0d196a7c4f6772197cbe2abc4266f836b0aac76947872cd29b411" } ,
{ file = "tornado-6.3.2-cp38-abi3-win32.whl" , hash = "sha256:7efcbcc30b7c654eb6a8c9c9da787a851c18f8ccd4a5a3a95b05c7accfa068d2" } ,
{ file = "tornado-6.3.2-cp38-abi3-win_amd64.whl" , hash = "sha256:0c325e66c8123c606eea33084976c832aa4e766b7dff8aedd7587ea44a604cdf" } ,
{ file = "tornado-6.3.2.tar.gz" , hash = "sha256:4b927c4f19b71e627b13f3db2324e4ae660527143f9e1f2e2fb404f3a187e2ba" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "tqdm"
2023-03-07 13:29:24 +00:00
version = "4.65.0"
2023-01-07 08:01:31 +00:00
description = "Fast, Extensible Progress Meter"
optional = false
2023-03-07 13:29:24 +00:00
python-versions = ">=3.7"
2023-01-07 08:01:31 +00:00
files = [
2023-03-07 13:29:24 +00:00
{ file = "tqdm-4.65.0-py3-none-any.whl" , hash = "sha256:c4f53a17fe37e132815abceec022631be8ffe1b9381c2e6e30aa70edc99e9671" } ,
{ file = "tqdm-4.65.0.tar.gz" , hash = "sha256:1871fb68a86b8fb3b59ca4cdd3dcccbc7e6d613eeed31f4c332531977b89beb5" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
[ package . extras ]
dev = [ "py-make (>=0.1.0)" , "twine" , "wheel" ]
notebook = [ "ipywidgets (>=6)" ]
slack = [ "slack-sdk" ]
telegram = [ "requests" ]
[ [ package ] ]
name = "typing-extensions"
2023-07-19 05:52:30 +00:00
version = "4.7.1"
2023-01-07 08:01:31 +00:00
description = "Backported and Experimental Type Hints for Python 3.7+"
optional = false
python-versions = ">=3.7"
files = [
2023-07-19 05:52:30 +00:00
{ file = "typing_extensions-4.7.1-py3-none-any.whl" , hash = "sha256:440d5dd3af93b060174bf433bccd69b0babc3b15b1a8dca43789fd7f61514b36" } ,
{ file = "typing_extensions-4.7.1.tar.gz" , hash = "sha256:b75ddc264f0ba5615db7ba217daeb99701ad295353c45f9e95963337ceeeffb2" } ,
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-07-19 05:52:30 +00:00
version = "5.0.1"
2023-01-07 08:01:31 +00:00
description = "tzinfo object for the local timezone"
optional = false
2023-03-25 03:17:38 +00:00
python-versions = ">=3.7"
2023-01-07 08:01:31 +00:00
files = [
2023-07-19 05:52:30 +00:00
{ file = "tzlocal-5.0.1-py3-none-any.whl" , hash = "sha256:f3596e180296aaf2dbd97d124fe76ae3a0e3d32b258447de7b939b3fd4be992f" } ,
{ file = "tzlocal-5.0.1.tar.gz" , hash = "sha256:46eb99ad4bdb71f3f72b7d24f4267753e240944ecfc16f25d2719ba89827a803" } ,
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-03-25 03:17:38 +00:00
devenv = [ "black" , "check-manifest" , "flake8" , "pyroma" , "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-07-19 05:52:30 +00:00
version = "1.26.16"
2023-01-07 08:01:31 +00:00
description = "HTTP library with thread-safe connection pooling, file post, and more."
optional = false
2023-02-15 09:44:59 +00:00
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*"
2023-01-07 08:01:31 +00:00
files = [
2023-07-19 05:52:30 +00:00
{ file = "urllib3-1.26.16-py2.py3-none-any.whl" , hash = "sha256:8d36afa7616d8ab714608411b4a3b13e58f463aee519024578e062e141dce20f" } ,
{ file = "urllib3-1.26.16.tar.gz" , hash = "sha256:8f135f6502756bde6b2a9b28989df5fbe87c9970cecaa69041edcce7f0589b14" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . extras ]
brotli = [ "brotli (>=1.0.9)" , "brotlicffi (>=0.8.0)" , "brotlipy (>=0.6.0)" ]
secure = [ "certifi" , "cryptography (>=1.3.4)" , "idna (>=2.0.0)" , "ipaddress" , "pyOpenSSL (>=0.14)" , "urllib3-secure-extra" ]
socks = [ "PySocks (>=1.5.6,!=1.5.7,<2.0)" ]
[ [ package ] ]
name = "uvicorn"
2023-07-19 05:52:30 +00:00
version = "0.23.1"
2023-01-07 08:01:31 +00:00
description = "The lightning-fast ASGI server."
optional = false
2023-07-19 05:52:30 +00:00
python-versions = ">=3.8"
2023-01-07 08:01:31 +00:00
files = [
2023-07-19 05:52:30 +00:00
{ file = "uvicorn-0.23.1-py3-none-any.whl" , hash = "sha256:1d55d46b83ee4ce82b4e82f621f2050adb3eb7b5481c13f9af1744951cae2f1f" } ,
{ file = "uvicorn-0.23.1.tar.gz" , hash = "sha256:da9b0c8443b2d7ee9db00a345f1eee6db7317432c9d4400f5049cc8d358383be" } ,
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"
version = "0.17.0"
description = "Fast implementation of asyncio event loop on top of libuv"
optional = false
python-versions = ">=3.7"
files = [
2022-10-12 13:39:47 +00:00
{ file = "uvloop-0.17.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:ce9f61938d7155f79d3cb2ffa663147d4a76d16e08f65e2c66b77bd41b356718" } ,
{ file = "uvloop-0.17.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:68532f4349fd3900b839f588972b3392ee56042e440dd5873dfbbcd2cc67617c" } ,
{ file = "uvloop-0.17.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0949caf774b9fcefc7c5756bacbbbd3fc4c05a6b7eebc7c7ad6f825b23998d6d" } ,
{ file = "uvloop-0.17.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ff3d00b70ce95adce264462c930fbaecb29718ba6563db354608f37e49e09024" } ,
{ file = "uvloop-0.17.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:a5abddb3558d3f0a78949c750644a67be31e47936042d4f6c888dd6f3c95f4aa" } ,
{ file = "uvloop-0.17.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:8efcadc5a0003d3a6e887ccc1fb44dec25594f117a94e3127954c05cf144d811" } ,
{ file = "uvloop-0.17.0-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:3378eb62c63bf336ae2070599e49089005771cc651c8769aaad72d1bd9385a7c" } ,
{ file = "uvloop-0.17.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:6aafa5a78b9e62493539456f8b646f85abc7093dd997f4976bb105537cf2635e" } ,
{ file = "uvloop-0.17.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c686a47d57ca910a2572fddfe9912819880b8765e2f01dc0dd12a9bf8573e539" } ,
{ file = "uvloop-0.17.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:864e1197139d651a76c81757db5eb199db8866e13acb0dfe96e6fc5d1cf45fc4" } ,
{ file = "uvloop-0.17.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:2a6149e1defac0faf505406259561bc14b034cdf1d4711a3ddcdfbaa8d825a05" } ,
{ file = "uvloop-0.17.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:6708f30db9117f115eadc4f125c2a10c1a50d711461699a0cbfaa45b9a78e376" } ,
{ file = "uvloop-0.17.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:23609ca361a7fc587031429fa25ad2ed7242941adec948f9d10c045bfecab06b" } ,
{ file = "uvloop-0.17.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2deae0b0fb00a6af41fe60a675cec079615b01d68beb4cc7b722424406b126a8" } ,
{ file = "uvloop-0.17.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:45cea33b208971e87a31c17622e4b440cac231766ec11e5d22c76fab3bf9df62" } ,
{ file = "uvloop-0.17.0-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:9b09e0f0ac29eee0451d71798878eae5a4e6a91aa275e114037b27f7db72702d" } ,
{ file = "uvloop-0.17.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:dbbaf9da2ee98ee2531e0c780455f2841e4675ff580ecf93fe5c48fe733b5667" } ,
{ file = "uvloop-0.17.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:a4aee22ece20958888eedbad20e4dbb03c37533e010fb824161b4f05e641f738" } ,
{ file = "uvloop-0.17.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:307958f9fc5c8bb01fad752d1345168c0abc5d62c1b72a4a8c6c06f042b45b20" } ,
{ file = "uvloop-0.17.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3ebeeec6a6641d0adb2ea71dcfb76017602ee2bfd8213e3fcc18d8f699c5104f" } ,
{ file = "uvloop-0.17.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1436c8673c1563422213ac6907789ecb2b070f5939b9cbff9ef7113f2b531595" } ,
{ file = "uvloop-0.17.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:8887d675a64cfc59f4ecd34382e5b4f0ef4ae1da37ed665adba0c2badf0d6578" } ,
{ file = "uvloop-0.17.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:3db8de10ed684995a7f34a001f15b374c230f7655ae840964d51496e2f8a8474" } ,
{ file = "uvloop-0.17.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:7d37dccc7ae63e61f7b96ee2e19c40f153ba6ce730d8ba4d3b4e9738c1dccc1b" } ,
{ file = "uvloop-0.17.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:cbbe908fda687e39afd6ea2a2f14c2c3e43f2ca88e3a11964b297822358d0e6c" } ,
{ file = "uvloop-0.17.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:3d97672dc709fa4447ab83276f344a165075fd9f366a97b712bdd3fee05efae8" } ,
{ file = "uvloop-0.17.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:f1e507c9ee39c61bfddd79714e4f85900656db1aec4d40c6de55648e85c2799c" } ,
{ file = "uvloop-0.17.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:c092a2c1e736086d59ac8e41f9c98f26bbf9b9222a76f21af9dfe949b99b2eb9" } ,
{ file = "uvloop-0.17.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:30babd84706115626ea78ea5dbc7dd8d0d01a2e9f9b306d24ca4ed5796c66ded" } ,
{ file = "uvloop-0.17.0.tar.gz" , hash = "sha256:0ddf6baf9cf11a1a22c71487f39f15b2cf78eb5bde7e5b45fbb99e8a9d91b9e1" } ,
]
2023-01-07 08:01:31 +00:00
[ package . extras ]
dev = [ "Cython (>=0.29.32,<0.30.0)" , "Sphinx (>=4.1.2,<4.2.0)" , "aiohttp" , "flake8 (>=3.9.2,<3.10.0)" , "mypy (>=0.800)" , "psutil" , "pyOpenSSL (>=22.0.0,<22.1.0)" , "pycodestyle (>=2.7.0,<2.8.0)" , "pytest (>=3.6.0)" , "sphinx-rtd-theme (>=0.5.2,<0.6.0)" , "sphinxcontrib-asyncio (>=0.3.0,<0.4.0)" ]
docs = [ "Sphinx (>=4.1.2,<4.2.0)" , "sphinx-rtd-theme (>=0.5.2,<0.6.0)" , "sphinxcontrib-asyncio (>=0.3.0,<0.4.0)" ]
test = [ "Cython (>=0.29.32,<0.30.0)" , "aiohttp" , "flake8 (>=3.9.2,<3.10.0)" , "mypy (>=0.800)" , "psutil" , "pyOpenSSL (>=22.0.0,<22.1.0)" , "pycodestyle (>=2.7.0,<2.8.0)" ]
[ [ package ] ]
name = "watchfiles"
2023-04-03 07:42:46 +00:00
version = "0.19.0"
2023-01-07 08:01:31 +00:00
description = "Simple, modern and high performance file watching and code reload in python."
optional = false
python-versions = ">=3.7"
files = [
2023-04-03 07:42:46 +00:00
{ file = "watchfiles-0.19.0-cp37-abi3-macosx_10_7_x86_64.whl" , hash = "sha256:91633e64712df3051ca454ca7d1b976baf842d7a3640b87622b323c55f3345e7" } ,
{ file = "watchfiles-0.19.0-cp37-abi3-macosx_11_0_arm64.whl" , hash = "sha256:b6577b8c6c8701ba8642ea9335a129836347894b666dd1ec2226830e263909d3" } ,
{ file = "watchfiles-0.19.0-cp37-abi3-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:18b28f6ad871b82df9542ff958d0c86bb0d8310bb09eb8e87d97318a3b5273af" } ,
{ file = "watchfiles-0.19.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:fac19dc9cbc34052394dbe81e149411a62e71999c0a19e1e09ce537867f95ae0" } ,
{ file = "watchfiles-0.19.0-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:09ea3397aecbc81c19ed7f025e051a7387feefdb789cf768ff994c1228182fda" } ,
{ file = "watchfiles-0.19.0-cp37-abi3-manylinux_2_17_ppc64le.manylinux2014_ppc64le.whl" , hash = "sha256:c0376deac92377817e4fb8f347bf559b7d44ff556d9bc6f6208dd3f79f104aaf" } ,
{ file = "watchfiles-0.19.0-cp37-abi3-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:9c75eff897786ee262c9f17a48886f4e98e6cfd335e011c591c305e5d083c056" } ,
{ file = "watchfiles-0.19.0-cp37-abi3-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:cb5d45c4143c1dd60f98a16187fd123eda7248f84ef22244818c18d531a249d1" } ,
{ file = "watchfiles-0.19.0-cp37-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:79c533ff593db861ae23436541f481ec896ee3da4e5db8962429b441bbaae16e" } ,
{ file = "watchfiles-0.19.0-cp37-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:3d7d267d27aceeeaa3de0dd161a0d64f0a282264d592e335fff7958cc0cbae7c" } ,
{ file = "watchfiles-0.19.0-cp37-abi3-win32.whl" , hash = "sha256:176a9a7641ec2c97b24455135d58012a5be5c6217fc4d5fef0b2b9f75dbf5154" } ,
{ file = "watchfiles-0.19.0-cp37-abi3-win_amd64.whl" , hash = "sha256:945be0baa3e2440151eb3718fd8846751e8b51d8de7b884c90b17d271d34cae8" } ,
{ file = "watchfiles-0.19.0-cp37-abi3-win_arm64.whl" , hash = "sha256:0089c6dc24d436b373c3c57657bf4f9a453b13767150d17284fc6162b2791911" } ,
{ file = "watchfiles-0.19.0-pp38-pypy38_pp73-macosx_10_7_x86_64.whl" , hash = "sha256:cae3dde0b4b2078f31527acff6f486e23abed307ba4d3932466ba7cdd5ecec79" } ,
{ file = "watchfiles-0.19.0-pp38-pypy38_pp73-macosx_11_0_arm64.whl" , hash = "sha256:7f3920b1285a7d3ce898e303d84791b7bf40d57b7695ad549dc04e6a44c9f120" } ,
{ file = "watchfiles-0.19.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9afd0d69429172c796164fd7fe8e821ade9be983f51c659a38da3faaaaac44dc" } ,
{ file = "watchfiles-0.19.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:68dce92b29575dda0f8d30c11742a8e2b9b8ec768ae414b54f7453f27bdf9545" } ,
{ file = "watchfiles-0.19.0-pp39-pypy39_pp73-macosx_10_7_x86_64.whl" , hash = "sha256:5569fc7f967429d4bc87e355cdfdcee6aabe4b620801e2cf5805ea245c06097c" } ,
{ file = "watchfiles-0.19.0-pp39-pypy39_pp73-macosx_11_0_arm64.whl" , hash = "sha256:5471582658ea56fca122c0f0d0116a36807c63fefd6fdc92c71ca9a4491b6b48" } ,
{ file = "watchfiles-0.19.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:b538014a87f94d92f98f34d3e6d2635478e6be6423a9ea53e4dd96210065e193" } ,
{ file = "watchfiles-0.19.0-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:20b44221764955b1e703f012c74015306fb7e79a00c15370785f309b1ed9aa8d" } ,
{ file = "watchfiles-0.19.0.tar.gz" , hash = "sha256:d9b073073e048081e502b6c6b0b88714c026a1a4c890569238d04aca5f9ca74b" } ,
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-02-15 09:44:59 +00:00
version = "10.4"
2023-01-07 08:01:31 +00:00
description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)"
optional = false
python-versions = ">=3.7"
files = [
2023-02-15 09:44:59 +00:00
{ file = "websockets-10.4-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:d58804e996d7d2307173d56c297cf7bc132c52df27a3efaac5e8d43e36c21c48" } ,
{ file = "websockets-10.4-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:bc0b82d728fe21a0d03e65f81980abbbcb13b5387f733a1a870672c5be26edab" } ,
{ file = "websockets-10.4-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:ba089c499e1f4155d2a3c2a05d2878a3428cf321c848f2b5a45ce55f0d7d310c" } ,
{ file = "websockets-10.4-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:33d69ca7612f0ddff3316b0c7b33ca180d464ecac2d115805c044bf0a3b0d032" } ,
{ file = "websockets-10.4-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:62e627f6b6d4aed919a2052efc408da7a545c606268d5ab5bfab4432734b82b4" } ,
{ file = "websockets-10.4-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:38ea7b82bfcae927eeffc55d2ffa31665dc7fec7b8dc654506b8e5a518eb4d50" } ,
{ file = "websockets-10.4-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:e0cb5cc6ece6ffa75baccfd5c02cffe776f3f5c8bf486811f9d3ea3453676ce8" } ,
{ file = "websockets-10.4-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:ae5e95cfb53ab1da62185e23b3130e11d64431179debac6dc3c6acf08760e9b1" } ,
{ file = "websockets-10.4-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:7c584f366f46ba667cfa66020344886cf47088e79c9b9d39c84ce9ea98aaa331" } ,
{ file = "websockets-10.4-cp310-cp310-win32.whl" , hash = "sha256:b029fb2032ae4724d8ae8d4f6b363f2cc39e4c7b12454df8df7f0f563ed3e61a" } ,
{ file = "websockets-10.4-cp310-cp310-win_amd64.whl" , hash = "sha256:8dc96f64ae43dde92530775e9cb169979f414dcf5cff670455d81a6823b42089" } ,
{ file = "websockets-10.4-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:47a2964021f2110116cc1125b3e6d87ab5ad16dea161949e7244ec583b905bb4" } ,
{ file = "websockets-10.4-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:e789376b52c295c4946403bd0efecf27ab98f05319df4583d3c48e43c7342c2f" } ,
{ file = "websockets-10.4-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:7d3f0b61c45c3fa9a349cf484962c559a8a1d80dae6977276df8fd1fa5e3cb8c" } ,
{ file = "websockets-10.4-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f55b5905705725af31ccef50e55391621532cd64fbf0bc6f4bac935f0fccec46" } ,
{ file = "websockets-10.4-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:00c870522cdb69cd625b93f002961ffb0c095394f06ba8c48f17eef7c1541f96" } ,
{ file = "websockets-10.4-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8f38706e0b15d3c20ef6259fd4bc1700cd133b06c3c1bb108ffe3f8947be15fa" } ,
{ file = "websockets-10.4-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:f2c38d588887a609191d30e902df2a32711f708abfd85d318ca9b367258cfd0c" } ,
{ file = "websockets-10.4-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:fe10ddc59b304cb19a1bdf5bd0a7719cbbc9fbdd57ac80ed436b709fcf889106" } ,
{ file = "websockets-10.4-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:90fcf8929836d4a0e964d799a58823547df5a5e9afa83081761630553be731f9" } ,
{ file = "websockets-10.4-cp311-cp311-win32.whl" , hash = "sha256:b9968694c5f467bf67ef97ae7ad4d56d14be2751000c1207d31bf3bb8860bae8" } ,
{ file = "websockets-10.4-cp311-cp311-win_amd64.whl" , hash = "sha256:a7a240d7a74bf8d5cb3bfe6be7f21697a28ec4b1a437607bae08ac7acf5b4882" } ,
{ file = "websockets-10.4-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:74de2b894b47f1d21cbd0b37a5e2b2392ad95d17ae983e64727e18eb281fe7cb" } ,
{ file = "websockets-10.4-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e3a686ecb4aa0d64ae60c9c9f1a7d5d46cab9bfb5d91a2d303d00e2cd4c4c5cc" } ,
{ file = "websockets-10.4-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:b0d15c968ea7a65211e084f523151dbf8ae44634de03c801b8bd070b74e85033" } ,
{ file = "websockets-10.4-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:00213676a2e46b6ebf6045bc11d0f529d9120baa6f58d122b4021ad92adabd41" } ,
{ file = "websockets-10.4-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:e23173580d740bf8822fd0379e4bf30aa1d5a92a4f252d34e893070c081050df" } ,
{ file = "websockets-10.4-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:dd500e0a5e11969cdd3320935ca2ff1e936f2358f9c2e61f100a1660933320ea" } ,
{ file = "websockets-10.4-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:4239b6027e3d66a89446908ff3027d2737afc1a375f8fd3eea630a4842ec9a0c" } ,
{ file = "websockets-10.4-cp37-cp37m-win32.whl" , hash = "sha256:8a5cc00546e0a701da4639aa0bbcb0ae2bb678c87f46da01ac2d789e1f2d2038" } ,
{ file = "websockets-10.4-cp37-cp37m-win_amd64.whl" , hash = "sha256:a9f9a735deaf9a0cadc2d8c50d1a5bcdbae8b6e539c6e08237bc4082d7c13f28" } ,
{ file = "websockets-10.4-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:5c1289596042fad2cdceb05e1ebf7aadf9995c928e0da2b7a4e99494953b1b94" } ,
{ file = "websockets-10.4-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0cff816f51fb33c26d6e2b16b5c7d48eaa31dae5488ace6aae468b361f422b63" } ,
{ file = "websockets-10.4-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:dd9becd5fe29773d140d68d607d66a38f60e31b86df75332703757ee645b6faf" } ,
{ file = "websockets-10.4-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:45ec8e75b7dbc9539cbfafa570742fe4f676eb8b0d3694b67dabe2f2ceed8aa6" } ,
{ file = "websockets-10.4-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4f72e5cd0f18f262f5da20efa9e241699e0cf3a766317a17392550c9ad7b37d8" } ,
{ file = "websockets-10.4-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:185929b4808b36a79c65b7865783b87b6841e852ef5407a2fb0c03381092fa3b" } ,
{ file = "websockets-10.4-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:7d27a7e34c313b3a7f91adcd05134315002aaf8540d7b4f90336beafaea6217c" } ,
{ file = "websockets-10.4-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:884be66c76a444c59f801ac13f40c76f176f1bfa815ef5b8ed44321e74f1600b" } ,
{ file = "websockets-10.4-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:931c039af54fc195fe6ad536fde4b0de04da9d5916e78e55405436348cfb0e56" } ,
{ file = "websockets-10.4-cp38-cp38-win32.whl" , hash = "sha256:db3c336f9eda2532ec0fd8ea49fef7a8df8f6c804cdf4f39e5c5c0d4a4ad9a7a" } ,
{ file = "websockets-10.4-cp38-cp38-win_amd64.whl" , hash = "sha256:48c08473563323f9c9debac781ecf66f94ad5a3680a38fe84dee5388cf5acaf6" } ,
{ file = "websockets-10.4-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:40e826de3085721dabc7cf9bfd41682dadc02286d8cf149b3ad05bff89311e4f" } ,
{ file = "websockets-10.4-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:56029457f219ade1f2fc12a6504ea61e14ee227a815531f9738e41203a429112" } ,
{ file = "websockets-10.4-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:f5fc088b7a32f244c519a048c170f14cf2251b849ef0e20cbbb0fdf0fdaf556f" } ,
{ file = "websockets-10.4-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2fc8709c00704194213d45e455adc106ff9e87658297f72d544220e32029cd3d" } ,
{ file = "websockets-10.4-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:0154f7691e4fe6c2b2bc275b5701e8b158dae92a1ab229e2b940efe11905dff4" } ,
{ file = "websockets-10.4-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:4c6d2264f485f0b53adf22697ac11e261ce84805c232ed5dbe6b1bcb84b00ff0" } ,
{ file = "websockets-10.4-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:9bc42e8402dc5e9905fb8b9649f57efcb2056693b7e88faa8fb029256ba9c68c" } ,
{ file = "websockets-10.4-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:edc344de4dac1d89300a053ac973299e82d3db56330f3494905643bb68801269" } ,
{ file = "websockets-10.4-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:84bc2a7d075f32f6ed98652db3a680a17a4edb21ca7f80fe42e38753a58ee02b" } ,
{ file = "websockets-10.4-cp39-cp39-win32.whl" , hash = "sha256:c94ae4faf2d09f7c81847c63843f84fe47bf6253c9d60b20f25edfd30fb12588" } ,
{ file = "websockets-10.4-cp39-cp39-win_amd64.whl" , hash = "sha256:bbccd847aa0c3a69b5f691a84d2341a4f8a629c6922558f2a70611305f902d74" } ,
{ file = "websockets-10.4-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:82ff5e1cae4e855147fd57a2863376ed7454134c2bf49ec604dfe71e446e2193" } ,
{ file = "websockets-10.4-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d210abe51b5da0ffdbf7b43eed0cfdff8a55a1ab17abbec4301c9ff077dd0342" } ,
{ file = "websockets-10.4-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:942de28af58f352a6f588bc72490ae0f4ccd6dfc2bd3de5945b882a078e4e179" } ,
{ file = "websockets-10.4-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:c9b27d6c1c6cd53dc93614967e9ce00ae7f864a2d9f99fe5ed86706e1ecbf485" } ,
{ file = "websockets-10.4-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:3d3cac3e32b2c8414f4f87c1b2ab686fa6284a980ba283617404377cd448f631" } ,
{ file = "websockets-10.4-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:da39dd03d130162deb63da51f6e66ed73032ae62e74aaccc4236e30edccddbb0" } ,
{ file = "websockets-10.4-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:389f8dbb5c489e305fb113ca1b6bdcdaa130923f77485db5b189de343a179393" } ,
{ file = "websockets-10.4-pp38-pypy38_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:09a1814bb15eff7069e51fed0826df0bc0702652b5cb8f87697d469d79c23576" } ,
{ file = "websockets-10.4-pp38-pypy38_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ff64a1d38d156d429404aaa84b27305e957fd10c30e5880d1765c9480bea490f" } ,
{ file = "websockets-10.4-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:b343f521b047493dc4022dd338fc6db9d9282658862756b4f6fd0e996c1380e1" } ,
{ file = "websockets-10.4-pp39-pypy39_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:932af322458da7e4e35df32f050389e13d3d96b09d274b22a7aa1808f292fee4" } ,
{ file = "websockets-10.4-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d6a4162139374a49eb18ef5b2f4da1dd95c994588f5033d64e0bbfda4b6b6fcf" } ,
{ file = "websockets-10.4-pp39-pypy39_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:c57e4c1349fbe0e446c9fa7b19ed2f8a4417233b6984277cce392819123142d3" } ,
{ file = "websockets-10.4-pp39-pypy39_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:b627c266f295de9dea86bd1112ed3d5fafb69a348af30a2422e16590a8ecba13" } ,
{ file = "websockets-10.4-pp39-pypy39_pp73-win_amd64.whl" , hash = "sha256:05a7233089f8bd355e8cbe127c2e8ca0b4ea55467861906b80d2ebc7db4d6b72" } ,
{ file = "websockets-10.4.tar.gz" , hash = "sha256:eef610b23933c54d5d921c92578ae5f89813438fded840c2e9809d378dc765d3" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ [ package ] ]
name = "zipp"
2023-07-19 05:52:30 +00:00
version = "3.16.2"
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-07-19 05:52:30 +00:00
{ file = "zipp-3.16.2-py3-none-any.whl" , hash = "sha256:679e51dd4403591b2d6838a48de3d283f3d188412a9782faadf845f298736ba0" } ,
{ file = "zipp-3.16.2.tar.gz" , hash = "sha256:ebc15946aa78bd63458992fc81ec3b6f7b1e92d51c35e6de1c3804e73b799147" } ,
2022-09-04 05:52:33 +00:00
]
2023-01-07 08:01:31 +00:00
[ package . extras ]
2023-07-19 05:52:30 +00:00
docs = [ "furo" , "jaraco.packaging (>=9.3)" , "jaraco.tidelift (>=1.4)" , "rst.linker (>=1.9)" , "sphinx (>=3.5)" , "sphinx-lint" ]
testing = [ "big-O" , "jaraco.functools" , "jaraco.itertools" , "more-itertools" , "pytest (>=6)" , "pytest-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-08-05 03:20:18 +00:00
content-hash = "8378e2149d042db3c75d422e969b658c255654e517c32bdb60b6dafef01e071e"