2022-10-08 00:18:16 +00:00
[ [ package ] ]
name = "anyio"
version = "3.6.1"
description = "High level compatibility layer for multiple asynchronous event loop implementations"
category = "main"
optional = false
python-versions = ">=3.6.2"
[ package . dependencies ]
idna = ">=2.8"
sniffio = ">=1.1"
[ package . extras ]
doc = [ "packaging" , "sphinx-autodoc-typehints (>=1.2.0)" , "sphinx-rtd-theme" ]
test = [ "contextlib2" , "coverage[toml] (>=4.5)" , "hypothesis (>=4.0)" , "mock (>=4)" , "pytest (>=7.0)" , "pytest-mock (>=3.6.1)" , "trustme" , "uvloop (<0.15)" , "uvloop (>=0.15)" ]
trio = [ "trio (>=0.16)" ]
2022-10-27 23:32:45 +00:00
[ [ package ] ]
name = "async-cache"
version = "1.1.1"
description = "An asyncio Cache"
category = "main"
optional = false
python-versions = ">=3.3"
2022-10-10 23:46:04 +00:00
[ [ package ] ]
name = "certifi"
version = "2022.9.24"
description = "Python package for providing Mozilla's CA Bundle."
category = "main"
optional = false
python-versions = ">=3.6"
[ [ package ] ]
name = "charset-normalizer"
version = "2.1.1"
description = "The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet."
category = "main"
optional = false
python-versions = ">=3.6.0"
[ package . extras ]
unicode_backport = [ "unicodedata2" ]
2022-10-08 23:36:16 +00:00
[ [ package ] ]
name = "click"
version = "8.1.3"
description = "Composable command line interface toolkit"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
colorama = { version = "*" , markers = "platform_system == \"Windows\"" }
[ [ package ] ]
name = "colorama"
version = "0.4.5"
description = "Cross-platform colored terminal text."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
2022-10-08 00:18:16 +00:00
[ [ package ] ]
name = "fastapi"
version = "0.85.0"
description = "FastAPI framework, high performance, easy to learn, fast to code, ready for production"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
pydantic = ">=1.6.2,<1.7 || >1.7,<1.7.1 || >1.7.1,<1.7.2 || >1.7.2,<1.7.3 || >1.7.3,<1.8 || >1.8,<1.8.1 || >1.8.1,<2.0.0"
starlette = "0.20.4"
[ package . extras ]
all = [ "email-validator (>=1.1.1,<2.0.0)" , "itsdangerous (>=1.1.0,<3.0.0)" , "jinja2 (>=2.11.2,<4.0.0)" , "orjson (>=3.2.1,<4.0.0)" , "python-multipart (>=0.0.5,<0.0.6)" , "pyyaml (>=5.3.1,<7.0.0)" , "requests (>=2.24.0,<3.0.0)" , "ujson (>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0,<6.0.0)" , "uvicorn[standard] (>=0.12.0,<0.19.0)" ]
dev = [ "autoflake (>=1.4.0,<2.0.0)" , "flake8 (>=3.8.3,<6.0.0)" , "pre-commit (>=2.17.0,<3.0.0)" , "uvicorn[standard] (>=0.12.0,<0.19.0)" ]
doc = [ "mdx-include (>=1.4.1,<2.0.0)" , "mkdocs (>=1.1.2,<2.0.0)" , "mkdocs-markdownextradata-plugin (>=0.1.7,<0.3.0)" , "mkdocs-material (>=8.1.4,<9.0.0)" , "pyyaml (>=5.3.1,<7.0.0)" , "typer (>=0.4.1,<0.7.0)" ]
test = [ "anyio[trio] (>=3.2.1,<4.0.0)" , "black (==22.8.0)" , "databases[sqlite] (>=0.3.2,<0.7.0)" , "email-validator (>=1.1.1,<2.0.0)" , "flake8 (>=3.8.3,<6.0.0)" , "flask (>=1.1.2,<3.0.0)" , "httpx (>=0.23.0,<0.24.0)" , "isort (>=5.0.6,<6.0.0)" , "mypy (==0.971)" , "orjson (>=3.2.1,<4.0.0)" , "passlib[bcrypt] (>=1.7.2,<2.0.0)" , "peewee (>=3.13.3,<4.0.0)" , "pytest (>=7.1.3,<8.0.0)" , "pytest-cov (>=2.12.0,<4.0.0)" , "python-jose[cryptography] (>=3.3.0,<4.0.0)" , "python-multipart (>=0.0.5,<0.0.6)" , "pyyaml (>=5.3.1,<7.0.0)" , "requests (>=2.24.0,<3.0.0)" , "sqlalchemy (>=1.3.18,<1.5.0)" , "types-orjson (==3.6.2)" , "types-ujson (==5.4.0)" , "ujson (>=4.0.1,!=4.0.2,!=4.1.0,!=4.2.0,!=4.3.0,!=5.0.0,!=5.1.0,<6.0.0)" ]
2022-10-08 23:36:16 +00:00
[ [ package ] ]
name = "h11"
version = "0.14.0"
description = "A pure-Python, bring-your-own-I/O implementation of HTTP/1.1"
category = "main"
optional = false
python-versions = ">=3.7"
[ [ package ] ]
name = "httptools"
version = "0.5.0"
description = "A collection of framework independent HTTP protocol utils."
category = "main"
optional = false
python-versions = ">=3.5.0"
[ package . extras ]
test = [ "Cython (>=0.29.24,<0.30.0)" ]
2022-10-08 00:18:16 +00:00
[ [ package ] ]
name = "idna"
version = "3.4"
description = "Internationalized Domain Names in Applications (IDNA)"
category = "main"
optional = false
python-versions = ">=3.5"
2022-10-10 23:46:04 +00:00
[ [ package ] ]
name = "lxml"
version = "4.9.1"
description = "Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*"
[ package . extras ]
cssselect = [ "cssselect (>=0.7)" ]
html5 = [ "html5lib" ]
htmlsoup = [ "BeautifulSoup4" ]
source = [ "Cython (>=0.29.7)" ]
2022-10-10 02:12:24 +00:00
[ [ package ] ]
name = "numpy"
version = "1.23.3"
description = "NumPy is the fundamental package for array computing with Python."
category = "main"
optional = false
python-versions = ">=3.8"
2022-10-10 00:09:09 +00:00
[ [ package ] ]
name = "Pillow"
version = "9.2.0"
description = "Python Imaging Library (Fork)"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
docs = [ "furo" , "olefile" , "sphinx (>=2.4)" , "sphinx-copybutton" , "sphinx-issues (>=3.0.1)" , "sphinx-removed-in" , "sphinxext-opengraph" ]
tests = [ "check-manifest" , "coverage" , "defusedxml" , "markdown2" , "olefile" , "packaging" , "pyroma" , "pytest" , "pytest-cov" , "pytest-timeout" ]
2022-10-08 00:18:16 +00:00
[ [ package ] ]
name = "pydantic"
version = "1.10.2"
description = "Data validation and settings management using python type hints"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
typing-extensions = ">=4.1.0"
[ package . extras ]
dotenv = [ "python-dotenv (>=0.10.4)" ]
email = [ "email-validator (>=1.0.3)" ]
2022-10-10 23:46:04 +00:00
[ [ package ] ]
name = "python-dateutil"
version = "2.8.2"
description = "Extensions to the standard Python datetime module"
category = "main"
optional = false
python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,>=2.7"
[ package . dependencies ]
six = ">=1.5"
2022-10-08 23:36:16 +00:00
[ [ package ] ]
name = "python-dotenv"
version = "0.21.0"
description = "Read key-value pairs from a .env file and set them as environment variables"
category = "main"
optional = false
python-versions = ">=3.7"
[ package . extras ]
cli = [ "click (>=5.0)" ]
[ [ package ] ]
name = "PyYAML"
version = "6.0"
description = "YAML parser and emitter for Python"
category = "main"
optional = false
python-versions = ">=3.6"
2022-10-10 23:46:04 +00:00
[ [ package ] ]
name = "requests"
version = "2.28.1"
description = "Python HTTP for Humans."
category = "main"
optional = false
python-versions = ">=3.7, <4"
[ package . dependencies ]
certifi = ">=2017.4.17"
charset-normalizer = ">=2,<3"
idna = ">=2.5,<4"
urllib3 = ">=1.21.1,<1.27"
[ package . extras ]
socks = [ "PySocks (>=1.5.6,!=1.5.7)" ]
use_chardet_on_py3 = [ "chardet (>=3.0.2,<6)" ]
[ [ package ] ]
name = "six"
version = "1.16.0"
description = "Python 2 and 3 compatibility utilities"
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
2022-10-08 00:18:16 +00:00
[ [ package ] ]
name = "sniffio"
version = "1.3.0"
description = "Sniff out which async library your code is running under"
category = "main"
optional = false
python-versions = ">=3.7"
[ [ package ] ]
name = "starlette"
version = "0.20.4"
description = "The little ASGI library that shines."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
anyio = ">=3.4.0,<5"
[ package . extras ]
full = [ "itsdangerous" , "jinja2" , "python-multipart" , "pyyaml" , "requests" ]
[ [ package ] ]
name = "typing-extensions"
version = "4.4.0"
description = "Backported and Experimental Type Hints for Python 3.7+"
category = "main"
optional = false
python-versions = ">=3.7"
2022-10-07 23:50:20 +00:00
2022-10-10 23:46:04 +00:00
[ [ package ] ]
name = "urllib3"
version = "1.26.12"
description = "HTTP library with thread-safe connection pooling, file post, and more."
category = "main"
optional = false
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, !=3.5.*, <4"
[ 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)" ]
2022-10-08 23:36:16 +00:00
[ [ package ] ]
name = "uvicorn"
version = "0.18.3"
description = "The lightning-fast ASGI server."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
click = ">=7.0"
colorama = { version = ">=0.4" , optional = true , markers = "sys_platform == \"win32\" and extra == \"standard\"" }
h11 = ">=0.8"
httptools = { version = ">=0.4.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\"" }
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\"" }
watchfiles = { version = ">=0.13" , optional = true , markers = "extra == \"standard\"" }
websockets = { version = ">=10.0" , optional = true , markers = "extra == \"standard\"" }
[ package . extras ]
standard = [ "colorama (>=0.4)" , "httptools (>=0.4.0)" , "python-dotenv (>=0.13)" , "pyyaml (>=5.1)" , "uvloop (>=0.14.0,!=0.15.0,!=0.15.1)" , "watchfiles (>=0.13)" , "websockets (>=10.0)" ]
[ [ package ] ]
name = "uvloop"
version = "0.17.0"
description = "Fast implementation of asyncio event loop on top of libuv"
category = "main"
optional = false
python-versions = ">=3.7"
[ 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"
version = "0.17.0"
description = "Simple, modern and high performance file watching and code reload in python."
category = "main"
optional = false
python-versions = ">=3.7"
[ package . dependencies ]
anyio = ">=3.0.0,<4"
2022-10-10 23:46:04 +00:00
[ [ package ] ]
name = "webdavclient3"
version = "3.14.5"
description = "WebDAV client, based on original package https://github.com/designerror/webdav-client-python but uses requests instead of PyCURL"
category = "main"
optional = false
python-versions = "*"
[ package . dependencies ]
lxml = "*"
python-dateutil = "*"
requests = "*"
2022-10-08 23:36:16 +00:00
[ [ package ] ]
name = "websockets"
version = "10.3"
description = "An implementation of the WebSocket Protocol (RFC 6455 & 7692)"
category = "main"
optional = false
python-versions = ">=3.7"
2022-10-07 23:50:20 +00:00
[ metadata ]
lock-version = "1.1"
2022-10-08 00:18:16 +00:00
python-versions = "^3.10"
2022-10-27 23:32:45 +00:00
content-hash = "d37ea64eccdac520a3649119169642395eaeeb42ab20668c444774f2baccede3"
2022-10-07 23:50:20 +00:00
[ metadata . files ]
2022-10-08 00:18:16 +00:00
anyio = [
{ file = "anyio-3.6.1-py3-none-any.whl" , hash = "sha256:cb29b9c70620506a9a8f87a309591713446953302d7d995344d0d7c6c0c9a7be" } ,
{ file = "anyio-3.6.1.tar.gz" , hash = "sha256:413adf95f93886e442aea925f3ee43baa5a765a64a0f52c6081894f9992fdd0b" } ,
]
2022-10-27 23:32:45 +00:00
async-cache = [
{ file = "async-cache-1.1.1.tar.gz" , hash = "sha256:81aa9ccd19fb06784aaf30bd5f2043dc0a23fc3e998b93d0c2c17d1af9803393" } ,
]
2022-10-10 23:46:04 +00:00
certifi = [
{ file = "certifi-2022.9.24-py3-none-any.whl" , hash = "sha256:90c1a32f1d68f940488354e36370f6cca89f0f106db09518524c88d6ed83f382" } ,
{ file = "certifi-2022.9.24.tar.gz" , hash = "sha256:0d9c601124e5a6ba9712dbc60d9c53c21e34f5f641fe83002317394311bdce14" } ,
]
charset-normalizer = [
{ file = "charset-normalizer-2.1.1.tar.gz" , hash = "sha256:5a3d016c7c547f69d6f81fb0db9449ce888b418b5b9952cc5e6e66843e9dd845" } ,
{ file = "charset_normalizer-2.1.1-py3-none-any.whl" , hash = "sha256:83e9a75d1911279afd89352c68b45348559d1fc0506b054b346651b5e7fee29f" } ,
]
2022-10-08 23:36:16 +00:00
click = [
{ file = "click-8.1.3-py3-none-any.whl" , hash = "sha256:bb4d8133cb15a609f44e8213d9b391b0809795062913b383c62be0ee95b1db48" } ,
{ file = "click-8.1.3.tar.gz" , hash = "sha256:7682dc8afb30297001674575ea00d1814d808d6a36af415a82bd481d37ba7b8e" } ,
]
colorama = [
{ file = "colorama-0.4.5-py2.py3-none-any.whl" , hash = "sha256:854bf444933e37f5824ae7bfc1e98d5bce2ebe4160d46b5edf346a89358e99da" } ,
{ file = "colorama-0.4.5.tar.gz" , hash = "sha256:e6c6b4334fc50988a639d9b98aa429a0b57da6e17b9a44f0451f930b6967b7a4" } ,
]
2022-10-08 00:18:16 +00:00
fastapi = [
{ file = "fastapi-0.85.0-py3-none-any.whl" , hash = "sha256:1803d962f169dc9f8dde54a64b22eb16f6d81573f54401971f90f0a67234a8b4" } ,
{ file = "fastapi-0.85.0.tar.gz" , hash = "sha256:bb219cfafd0d2ccf8f32310c9a257a06b0210bd8e2a03706a6f5a9f9f1416878" } ,
]
2022-10-08 23:36:16 +00:00
h11 = [
{ file = "h11-0.14.0-py3-none-any.whl" , hash = "sha256:e3fe4ac4b851c468cc8363d500db52c2ead036020723024a109d37346efaa761" } ,
{ file = "h11-0.14.0.tar.gz" , hash = "sha256:8f19fbbe99e72420ff35c00b27a34cb9937e902a8b810e2c88300c6f0a3b699d" } ,
]
httptools = [
{ file = "httptools-0.5.0-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:8f470c79061599a126d74385623ff4744c4e0f4a0997a353a44923c0b561ee51" } ,
{ file = "httptools-0.5.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:e90491a4d77d0cb82e0e7a9cb35d86284c677402e4ce7ba6b448ccc7325c5421" } ,
{ file = "httptools-0.5.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:c1d2357f791b12d86faced7b5736dea9ef4f5ecdc6c3f253e445ee82da579449" } ,
{ file = "httptools-0.5.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1f90cd6fd97c9a1b7fe9215e60c3bd97336742a0857f00a4cb31547bc22560c2" } ,
{ file = "httptools-0.5.0-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:5230a99e724a1bdbbf236a1b58d6e8504b912b0552721c7c6b8570925ee0ccde" } ,
{ file = "httptools-0.5.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:3a47a34f6015dd52c9eb629c0f5a8a5193e47bf2a12d9a3194d231eaf1bc451a" } ,
{ file = "httptools-0.5.0-cp310-cp310-win_amd64.whl" , hash = "sha256:24bb4bb8ac3882f90aa95403a1cb48465de877e2d5298ad6ddcfdebec060787d" } ,
{ file = "httptools-0.5.0-cp311-cp311-macosx_10_9_universal2.whl" , hash = "sha256:e67d4f8734f8054d2c4858570cc4b233bf753f56e85217de4dfb2495904cf02e" } ,
{ file = "httptools-0.5.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:7e5eefc58d20e4c2da82c78d91b2906f1a947ef42bd668db05f4ab4201a99f49" } ,
{ file = "httptools-0.5.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0297822cea9f90a38df29f48e40b42ac3d48a28637368f3ec6d15eebefd182f9" } ,
{ file = "httptools-0.5.0-cp311-cp311-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:557be7fbf2bfa4a2ec65192c254e151684545ebab45eca5d50477d562c40f986" } ,
{ file = "httptools-0.5.0-cp311-cp311-musllinux_1_1_aarch64.whl" , hash = "sha256:54465401dbbec9a6a42cf737627fb0f014d50dc7365a6b6cd57753f151a86ff0" } ,
{ file = "httptools-0.5.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:4d9ebac23d2de960726ce45f49d70eb5466725c0087a078866043dad115f850f" } ,
{ file = "httptools-0.5.0-cp311-cp311-win_amd64.whl" , hash = "sha256:e8a34e4c0ab7b1ca17b8763613783e2458e77938092c18ac919420ab8655c8c1" } ,
{ file = "httptools-0.5.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:f659d7a48401158c59933904040085c200b4be631cb5f23a7d561fbae593ec1f" } ,
{ file = "httptools-0.5.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ef1616b3ba965cd68e6f759eeb5d34fbf596a79e84215eeceebf34ba3f61fdc7" } ,
{ file = "httptools-0.5.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3625a55886257755cb15194efbf209584754e31d336e09e2ffe0685a76cb4b60" } ,
{ file = "httptools-0.5.0-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:72ad589ba5e4a87e1d404cc1cb1b5780bfcb16e2aec957b88ce15fe879cc08ca" } ,
{ file = "httptools-0.5.0-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:850fec36c48df5a790aa735417dca8ce7d4b48d59b3ebd6f83e88a8125cde324" } ,
{ file = "httptools-0.5.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:f222e1e9d3f13b68ff8a835574eda02e67277d51631d69d7cf7f8e07df678c86" } ,
{ file = "httptools-0.5.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:3cb8acf8f951363b617a8420768a9f249099b92e703c052f9a51b66342eea89b" } ,
{ file = "httptools-0.5.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:550059885dc9c19a072ca6d6735739d879be3b5959ec218ba3e013fd2255a11b" } ,
{ file = "httptools-0.5.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a04fe458a4597aa559b79c7f48fe3dceabef0f69f562daf5c5e926b153817281" } ,
{ file = "httptools-0.5.0-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:7d0c1044bce274ec6711f0770fd2d5544fe392591d204c68328e60a46f88843b" } ,
{ file = "httptools-0.5.0-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:c6eeefd4435055a8ebb6c5cc36111b8591c192c56a95b45fe2af22d9881eee25" } ,
{ file = "httptools-0.5.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:5b65be160adcd9de7a7e6413a4966665756e263f0d5ddeffde277ffeee0576a5" } ,
{ file = "httptools-0.5.0-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:fe9c766a0c35b7e3d6b6939393c8dfdd5da3ac5dec7f971ec9134f284c6c36d6" } ,
{ file = "httptools-0.5.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:85b392aba273566c3d5596a0a490978c085b79700814fb22bfd537d381dd230c" } ,
{ file = "httptools-0.5.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:f5e3088f4ed33947e16fd865b8200f9cfae1144f41b64a8cf19b599508e096bc" } ,
{ file = "httptools-0.5.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:8c2a56b6aad7cc8f5551d8e04ff5a319d203f9d870398b94702300de50190f63" } ,
{ file = "httptools-0.5.0-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:9b571b281a19762adb3f48a7731f6842f920fa71108aff9be49888320ac3e24d" } ,
{ file = "httptools-0.5.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:aa47ffcf70ba6f7848349b8a6f9b481ee0f7637931d91a9860a1838bfc586901" } ,
{ file = "httptools-0.5.0-cp38-cp38-win_amd64.whl" , hash = "sha256:bede7ee075e54b9a5bde695b4fc8f569f30185891796b2e4e09e2226801d09bd" } ,
{ file = "httptools-0.5.0-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:64eba6f168803a7469866a9c9b5263a7463fa8b7a25b35e547492aa7322036b6" } ,
{ file = "httptools-0.5.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:4b098e4bb1174096a93f48f6193e7d9aa7071506a5877da09a783509ca5fff42" } ,
{ file = "httptools-0.5.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:9423a2de923820c7e82e18980b937893f4aa8251c43684fa1772e341f6e06887" } ,
{ file = "httptools-0.5.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:ca1b7becf7d9d3ccdbb2f038f665c0f4857e08e1d8481cbcc1a86a0afcfb62b2" } ,
{ file = "httptools-0.5.0-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:50d4613025f15f4b11f1c54bbed4761c0020f7f921b95143ad6d58c151198142" } ,
{ file = "httptools-0.5.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:8ffce9d81c825ac1deaa13bc9694c0562e2840a48ba21cfc9f3b4c922c16f372" } ,
{ file = "httptools-0.5.0-cp39-cp39-win_amd64.whl" , hash = "sha256:1af91b3650ce518d226466f30bbba5b6376dbd3ddb1b2be8b0658c6799dd450b" } ,
{ file = "httptools-0.5.0.tar.gz" , hash = "sha256:295874861c173f9101960bba332429bb77ed4dcd8cdf5cee9922eb00e4f6bc09" } ,
]
2022-10-08 00:18:16 +00:00
idna = [
{ file = "idna-3.4-py3-none-any.whl" , hash = "sha256:90b77e79eaa3eba6de819a0c442c0b4ceefc341a7a2ab77d7562bf49f425c5c2" } ,
{ file = "idna-3.4.tar.gz" , hash = "sha256:814f528e8dead7d329833b91c5faa87d60bf71824cd12a7530b5526063d02cb4" } ,
]
2022-10-10 23:46:04 +00:00
lxml = [
{ file = "lxml-4.9.1-cp27-cp27m-macosx_10_15_x86_64.whl" , hash = "sha256:98cafc618614d72b02185ac583c6f7796202062c41d2eeecdf07820bad3295ed" } ,
{ file = "lxml-4.9.1-cp27-cp27m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:c62e8dd9754b7debda0c5ba59d34509c4688f853588d75b53c3791983faa96fc" } ,
{ file = "lxml-4.9.1-cp27-cp27m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:21fb3d24ab430fc538a96e9fbb9b150029914805d551deeac7d7822f64631dfc" } ,
{ file = "lxml-4.9.1-cp27-cp27m-win32.whl" , hash = "sha256:86e92728ef3fc842c50a5cb1d5ba2bc66db7da08a7af53fb3da79e202d1b2cd3" } ,
{ file = "lxml-4.9.1-cp27-cp27m-win_amd64.whl" , hash = "sha256:4cfbe42c686f33944e12f45a27d25a492cc0e43e1dc1da5d6a87cbcaf2e95627" } ,
{ file = "lxml-4.9.1-cp27-cp27mu-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:dad7b164905d3e534883281c050180afcf1e230c3d4a54e8038aa5cfcf312b84" } ,
{ file = "lxml-4.9.1-cp27-cp27mu-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:a614e4afed58c14254e67862456d212c4dcceebab2eaa44d627c2ca04bf86837" } ,
{ file = "lxml-4.9.1-cp310-cp310-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:f9ced82717c7ec65a67667bb05865ffe38af0e835cdd78728f1209c8fffe0cad" } ,
{ file = "lxml-4.9.1-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:d9fc0bf3ff86c17348dfc5d322f627d78273eba545db865c3cd14b3f19e57fa5" } ,
{ file = "lxml-4.9.1-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:e5f66bdf0976ec667fc4594d2812a00b07ed14d1b44259d19a41ae3fff99f2b8" } ,
{ file = "lxml-4.9.1-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:fe17d10b97fdf58155f858606bddb4e037b805a60ae023c009f760d8361a4eb8" } ,
{ file = "lxml-4.9.1-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:8caf4d16b31961e964c62194ea3e26a0e9561cdf72eecb1781458b67ec83423d" } ,
{ file = "lxml-4.9.1-cp310-cp310-win32.whl" , hash = "sha256:4780677767dd52b99f0af1f123bc2c22873d30b474aa0e2fc3fe5e02217687c7" } ,
{ file = "lxml-4.9.1-cp310-cp310-win_amd64.whl" , hash = "sha256:b122a188cd292c4d2fcd78d04f863b789ef43aa129b233d7c9004de08693728b" } ,
{ file = "lxml-4.9.1-cp311-cp311-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:be9eb06489bc975c38706902cbc6888f39e946b81383abc2838d186f0e8b6a9d" } ,
{ file = "lxml-4.9.1-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:f1be258c4d3dc609e654a1dc59d37b17d7fef05df912c01fc2e15eb43a9735f3" } ,
{ file = "lxml-4.9.1-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:927a9dd016d6033bc12e0bf5dee1dde140235fc8d0d51099353c76081c03dc29" } ,
{ file = "lxml-4.9.1-cp35-cp35m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:9232b09f5efee6a495a99ae6824881940d6447debe272ea400c02e3b68aad85d" } ,
{ file = "lxml-4.9.1-cp35-cp35m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:04da965dfebb5dac2619cb90fcf93efdb35b3c6994fea58a157a834f2f94b318" } ,
{ file = "lxml-4.9.1-cp35-cp35m-win32.whl" , hash = "sha256:4d5bae0a37af799207140652a700f21a85946f107a199bcb06720b13a4f1f0b7" } ,
{ file = "lxml-4.9.1-cp35-cp35m-win_amd64.whl" , hash = "sha256:4878e667ebabe9b65e785ac8da4d48886fe81193a84bbe49f12acff8f7a383a4" } ,
{ file = "lxml-4.9.1-cp36-cp36m-macosx_10_15_x86_64.whl" , hash = "sha256:1355755b62c28950f9ce123c7a41460ed9743c699905cbe664a5bcc5c9c7c7fb" } ,
{ file = "lxml-4.9.1-cp36-cp36m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:bcaa1c495ce623966d9fc8a187da80082334236a2a1c7e141763ffaf7a405067" } ,
{ file = "lxml-4.9.1-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:6eafc048ea3f1b3c136c71a86db393be36b5b3d9c87b1c25204e7d397cee9536" } ,
{ file = "lxml-4.9.1-cp36-cp36m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:13c90064b224e10c14dcdf8086688d3f0e612db53766e7478d7754703295c7c8" } ,
{ file = "lxml-4.9.1-cp36-cp36m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:206a51077773c6c5d2ce1991327cda719063a47adc02bd703c56a662cdb6c58b" } ,
{ file = "lxml-4.9.1-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:e8f0c9d65da595cfe91713bc1222af9ecabd37971762cb830dea2fc3b3bb2acf" } ,
{ file = "lxml-4.9.1-cp36-cp36m-musllinux_1_1_aarch64.whl" , hash = "sha256:8f0a4d179c9a941eb80c3a63cdb495e539e064f8054230844dcf2fcb812b71d3" } ,
{ file = "lxml-4.9.1-cp36-cp36m-musllinux_1_1_x86_64.whl" , hash = "sha256:830c88747dce8a3e7525defa68afd742b4580df6aa2fdd6f0855481e3994d391" } ,
{ file = "lxml-4.9.1-cp36-cp36m-win32.whl" , hash = "sha256:1e1cf47774373777936c5aabad489fef7b1c087dcd1f426b621fda9dcc12994e" } ,
{ file = "lxml-4.9.1-cp36-cp36m-win_amd64.whl" , hash = "sha256:5974895115737a74a00b321e339b9c3f45c20275d226398ae79ac008d908bff7" } ,
{ file = "lxml-4.9.1-cp37-cp37m-macosx_10_15_x86_64.whl" , hash = "sha256:1423631e3d51008871299525b541413c9b6c6423593e89f9c4cfbe8460afc0a2" } ,
{ file = "lxml-4.9.1-cp37-cp37m-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:2aaf6a0a6465d39b5ca69688fce82d20088c1838534982996ec46633dc7ad6cc" } ,
{ file = "lxml-4.9.1-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:9f36de4cd0c262dd9927886cc2305aa3f2210db437aa4fed3fb4940b8bf4592c" } ,
{ file = "lxml-4.9.1-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:ae06c1e4bc60ee076292e582a7512f304abdf6c70db59b56745cca1684f875a4" } ,
{ file = "lxml-4.9.1-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:57e4d637258703d14171b54203fd6822fda218c6c2658a7d30816b10995f29f3" } ,
{ file = "lxml-4.9.1-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:6d279033bf614953c3fc4a0aa9ac33a21e8044ca72d4fa8b9273fe75359d5cca" } ,
{ file = "lxml-4.9.1-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:a60f90bba4c37962cbf210f0188ecca87daafdf60271f4c6948606e4dabf8785" } ,
{ file = "lxml-4.9.1-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:6ca2264f341dd81e41f3fffecec6e446aa2121e0b8d026fb5130e02de1402785" } ,
{ file = "lxml-4.9.1-cp37-cp37m-win32.whl" , hash = "sha256:27e590352c76156f50f538dbcebd1925317a0f70540f7dc8c97d2931c595783a" } ,
{ file = "lxml-4.9.1-cp37-cp37m-win_amd64.whl" , hash = "sha256:eea5d6443b093e1545ad0210e6cf27f920482bfcf5c77cdc8596aec73523bb7e" } ,
{ file = "lxml-4.9.1-cp38-cp38-macosx_10_15_x86_64.whl" , hash = "sha256:f05251bbc2145349b8d0b77c0d4e5f3b228418807b1ee27cefb11f69ed3d233b" } ,
{ file = "lxml-4.9.1-cp38-cp38-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:487c8e61d7acc50b8be82bda8c8d21d20e133c3cbf41bd8ad7eb1aaeb3f07c97" } ,
{ file = "lxml-4.9.1-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:8d1a92d8e90b286d491e5626af53afef2ba04da33e82e30744795c71880eaa21" } ,
{ file = "lxml-4.9.1-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:b570da8cd0012f4af9fa76a5635cd31f707473e65a5a335b186069d5c7121ff2" } ,
{ file = "lxml-4.9.1-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:5ef87fca280fb15342726bd5f980f6faf8b84a5287fcc2d4962ea8af88b35130" } ,
{ file = "lxml-4.9.1-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:93e414e3206779ef41e5ff2448067213febf260ba747fc65389a3ddaa3fb8715" } ,
{ file = "lxml-4.9.1-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:6653071f4f9bac46fbc30f3c7838b0e9063ee335908c5d61fb7a4a86c8fd2036" } ,
{ file = "lxml-4.9.1-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:32a73c53783becdb7eaf75a2a1525ea8e49379fb7248c3eeefb9412123536387" } ,
{ file = "lxml-4.9.1-cp38-cp38-win32.whl" , hash = "sha256:1a7c59c6ffd6ef5db362b798f350e24ab2cfa5700d53ac6681918f314a4d3b94" } ,
{ file = "lxml-4.9.1-cp38-cp38-win_amd64.whl" , hash = "sha256:1436cf0063bba7888e43f1ba8d58824f085410ea2025befe81150aceb123e345" } ,
{ file = "lxml-4.9.1-cp39-cp39-macosx_10_15_x86_64.whl" , hash = "sha256:4beea0f31491bc086991b97517b9683e5cfb369205dac0148ef685ac12a20a67" } ,
{ file = "lxml-4.9.1-cp39-cp39-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:41fb58868b816c202e8881fd0f179a4644ce6e7cbbb248ef0283a34b73ec73bb" } ,
{ file = "lxml-4.9.1-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.manylinux_2_24_aarch64.whl" , hash = "sha256:bd34f6d1810d9354dc7e35158aa6cc33456be7706df4420819af6ed966e85448" } ,
{ file = "lxml-4.9.1-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:edffbe3c510d8f4bf8640e02ca019e48a9b72357318383ca60e3330c23aaffc7" } ,
{ file = "lxml-4.9.1-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.whl" , hash = "sha256:6d949f53ad4fc7cf02c44d6678e7ff05ec5f5552b235b9e136bd52e9bf730b91" } ,
{ file = "lxml-4.9.1-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.whl" , hash = "sha256:079b68f197c796e42aa80b1f739f058dcee796dc725cc9a1be0cdb08fc45b000" } ,
{ file = "lxml-4.9.1-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:9c3a88d20e4fe4a2a4a84bf439a5ac9c9aba400b85244c63a1ab7088f85d9d25" } ,
{ file = "lxml-4.9.1-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:4e285b5f2bf321fc0857b491b5028c5f276ec0c873b985d58d7748ece1d770dd" } ,
{ file = "lxml-4.9.1-cp39-cp39-win32.whl" , hash = "sha256:ef72013e20dd5ba86a8ae1aed7f56f31d3374189aa8b433e7b12ad182c0d2dfb" } ,
{ file = "lxml-4.9.1-cp39-cp39-win_amd64.whl" , hash = "sha256:10d2017f9150248563bb579cd0d07c61c58da85c922b780060dcc9a3aa9f432d" } ,
{ file = "lxml-4.9.1-pp37-pypy37_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:0538747a9d7827ce3e16a8fdd201a99e661c7dee3c96c885d8ecba3c35d1032c" } ,
{ file = "lxml-4.9.1-pp37-pypy37_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:0645e934e940107e2fdbe7c5b6fb8ec6232444260752598bc4d09511bd056c0b" } ,
{ file = "lxml-4.9.1-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:6daa662aba22ef3258934105be2dd9afa5bb45748f4f702a3b39a5bf53a1f4dc" } ,
{ file = "lxml-4.9.1-pp38-pypy38_pp73-macosx_10_15_x86_64.whl" , hash = "sha256:603a464c2e67d8a546ddaa206d98e3246e5db05594b97db844c2f0a1af37cf5b" } ,
{ file = "lxml-4.9.1-pp38-pypy38_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:c4b2e0559b68455c085fb0f6178e9752c4be3bba104d6e881eb5573b399d1eb2" } ,
{ file = "lxml-4.9.1-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:0f3f0059891d3254c7b5fb935330d6db38d6519ecd238ca4fce93c234b4a0f73" } ,
{ file = "lxml-4.9.1-pp39-pypy39_pp73-manylinux_2_12_i686.manylinux2010_i686.manylinux_2_24_i686.whl" , hash = "sha256:c852b1530083a620cb0de5f3cd6826f19862bafeaf77586f1aef326e49d95f0c" } ,
{ file = "lxml-4.9.1-pp39-pypy39_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.manylinux_2_24_x86_64.whl" , hash = "sha256:287605bede6bd36e930577c5925fcea17cb30453d96a7b4c63c14a257118dbb9" } ,
{ file = "lxml-4.9.1.tar.gz" , hash = "sha256:fe749b052bb7233fe5d072fcb549221a8cb1a16725c47c37e42b0b9cb3ff2c3f" } ,
]
2022-10-10 02:12:24 +00:00
numpy = [
{ file = "numpy-1.23.3-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:c9f707b5bb73bf277d812ded9896f9512a43edff72712f31667d0a8c2f8e71ee" } ,
{ file = "numpy-1.23.3-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:ffcf105ecdd9396e05a8e58e81faaaf34d3f9875f137c7372450baa5d77c9a54" } ,
{ file = "numpy-1.23.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:0ea3f98a0ffce3f8f57675eb9119f3f4edb81888b6874bc1953f91e0b1d4f440" } ,
{ file = "numpy-1.23.3-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:004f0efcb2fe1c0bd6ae1fcfc69cc8b6bf2407e0f18be308612007a0762b4089" } ,
{ file = "numpy-1.23.3-cp310-cp310-win32.whl" , hash = "sha256:98dcbc02e39b1658dc4b4508442a560fe3ca5ca0d989f0df062534e5ca3a5c1a" } ,
{ file = "numpy-1.23.3-cp310-cp310-win_amd64.whl" , hash = "sha256:39a664e3d26ea854211867d20ebcc8023257c1800ae89773cbba9f9e97bae036" } ,
{ file = "numpy-1.23.3-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:1f27b5322ac4067e67c8f9378b41c746d8feac8bdd0e0ffede5324667b8a075c" } ,
{ file = "numpy-1.23.3-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:2ad3ec9a748a8943e6eb4358201f7e1c12ede35f510b1a2221b70af4bb64295c" } ,
{ file = "numpy-1.23.3-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:bdc9febce3e68b697d931941b263c59e0c74e8f18861f4064c1f712562903411" } ,
{ file = "numpy-1.23.3-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:301c00cf5e60e08e04d842fc47df641d4a181e651c7135c50dc2762ffe293dbd" } ,
{ file = "numpy-1.23.3-cp311-cp311-win32.whl" , hash = "sha256:7cd1328e5bdf0dee621912f5833648e2daca72e3839ec1d6695e91089625f0b4" } ,
{ file = "numpy-1.23.3-cp311-cp311-win_amd64.whl" , hash = "sha256:8355fc10fd33a5a70981a5b8a0de51d10af3688d7a9e4a34fcc8fa0d7467bb7f" } ,
{ file = "numpy-1.23.3-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:bc6e8da415f359b578b00bcfb1d08411c96e9a97f9e6c7adada554a0812a6cc6" } ,
{ file = "numpy-1.23.3-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:22d43376ee0acd547f3149b9ec12eec2f0ca4a6ab2f61753c5b29bb3e795ac4d" } ,
{ file = "numpy-1.23.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a64403f634e5ffdcd85e0b12c08f04b3080d3e840aef118721021f9b48fc1460" } ,
{ file = "numpy-1.23.3-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:efd9d3abe5774404becdb0748178b48a218f1d8c44e0375475732211ea47c67e" } ,
{ file = "numpy-1.23.3-cp38-cp38-win32.whl" , hash = "sha256:f8c02ec3c4c4fcb718fdf89a6c6f709b14949408e8cf2a2be5bfa9c49548fd85" } ,
{ file = "numpy-1.23.3-cp38-cp38-win_amd64.whl" , hash = "sha256:e868b0389c5ccfc092031a861d4e158ea164d8b7fdbb10e3b5689b4fc6498df6" } ,
{ file = "numpy-1.23.3-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:09f6b7bdffe57fc61d869a22f506049825d707b288039d30f26a0d0d8ea05164" } ,
{ file = "numpy-1.23.3-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:8c79d7cf86d049d0c5089231a5bcd31edb03555bd93d81a16870aa98c6cfb79d" } ,
{ file = "numpy-1.23.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:e5d5420053bbb3dd64c30e58f9363d7a9c27444c3648e61460c1237f9ec3fa14" } ,
{ file = "numpy-1.23.3-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:d5422d6a1ea9b15577a9432e26608c73a78faf0b9039437b075cf322c92e98e7" } ,
{ file = "numpy-1.23.3-cp39-cp39-win32.whl" , hash = "sha256:c1ba66c48b19cc9c2975c0d354f24058888cdc674bebadceb3cdc9ec403fb5d1" } ,
{ file = "numpy-1.23.3-cp39-cp39-win_amd64.whl" , hash = "sha256:78a63d2df1d947bd9d1b11d35564c2f9e4b57898aae4626638056ec1a231c40c" } ,
{ file = "numpy-1.23.3-pp38-pypy38_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:17c0e467ade9bda685d5ac7f5fa729d8d3e76b23195471adae2d6a6941bd2c18" } ,
{ file = "numpy-1.23.3-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:91b8d6768a75247026e951dce3b2aac79dc7e78622fc148329135ba189813584" } ,
{ file = "numpy-1.23.3-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:94c15ca4e52671a59219146ff584488907b1f9b3fc232622b47e2cf832e94fb8" } ,
{ file = "numpy-1.23.3.tar.gz" , hash = "sha256:51bf49c0cd1d52be0a240aa66f3458afc4b95d8993d2d04f0d91fa60c10af6cd" } ,
]
2022-10-10 00:09:09 +00:00
Pillow = [
{ file = "Pillow-9.2.0-cp310-cp310-macosx_10_10_x86_64.whl" , hash = "sha256:a9c9bc489f8ab30906d7a85afac4b4944a572a7432e00698a7239f44a44e6efb" } ,
{ file = "Pillow-9.2.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:510cef4a3f401c246cfd8227b300828715dd055463cdca6176c2e4036df8bd4f" } ,
{ file = "Pillow-9.2.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:7888310f6214f19ab2b6df90f3f06afa3df7ef7355fc025e78a3044737fab1f5" } ,
{ file = "Pillow-9.2.0-cp310-cp310-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:831e648102c82f152e14c1a0938689dbb22480c548c8d4b8b248b3e50967b88c" } ,
{ file = "Pillow-9.2.0-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:1cc1d2451e8a3b4bfdb9caf745b58e6c7a77d2e469159b0d527a4554d73694d1" } ,
{ file = "Pillow-9.2.0-cp310-cp310-manylinux_2_28_aarch64.whl" , hash = "sha256:136659638f61a251e8ed3b331fc6ccd124590eeff539de57c5f80ef3a9594e58" } ,
{ file = "Pillow-9.2.0-cp310-cp310-manylinux_2_28_x86_64.whl" , hash = "sha256:6e8c66f70fb539301e064f6478d7453e820d8a2c631da948a23384865cd95544" } ,
{ file = "Pillow-9.2.0-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:37ff6b522a26d0538b753f0b4e8e164fdada12db6c6f00f62145d732d8a3152e" } ,
{ file = "Pillow-9.2.0-cp310-cp310-win32.whl" , hash = "sha256:c79698d4cd9318d9481d89a77e2d3fcaeff5486be641e60a4b49f3d2ecca4e28" } ,
{ file = "Pillow-9.2.0-cp310-cp310-win_amd64.whl" , hash = "sha256:254164c57bab4b459f14c64e93df11eff5ded575192c294a0c49270f22c5d93d" } ,
{ file = "Pillow-9.2.0-cp311-cp311-macosx_10_10_x86_64.whl" , hash = "sha256:adabc0bce035467fb537ef3e5e74f2847c8af217ee0be0455d4fec8adc0462fc" } ,
{ file = "Pillow-9.2.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:336b9036127eab855beec9662ac3ea13a4544a523ae273cbf108b228ecac8437" } ,
{ file = "Pillow-9.2.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:50dff9cc21826d2977ef2d2a205504034e3a4563ca6f5db739b0d1026658e004" } ,
{ file = "Pillow-9.2.0-cp311-cp311-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:cb6259196a589123d755380b65127ddc60f4c64b21fc3bb46ce3a6ea663659b0" } ,
{ file = "Pillow-9.2.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:7b0554af24df2bf96618dac71ddada02420f946be943b181108cac55a7a2dcd4" } ,
{ file = "Pillow-9.2.0-cp311-cp311-manylinux_2_28_aarch64.whl" , hash = "sha256:15928f824870535c85dbf949c09d6ae7d3d6ac2d6efec80f3227f73eefba741c" } ,
{ file = "Pillow-9.2.0-cp311-cp311-manylinux_2_28_x86_64.whl" , hash = "sha256:bdd0de2d64688ecae88dd8935012c4a72681e5df632af903a1dca8c5e7aa871a" } ,
{ file = "Pillow-9.2.0-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:d5b87da55a08acb586bad5c3aa3b86505f559b84f39035b233d5bf844b0834b1" } ,
{ file = "Pillow-9.2.0-cp311-cp311-win32.whl" , hash = "sha256:b6d5e92df2b77665e07ddb2e4dbd6d644b78e4c0d2e9272a852627cdba0d75cf" } ,
{ file = "Pillow-9.2.0-cp311-cp311-win_amd64.whl" , hash = "sha256:6bf088c1ce160f50ea40764f825ec9b72ed9da25346216b91361eef8ad1b8f8c" } ,
{ file = "Pillow-9.2.0-cp37-cp37m-macosx_10_10_x86_64.whl" , hash = "sha256:2c58b24e3a63efd22554c676d81b0e57f80e0a7d3a5874a7e14ce90ec40d3069" } ,
{ file = "Pillow-9.2.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:eef7592281f7c174d3d6cbfbb7ee5984a671fcd77e3fc78e973d492e9bf0eb3f" } ,
{ file = "Pillow-9.2.0-cp37-cp37m-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:dcd7b9c7139dc8258d164b55696ecd16c04607f1cc33ba7af86613881ffe4ac8" } ,
{ file = "Pillow-9.2.0-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a138441e95562b3c078746a22f8fca8ff1c22c014f856278bdbdd89ca36cff1b" } ,
{ file = "Pillow-9.2.0-cp37-cp37m-manylinux_2_28_aarch64.whl" , hash = "sha256:93689632949aff41199090eff5474f3990b6823404e45d66a5d44304e9cdc467" } ,
{ file = "Pillow-9.2.0-cp37-cp37m-manylinux_2_28_x86_64.whl" , hash = "sha256:f3fac744f9b540148fa7715a435d2283b71f68bfb6d4aae24482a890aed18b59" } ,
{ file = "Pillow-9.2.0-cp37-cp37m-win32.whl" , hash = "sha256:fa768eff5f9f958270b081bb33581b4b569faabf8774726b283edb06617101dc" } ,
{ file = "Pillow-9.2.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:69bd1a15d7ba3694631e00df8de65a8cb031911ca11f44929c97fe05eb9b6c1d" } ,
{ file = "Pillow-9.2.0-cp38-cp38-macosx_10_10_x86_64.whl" , hash = "sha256:030e3460861488e249731c3e7ab59b07c7853838ff3b8e16aac9561bb345da14" } ,
{ file = "Pillow-9.2.0-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:74a04183e6e64930b667d321524e3c5361094bb4af9083db5c301db64cd341f3" } ,
{ file = "Pillow-9.2.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:2d33a11f601213dcd5718109c09a52c2a1c893e7461f0be2d6febc2879ec2402" } ,
{ file = "Pillow-9.2.0-cp38-cp38-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1fd6f5e3c0e4697fa7eb45b6e93996299f3feee73a3175fa451f49a74d092b9f" } ,
{ file = "Pillow-9.2.0-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:a647c0d4478b995c5e54615a2e5360ccedd2f85e70ab57fbe817ca613d5e63b8" } ,
{ file = "Pillow-9.2.0-cp38-cp38-manylinux_2_28_aarch64.whl" , hash = "sha256:4134d3f1ba5f15027ff5c04296f13328fecd46921424084516bdb1b2548e66ff" } ,
{ file = "Pillow-9.2.0-cp38-cp38-manylinux_2_28_x86_64.whl" , hash = "sha256:bc431b065722a5ad1dfb4df354fb9333b7a582a5ee39a90e6ffff688d72f27a1" } ,
{ file = "Pillow-9.2.0-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:1536ad017a9f789430fb6b8be8bf99d2f214c76502becc196c6f2d9a75b01b76" } ,
{ file = "Pillow-9.2.0-cp38-cp38-win32.whl" , hash = "sha256:2ad0d4df0f5ef2247e27fc790d5c9b5a0af8ade9ba340db4a73bb1a4a3e5fb4f" } ,
{ file = "Pillow-9.2.0-cp38-cp38-win_amd64.whl" , hash = "sha256:ec52c351b35ca269cb1f8069d610fc45c5bd38c3e91f9ab4cbbf0aebc136d9c8" } ,
{ file = "Pillow-9.2.0-cp39-cp39-macosx_10_10_x86_64.whl" , hash = "sha256:0ed2c4ef2451de908c90436d6e8092e13a43992f1860275b4d8082667fbb2ffc" } ,
{ file = "Pillow-9.2.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:4ad2f835e0ad81d1689f1b7e3fbac7b01bb8777d5a985c8962bedee0cc6d43da" } ,
{ file = "Pillow-9.2.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ea98f633d45f7e815db648fd7ff0f19e328302ac36427343e4432c84432e7ff4" } ,
{ file = "Pillow-9.2.0-cp39-cp39-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7761afe0126d046974a01e030ae7529ed0ca6a196de3ec6937c11df0df1bc91c" } ,
{ file = "Pillow-9.2.0-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:9a54614049a18a2d6fe156e68e188da02a046a4a93cf24f373bffd977e943421" } ,
{ file = "Pillow-9.2.0-cp39-cp39-manylinux_2_28_aarch64.whl" , hash = "sha256:5aed7dde98403cd91d86a1115c78d8145c83078e864c1de1064f52e6feb61b20" } ,
{ file = "Pillow-9.2.0-cp39-cp39-manylinux_2_28_x86_64.whl" , hash = "sha256:13b725463f32df1bfeacbf3dd197fb358ae8ebcd8c5548faa75126ea425ccb60" } ,
{ file = "Pillow-9.2.0-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:808add66ea764ed97d44dda1ac4f2cfec4c1867d9efb16a33d158be79f32b8a4" } ,
{ file = "Pillow-9.2.0-cp39-cp39-win32.whl" , hash = "sha256:337a74fd2f291c607d220c793a8135273c4c2ab001b03e601c36766005f36885" } ,
{ file = "Pillow-9.2.0-cp39-cp39-win_amd64.whl" , hash = "sha256:fac2d65901fb0fdf20363fbd345c01958a742f2dc62a8dd4495af66e3ff502a4" } ,
{ file = "Pillow-9.2.0-pp37-pypy37_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:ad2277b185ebce47a63f4dc6302e30f05762b688f8dc3de55dbae4651872cdf3" } ,
{ file = "Pillow-9.2.0-pp37-pypy37_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7c7b502bc34f6e32ba022b4a209638f9e097d7a9098104ae420eb8186217ebbb" } ,
{ file = "Pillow-9.2.0-pp37-pypy37_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:3d1f14f5f691f55e1b47f824ca4fdcb4b19b4323fe43cc7bb105988cad7496be" } ,
{ file = "Pillow-9.2.0-pp37-pypy37_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:dfe4c1fedfde4e2fbc009d5ad420647f7730d719786388b7de0999bf32c0d9fd" } ,
{ file = "Pillow-9.2.0-pp38-pypy38_pp73-macosx_10_10_x86_64.whl" , hash = "sha256:f07f1f00e22b231dd3d9b9208692042e29792d6bd4f6639415d2f23158a80013" } ,
{ file = "Pillow-9.2.0-pp38-pypy38_pp73-manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:1802f34298f5ba11d55e5bb09c31997dc0c6aed919658dfdf0198a2fe75d5490" } ,
{ file = "Pillow-9.2.0-pp38-pypy38_pp73-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:17d4cafe22f050b46d983b71c707162d63d796a1235cdf8b9d7a112e97b15bac" } ,
{ file = "Pillow-9.2.0-pp38-pypy38_pp73-manylinux_2_28_x86_64.whl" , hash = "sha256:96b5e6874431df16aee0c1ba237574cb6dff1dcb173798faa6a9d8b399a05d0e" } ,
{ file = "Pillow-9.2.0-pp38-pypy38_pp73-win_amd64.whl" , hash = "sha256:0030fdbd926fb85844b8b92e2f9449ba89607231d3dd597a21ae72dc7fe26927" } ,
{ file = "Pillow-9.2.0.tar.gz" , hash = "sha256:75e636fd3e0fb872693f23ccb8a5ff2cd578801251f3a4f6854c6a5d437d3c04" } ,
]
2022-10-08 00:18:16 +00:00
pydantic = [
{ file = "pydantic-1.10.2-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:bb6ad4489af1bac6955d38ebcb95079a836af31e4c4f74aba1ca05bb9f6027bd" } ,
{ file = "pydantic-1.10.2-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:a1f5a63a6dfe19d719b1b6e6106561869d2efaca6167f84f5ab9347887d78b98" } ,
{ file = "pydantic-1.10.2-cp310-cp310-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:352aedb1d71b8b0736c6d56ad2bd34c6982720644b0624462059ab29bd6e5912" } ,
{ file = "pydantic-1.10.2-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:19b3b9ccf97af2b7519c42032441a891a5e05c68368f40865a90eb88833c2559" } ,
{ file = "pydantic-1.10.2-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:e9069e1b01525a96e6ff49e25876d90d5a563bc31c658289a8772ae186552236" } ,
{ file = "pydantic-1.10.2-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:355639d9afc76bcb9b0c3000ddcd08472ae75318a6eb67a15866b87e2efa168c" } ,
{ file = "pydantic-1.10.2-cp310-cp310-win_amd64.whl" , hash = "sha256:ae544c47bec47a86bc7d350f965d8b15540e27e5aa4f55170ac6a75e5f73b644" } ,
{ file = "pydantic-1.10.2-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:a4c805731c33a8db4b6ace45ce440c4ef5336e712508b4d9e1aafa617dc9907f" } ,
{ file = "pydantic-1.10.2-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:d49f3db871575e0426b12e2f32fdb25e579dea16486a26e5a0474af87cb1ab0a" } ,
{ file = "pydantic-1.10.2-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:37c90345ec7dd2f1bcef82ce49b6235b40f282b94d3eec47e801baf864d15525" } ,
{ file = "pydantic-1.10.2-cp311-cp311-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:7b5ba54d026c2bd2cb769d3468885f23f43710f651688e91f5fb1edcf0ee9283" } ,
{ file = "pydantic-1.10.2-cp311-cp311-musllinux_1_1_i686.whl" , hash = "sha256:05e00dbebbe810b33c7a7362f231893183bcc4251f3f2ff991c31d5c08240c42" } ,
{ file = "pydantic-1.10.2-cp311-cp311-musllinux_1_1_x86_64.whl" , hash = "sha256:2d0567e60eb01bccda3a4df01df677adf6b437958d35c12a3ac3e0f078b0ee52" } ,
{ file = "pydantic-1.10.2-cp311-cp311-win_amd64.whl" , hash = "sha256:c6f981882aea41e021f72779ce2a4e87267458cc4d39ea990729e21ef18f0f8c" } ,
{ file = "pydantic-1.10.2-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:c4aac8e7103bf598373208f6299fa9a5cfd1fc571f2d40bf1dd1955a63d6eeb5" } ,
{ file = "pydantic-1.10.2-cp37-cp37m-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:81a7b66c3f499108b448f3f004801fcd7d7165fb4200acb03f1c2402da73ce4c" } ,
{ file = "pydantic-1.10.2-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:bedf309630209e78582ffacda64a21f96f3ed2e51fbf3962d4d488e503420254" } ,
{ file = "pydantic-1.10.2-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:9300fcbebf85f6339a02c6994b2eb3ff1b9c8c14f502058b5bf349d42447dcf5" } ,
{ file = "pydantic-1.10.2-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:216f3bcbf19c726b1cc22b099dd409aa371f55c08800bcea4c44c8f74b73478d" } ,
{ file = "pydantic-1.10.2-cp37-cp37m-win_amd64.whl" , hash = "sha256:dd3f9a40c16daf323cf913593083698caee97df2804aa36c4b3175d5ac1b92a2" } ,
{ file = "pydantic-1.10.2-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:b97890e56a694486f772d36efd2ba31612739bc6f3caeee50e9e7e3ebd2fdd13" } ,
{ file = "pydantic-1.10.2-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:9cabf4a7f05a776e7793e72793cd92cc865ea0e83a819f9ae4ecccb1b8aa6116" } ,
{ file = "pydantic-1.10.2-cp38-cp38-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:06094d18dd5e6f2bbf93efa54991c3240964bb663b87729ac340eb5014310624" } ,
{ file = "pydantic-1.10.2-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:cc78cc83110d2f275ec1970e7a831f4e371ee92405332ebfe9860a715f8336e1" } ,
{ file = "pydantic-1.10.2-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:1ee433e274268a4b0c8fde7ad9d58ecba12b069a033ecc4645bb6303c062d2e9" } ,
{ file = "pydantic-1.10.2-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:7c2abc4393dea97a4ccbb4ec7d8658d4e22c4765b7b9b9445588f16c71ad9965" } ,
{ file = "pydantic-1.10.2-cp38-cp38-win_amd64.whl" , hash = "sha256:0b959f4d8211fc964772b595ebb25f7652da3f22322c007b6fed26846a40685e" } ,
{ file = "pydantic-1.10.2-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:c33602f93bfb67779f9c507e4d69451664524389546bacfe1bee13cae6dc7488" } ,
{ file = "pydantic-1.10.2-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:5760e164b807a48a8f25f8aa1a6d857e6ce62e7ec83ea5d5c5a802eac81bad41" } ,
{ file = "pydantic-1.10.2-cp39-cp39-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:6eb843dcc411b6a2237a694f5e1d649fc66c6064d02b204a7e9d194dff81eb4b" } ,
{ file = "pydantic-1.10.2-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_17_i686.manylinux2014_i686.whl" , hash = "sha256:4b8795290deaae348c4eba0cebb196e1c6b98bdbe7f50b2d0d9a4a99716342fe" } ,
{ file = "pydantic-1.10.2-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:e0bedafe4bc165ad0a56ac0bd7695df25c50f76961da29c050712596cf092d6d" } ,
{ file = "pydantic-1.10.2-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:2e05aed07fa02231dbf03d0adb1be1d79cabb09025dd45aa094aa8b4e7b9dcda" } ,
{ file = "pydantic-1.10.2-cp39-cp39-win_amd64.whl" , hash = "sha256:c1ba1afb396148bbc70e9eaa8c06c1716fdddabaf86e7027c5988bae2a829ab6" } ,
{ file = "pydantic-1.10.2-py3-none-any.whl" , hash = "sha256:1b6ee725bd6e83ec78b1aa32c5b1fa67a3a65badddde3976bca5fe4568f27709" } ,
{ file = "pydantic-1.10.2.tar.gz" , hash = "sha256:91b8e218852ef6007c2b98cd861601c6a09f1aa32bbbb74fab5b1c33d4a1e410" } ,
]
2022-10-10 23:46:04 +00:00
python-dateutil = [
{ file = "python-dateutil-2.8.2.tar.gz" , hash = "sha256:0123cacc1627ae19ddf3c27a5de5bd67ee4586fbdd6440d9748f8abb483d3e86" } ,
{ file = "python_dateutil-2.8.2-py2.py3-none-any.whl" , hash = "sha256:961d03dc3453ebbc59dbdea9e4e11c5651520a876d0f4db161e8674aae935da9" } ,
]
2022-10-08 23:36:16 +00:00
python-dotenv = [
{ file = "python-dotenv-0.21.0.tar.gz" , hash = "sha256:b77d08274639e3d34145dfa6c7008e66df0f04b7be7a75fd0d5292c191d79045" } ,
{ file = "python_dotenv-0.21.0-py3-none-any.whl" , hash = "sha256:1684eb44636dd462b66c3ee016599815514527ad99965de77f43e0944634a7e5" } ,
]
PyYAML = [
{ file = "PyYAML-6.0-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:d4db7c7aef085872ef65a8fd7d6d09a14ae91f691dec3e87ee5ee0539d516f53" } ,
{ file = "PyYAML-6.0-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:9df7ed3b3d2e0ecfe09e14741b857df43adb5a3ddadc919a2d94fbdf78fea53c" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:77f396e6ef4c73fdc33a9157446466f1cff553d979bd00ecb64385760c6babdc" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:a80a78046a72361de73f8f395f1f1e49f956c6be882eed58505a15f3e430962b" } ,
{ file = "PyYAML-6.0-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:f84fbc98b019fef2ee9a1cb3ce93e3187a6df0b2538a651bfb890254ba9f90b5" } ,
{ file = "PyYAML-6.0-cp310-cp310-win32.whl" , hash = "sha256:2cd5df3de48857ed0544b34e2d40e9fac445930039f3cfe4bcc592a1f836d513" } ,
{ file = "PyYAML-6.0-cp310-cp310-win_amd64.whl" , hash = "sha256:daf496c58a8c52083df09b80c860005194014c3698698d1a57cbcfa182142a3a" } ,
{ file = "PyYAML-6.0-cp311-cp311-macosx_10_9_x86_64.whl" , hash = "sha256:d4b0ba9512519522b118090257be113b9468d804b19d63c71dbcf4a48fa32358" } ,
{ file = "PyYAML-6.0-cp311-cp311-macosx_11_0_arm64.whl" , hash = "sha256:81957921f441d50af23654aa6c5e5eaf9b06aba7f0a19c18a538dc7ef291c5a1" } ,
{ file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:afa17f5bc4d1b10afd4466fd3a44dc0e245382deca5b3c353d8b757f9e3ecb8d" } ,
{ file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:dbad0e9d368bb989f4515da330b88a057617d16b6a8245084f1b05400f24609f" } ,
{ file = "PyYAML-6.0-cp311-cp311-manylinux_2_17_x86_64.manylinux2014_x86_64.whl" , hash = "sha256:432557aa2c09802be39460360ddffd48156e30721f5e8d917f01d31694216782" } ,
{ file = "PyYAML-6.0-cp311-cp311-win32.whl" , hash = "sha256:bfaef573a63ba8923503d27530362590ff4f576c626d86a9fed95822a8255fd7" } ,
{ file = "PyYAML-6.0-cp311-cp311-win_amd64.whl" , hash = "sha256:01b45c0191e6d66c470b6cf1b9531a771a83c1c4208272ead47a3ae4f2f603bf" } ,
{ file = "PyYAML-6.0-cp36-cp36m-macosx_10_9_x86_64.whl" , hash = "sha256:897b80890765f037df3403d22bab41627ca8811ae55e9a722fd0392850ec4d86" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:50602afada6d6cbfad699b0c7bb50d5ccffa7e46a3d738092afddc1f9758427f" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:48c346915c114f5fdb3ead70312bd042a953a8ce5c7106d5bfb1a5254e47da92" } ,
{ file = "PyYAML-6.0-cp36-cp36m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:98c4d36e99714e55cfbaaee6dd5badbc9a1ec339ebfc3b1f52e293aee6bb71a4" } ,
{ file = "PyYAML-6.0-cp36-cp36m-win32.whl" , hash = "sha256:0283c35a6a9fbf047493e3a0ce8d79ef5030852c51e9d911a27badfde0605293" } ,
{ file = "PyYAML-6.0-cp36-cp36m-win_amd64.whl" , hash = "sha256:07751360502caac1c067a8132d150cf3d61339af5691fe9e87803040dbc5db57" } ,
{ file = "PyYAML-6.0-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:819b3830a1543db06c4d4b865e70ded25be52a2e0631ccd2f6a47a2822f2fd7c" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:473f9edb243cb1935ab5a084eb238d842fb8f404ed2193a915d1784b5a6b5fc0" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:0ce82d761c532fe4ec3f87fc45688bdd3a4c1dc5e0b4a19814b9009a29baefd4" } ,
{ file = "PyYAML-6.0-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:231710d57adfd809ef5d34183b8ed1eeae3f76459c18fb4a0b373ad56bedcdd9" } ,
{ file = "PyYAML-6.0-cp37-cp37m-win32.whl" , hash = "sha256:c5687b8d43cf58545ade1fe3e055f70eac7a5a1a0bf42824308d868289a95737" } ,
{ file = "PyYAML-6.0-cp37-cp37m-win_amd64.whl" , hash = "sha256:d15a181d1ecd0d4270dc32edb46f7cb7733c7c508857278d3d378d14d606db2d" } ,
{ file = "PyYAML-6.0-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:0b4624f379dab24d3725ffde76559cff63d9ec94e1736b556dacdfebe5ab6d4b" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:213c60cd50106436cc818accf5baa1aba61c0189ff610f64f4a3e8c6726218ba" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:9fa600030013c4de8165339db93d182b9431076eb98eb40ee068700c9c813e34" } ,
{ file = "PyYAML-6.0-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:277a0ef2981ca40581a47093e9e2d13b3f1fbbeffae064c1d21bfceba2030287" } ,
{ file = "PyYAML-6.0-cp38-cp38-win32.whl" , hash = "sha256:d4eccecf9adf6fbcc6861a38015c2a64f38b9d94838ac1810a9023a0609e1b78" } ,
{ file = "PyYAML-6.0-cp38-cp38-win_amd64.whl" , hash = "sha256:1e4747bc279b4f613a09eb64bba2ba602d8a6664c6ce6396a4d0cd413a50ce07" } ,
{ file = "PyYAML-6.0-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:055d937d65826939cb044fc8c9b08889e8c743fdc6a32b33e2390f66013e449b" } ,
{ file = "PyYAML-6.0-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:e61ceaab6f49fb8bdfaa0f92c4b57bcfbea54c09277b1b4f7ac376bfb7a7c174" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:d67d839ede4ed1b28a4e8909735fc992a923cdb84e618544973d7dfc71540803" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_17_s390x.manylinux2014_s390x.whl" , hash = "sha256:cba8c411ef271aa037d7357a2bc8f9ee8b58b9965831d9e51baf703280dc73d3" } ,
{ file = "PyYAML-6.0-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:40527857252b61eacd1d9af500c3337ba8deb8fc298940291486c465c8b46ec0" } ,
{ file = "PyYAML-6.0-cp39-cp39-win32.whl" , hash = "sha256:b5b9eccad747aabaaffbc6064800670f0c297e52c12754eb1d976c57e4f74dcb" } ,
{ file = "PyYAML-6.0-cp39-cp39-win_amd64.whl" , hash = "sha256:b3d267842bf12586ba6c734f89d1f5b871df0273157918b0ccefa29deb05c21c" } ,
{ file = "PyYAML-6.0.tar.gz" , hash = "sha256:68fb519c14306fec9720a2a5b45bc9f0c8d1b9c72adf45c37baedfcd949c35a2" } ,
]
2022-10-10 23:46:04 +00:00
requests = [
{ file = "requests-2.28.1-py3-none-any.whl" , hash = "sha256:8fefa2a1a1365bf5520aac41836fbee479da67864514bdb821f31ce07ce65349" } ,
{ file = "requests-2.28.1.tar.gz" , hash = "sha256:7c5599b102feddaa661c826c56ab4fee28bfd17f5abca1ebbe3e7f19d7c97983" } ,
]
six = [
{ file = "six-1.16.0-py2.py3-none-any.whl" , hash = "sha256:8abb2f1d86890a2dfb989f9a77cfcfd3e47c2a354b01111771326f8aa26e0254" } ,
{ file = "six-1.16.0.tar.gz" , hash = "sha256:1e61c37477a1626458e36f7b1d82aa5c9b094fa4802892072e49de9c60c4c926" } ,
]
2022-10-08 00:18:16 +00:00
sniffio = [
{ file = "sniffio-1.3.0-py3-none-any.whl" , hash = "sha256:eecefdce1e5bbfb7ad2eeaabf7c1eeb404d7757c379bd1f7e5cce9d8bf425384" } ,
{ file = "sniffio-1.3.0.tar.gz" , hash = "sha256:e60305c5e5d314f5389259b7f22aaa33d8f7dee49763119234af3755c55b9101" } ,
]
starlette = [
{ file = "starlette-0.20.4-py3-none-any.whl" , hash = "sha256:c0414d5a56297d37f3db96a84034d61ce29889b9eaccf65eb98a0b39441fcaa3" } ,
{ file = "starlette-0.20.4.tar.gz" , hash = "sha256:42fcf3122f998fefce3e2c5ad7e5edbf0f02cf685d646a83a08d404726af5084" } ,
]
typing-extensions = [
{ file = "typing_extensions-4.4.0-py3-none-any.whl" , hash = "sha256:16fa4864408f655d35ec496218b85f79b3437c829e93320c7c9215ccfd92489e" } ,
{ file = "typing_extensions-4.4.0.tar.gz" , hash = "sha256:1511434bb92bf8dd198c12b1cc812e800d4181cfcb867674e0f8279cc93087aa" } ,
]
2022-10-10 23:46:04 +00:00
urllib3 = [
{ file = "urllib3-1.26.12-py2.py3-none-any.whl" , hash = "sha256:b930dd878d5a8afb066a637fbb35144fe7901e3b209d1cd4f524bd0e9deee997" } ,
{ file = "urllib3-1.26.12.tar.gz" , hash = "sha256:3fa96cf423e6987997fc326ae8df396db2a8b7c667747d47ddd8ecba91f4a74e" } ,
]
2022-10-08 23:36:16 +00:00
uvicorn = [
{ file = "uvicorn-0.18.3-py3-none-any.whl" , hash = "sha256:0abd429ebb41e604ed8d2be6c60530de3408f250e8d2d84967d85ba9e86fe3af" } ,
{ file = "uvicorn-0.18.3.tar.gz" , hash = "sha256:9a66e7c42a2a95222f76ec24a4b754c158261c4696e683b9dadc72b590e0311b" } ,
]
uvloop = [
{ 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" } ,
]
watchfiles = [
{ file = "watchfiles-0.17.0-cp37-abi3-macosx_10_7_x86_64.whl" , hash = "sha256:c7e1ffbd03cbcb46d1b7833e10e7d6b678ab083b4e4b80db06cfff5baca3c93f" } ,
{ file = "watchfiles-0.17.0-cp37-abi3-macosx_11_0_arm64.whl" , hash = "sha256:539bcdb55a487126776c9d8c011094214d1df3f9a2321a6c0b1583197309405a" } ,
{ file = "watchfiles-0.17.0-cp37-abi3-manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:00e5f307a58752ec1478eeb738863544bde21cc7a2728bd1c216060406bde9c1" } ,
{ file = "watchfiles-0.17.0-cp37-abi3-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:92675f379a9d5adbc6a52179f3e39aa56944c6eecb80384608fff2ed2619103a" } ,
{ file = "watchfiles-0.17.0-cp37-abi3-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:1dd1e3181ad5d83ca35e9147c72e24f39437fcdf570c9cdc532016399fb62957" } ,
{ file = "watchfiles-0.17.0-cp37-abi3-manylinux_2_17_armv7l.manylinux2014_armv7l.whl" , hash = "sha256:204950f1d6083539af5c8b7d4f5f8039c3ce36fa692da12d9743448f3199cb15" } ,
{ file = "watchfiles-0.17.0-cp37-abi3-musllinux_1_1_aarch64.whl" , hash = "sha256:4056398d8f6d4972fe0918707b59d4cb84470c91d3c37f0e11e5a66c2a598760" } ,
{ file = "watchfiles-0.17.0-cp37-abi3-musllinux_1_1_x86_64.whl" , hash = "sha256:ffff3418dc753a2aed2d00200a4daeaac295c40458f8012836a65555f288be8b" } ,
{ file = "watchfiles-0.17.0-cp37-abi3-win32.whl" , hash = "sha256:b5c334cd3bc88aa4a8a1e08ec9f702b63c947211275defdc2dd79dc037fcb500" } ,
{ file = "watchfiles-0.17.0-cp37-abi3-win_amd64.whl" , hash = "sha256:53a2faeb121bc51bb6b960984f46901227e2e2475acc5a8d4c905a600436752d" } ,
{ file = "watchfiles-0.17.0-cp37-abi3-win_arm64.whl" , hash = "sha256:58dc3140dcf02a8aa76464a77a093016f10e89306fec21a4814922a64f3e8b9f" } ,
{ file = "watchfiles-0.17.0-pp38-pypy38_pp73-macosx_10_7_x86_64.whl" , hash = "sha256:adcf15ecc2182ea9d2358c1a8c2b53203c3909484918776929b7bbe205522c0e" } ,
{ file = "watchfiles-0.17.0-pp38-pypy38_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:afd35a1bd3b9e68efe384ae7538481ae725597feb66f56f4bd23ecdbda726da0" } ,
{ file = "watchfiles-0.17.0-pp38-pypy38_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ad2bdcae4c0f07ca6c090f5a2c30188cc6edba011b45e7c96eb1896648092367" } ,
{ file = "watchfiles-0.17.0-pp39-pypy39_pp73-macosx_10_7_x86_64.whl" , hash = "sha256:a53cb6c06e5c1f216c792fbb432ce315239d432cb8b68d508547100939ec0399" } ,
{ file = "watchfiles-0.17.0-pp39-pypy39_pp73-manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:6a3d6c699f3ce238dfa90bcef501f331a69b0d9b076f14459ed8eab26ba2f4cf" } ,
{ file = "watchfiles-0.17.0-pp39-pypy39_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:a7f4271af86569bdbf131dd5c7c121c45d0ed194f3c88b88326e48a3b6a2db12" } ,
{ file = "watchfiles-0.17.0.tar.gz" , hash = "sha256:ae7c57ef920589a40270d5ef3216d693f4e6f8864d8fc8b6cb7885ca98ad2a61" } ,
]
2022-10-10 23:46:04 +00:00
webdavclient3 = [
{ file = "webdavclient3-3.14.5.tar.gz" , hash = "sha256:6072f9a583059f8ff313f8544d415b4191fc89bdf6230259b0527b706ab1837b" } ,
]
2022-10-08 23:36:16 +00:00
websockets = [
{ file = "websockets-10.3-cp310-cp310-macosx_10_9_universal2.whl" , hash = "sha256:661f641b44ed315556a2fa630239adfd77bd1b11cb0b9d96ed8ad90b0b1e4978" } ,
{ file = "websockets-10.3-cp310-cp310-macosx_10_9_x86_64.whl" , hash = "sha256:b529fdfa881b69fe563dbd98acce84f3e5a67df13de415e143ef053ff006d500" } ,
{ file = "websockets-10.3-cp310-cp310-macosx_11_0_arm64.whl" , hash = "sha256:f351c7d7d92f67c0609329ab2735eee0426a03022771b00102816a72715bb00b" } ,
{ file = "websockets-10.3-cp310-cp310-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:379e03422178436af4f3abe0aa8f401aa77ae2487843738542a75faf44a31f0c" } ,
{ file = "websockets-10.3-cp310-cp310-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:e904c0381c014b914136c492c8fa711ca4cced4e9b3d110e5e7d436d0fc289e8" } ,
{ file = "websockets-10.3-cp310-cp310-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:e7e6f2d6fd48422071cc8a6f8542016f350b79cc782752de531577d35e9bd677" } ,
{ file = "websockets-10.3-cp310-cp310-musllinux_1_1_aarch64.whl" , hash = "sha256:b9c77f0d1436ea4b4dc089ed8335fa141e6a251a92f75f675056dac4ab47a71e" } ,
{ file = "websockets-10.3-cp310-cp310-musllinux_1_1_i686.whl" , hash = "sha256:e6fa05a680e35d0fcc1470cb070b10e6fe247af54768f488ed93542e71339d6f" } ,
{ file = "websockets-10.3-cp310-cp310-musllinux_1_1_x86_64.whl" , hash = "sha256:2f94fa3ae454a63ea3a19f73b95deeebc9f02ba2d5617ca16f0bbdae375cda47" } ,
{ file = "websockets-10.3-cp310-cp310-win32.whl" , hash = "sha256:6ed1d6f791eabfd9808afea1e068f5e59418e55721db8b7f3bfc39dc831c42ae" } ,
{ file = "websockets-10.3-cp310-cp310-win_amd64.whl" , hash = "sha256:347974105bbd4ea068106ec65e8e8ebd86f28c19e529d115d89bd8cc5cda3079" } ,
{ file = "websockets-10.3-cp37-cp37m-macosx_10_9_x86_64.whl" , hash = "sha256:fab7c640815812ed5f10fbee7abbf58788d602046b7bb3af9b1ac753a6d5e916" } ,
{ file = "websockets-10.3-cp37-cp37m-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:994cdb1942a7a4c2e10098d9162948c9e7b235df755de91ca33f6e0481366fdb" } ,
{ file = "websockets-10.3-cp37-cp37m-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:aad5e300ab32036eb3fdc350ad30877210e2f51bceaca83fb7fef4d2b6c72b79" } ,
{ file = "websockets-10.3-cp37-cp37m-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:e49ea4c1a9543d2bd8a747ff24411509c29e4bdcde05b5b0895e2120cb1a761d" } ,
{ file = "websockets-10.3-cp37-cp37m-musllinux_1_1_aarch64.whl" , hash = "sha256:6ea6b300a6bdd782e49922d690e11c3669828fe36fc2471408c58b93b5535a98" } ,
{ file = "websockets-10.3-cp37-cp37m-musllinux_1_1_i686.whl" , hash = "sha256:ef5ce841e102278c1c2e98f043db99d6755b1c58bde475516aef3a008ed7f28e" } ,
{ file = "websockets-10.3-cp37-cp37m-musllinux_1_1_x86_64.whl" , hash = "sha256:d1655a6fc7aecd333b079d00fb3c8132d18988e47f19740c69303bf02e9883c6" } ,
{ file = "websockets-10.3-cp37-cp37m-win32.whl" , hash = "sha256:83e5ca0d5b743cde3d29fda74ccab37bdd0911f25bd4cdf09ff8b51b7b4f2fa1" } ,
{ file = "websockets-10.3-cp37-cp37m-win_amd64.whl" , hash = "sha256:da4377904a3379f0c1b75a965fff23b28315bcd516d27f99a803720dfebd94d4" } ,
{ file = "websockets-10.3-cp38-cp38-macosx_10_9_universal2.whl" , hash = "sha256:a1e15b230c3613e8ea82c9fc6941b2093e8eb939dd794c02754d33980ba81e36" } ,
{ file = "websockets-10.3-cp38-cp38-macosx_10_9_x86_64.whl" , hash = "sha256:31564a67c3e4005f27815634343df688b25705cccb22bc1db621c781ddc64c69" } ,
{ file = "websockets-10.3-cp38-cp38-macosx_11_0_arm64.whl" , hash = "sha256:c8d1d14aa0f600b5be363077b621b1b4d1eb3fbf90af83f9281cda668e6ff7fd" } ,
{ file = "websockets-10.3-cp38-cp38-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8fbd7d77f8aba46d43245e86dd91a8970eac4fb74c473f8e30e9c07581f852b2" } ,
{ file = "websockets-10.3-cp38-cp38-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:210aad7fdd381c52e58777560860c7e6110b6174488ef1d4b681c08b68bf7f8c" } ,
{ file = "websockets-10.3-cp38-cp38-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:6075fd24df23133c1b078e08a9b04a3bc40b31a8def4ee0b9f2c8865acce913e" } ,
{ file = "websockets-10.3-cp38-cp38-musllinux_1_1_aarch64.whl" , hash = "sha256:7f6d96fdb0975044fdd7953b35d003b03f9e2bcf85f2d2cf86285ece53e9f991" } ,
{ file = "websockets-10.3-cp38-cp38-musllinux_1_1_i686.whl" , hash = "sha256:c7250848ce69559756ad0086a37b82c986cd33c2d344ab87fea596c5ac6d9442" } ,
{ file = "websockets-10.3-cp38-cp38-musllinux_1_1_x86_64.whl" , hash = "sha256:28dd20b938a57c3124028680dc1600c197294da5db4292c76a0b48efb3ed7f76" } ,
{ file = "websockets-10.3-cp38-cp38-win32.whl" , hash = "sha256:54c000abeaff6d8771a4e2cef40900919908ea7b6b6a30eae72752607c6db559" } ,
{ file = "websockets-10.3-cp38-cp38-win_amd64.whl" , hash = "sha256:7ab36e17af592eec5747c68ef2722a74c1a4a70f3772bc661079baf4ae30e40d" } ,
{ file = "websockets-10.3-cp39-cp39-macosx_10_9_universal2.whl" , hash = "sha256:a141de3d5a92188234afa61653ed0bbd2dde46ad47b15c3042ffb89548e77094" } ,
{ file = "websockets-10.3-cp39-cp39-macosx_10_9_x86_64.whl" , hash = "sha256:97bc9d41e69a7521a358f9b8e44871f6cdeb42af31815c17aed36372d4eec667" } ,
{ file = "websockets-10.3-cp39-cp39-macosx_11_0_arm64.whl" , hash = "sha256:d6353ba89cfc657a3f5beabb3b69be226adbb5c6c7a66398e17809b0ce3c4731" } ,
{ file = "websockets-10.3-cp39-cp39-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:ec2b0ab7edc8cd4b0eb428b38ed89079bdc20c6bdb5f889d353011038caac2f9" } ,
{ file = "websockets-10.3-cp39-cp39-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:85506b3328a9e083cc0a0fb3ba27e33c8db78341b3eb12eb72e8afd166c36680" } ,
{ file = "websockets-10.3-cp39-cp39-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:8af75085b4bc0b5c40c4a3c0e113fa95e84c60f4ed6786cbb675aeb1ee128247" } ,
{ file = "websockets-10.3-cp39-cp39-musllinux_1_1_aarch64.whl" , hash = "sha256:07cdc0a5b2549bcfbadb585ad8471ebdc7bdf91e32e34ae3889001c1c106a6af" } ,
{ file = "websockets-10.3-cp39-cp39-musllinux_1_1_i686.whl" , hash = "sha256:5b936bf552e4f6357f5727579072ff1e1324717902127ffe60c92d29b67b7be3" } ,
{ file = "websockets-10.3-cp39-cp39-musllinux_1_1_x86_64.whl" , hash = "sha256:e4e08305bfd76ba8edab08dcc6496f40674f44eb9d5e23153efa0a35750337e8" } ,
{ file = "websockets-10.3-cp39-cp39-win32.whl" , hash = "sha256:bb621ec2dbbbe8df78a27dbd9dd7919f9b7d32a73fafcb4d9252fc4637343582" } ,
{ file = "websockets-10.3-cp39-cp39-win_amd64.whl" , hash = "sha256:51695d3b199cd03098ae5b42833006a0f43dc5418d3102972addc593a783bc02" } ,
{ file = "websockets-10.3-pp37-pypy37_pp73-macosx_10_9_x86_64.whl" , hash = "sha256:907e8247480f287aa9bbc9391bd6de23c906d48af54c8c421df84655eef66af7" } ,
{ file = "websockets-10.3-pp37-pypy37_pp73-manylinux_2_17_aarch64.manylinux2014_aarch64.whl" , hash = "sha256:8b1359aba0ff810d5830d5ab8e2c4a02bebf98a60aa0124fb29aa78cfdb8031f" } ,
{ file = "websockets-10.3-pp37-pypy37_pp73-manylinux_2_5_i686.manylinux1_i686.manylinux_2_12_i686.manylinux2010_i686.whl" , hash = "sha256:93d5ea0b5da8d66d868b32c614d2b52d14304444e39e13a59566d4acb8d6e2e4" } ,
{ file = "websockets-10.3-pp37-pypy37_pp73-manylinux_2_5_x86_64.manylinux1_x86_64.manylinux_2_12_x86_64.manylinux2010_x86_64.whl" , hash = "sha256:7934e055fd5cd9dee60f11d16c8d79c4567315824bacb1246d0208a47eca9755" } ,
{ file = "websockets-10.3-pp37-pypy37_pp73-win_amd64.whl" , hash = "sha256:3eda1cb7e9da1b22588cefff09f0951771d6ee9fa8dbe66f5ae04cc5f26b2b55" } ,
{ file = "websockets-10.3.tar.gz" , hash = "sha256:fc06cc8073c8e87072138ba1e431300e2d408f054b27047d047b549455066ff4" } ,
]