|
|
|
@ -1,3 +1,20 @@
|
|
|
|
|
[[package]] |
|
|
|
|
name = "astroid" |
|
|
|
|
version = "2.4.2" |
|
|
|
|
description = "An abstract syntax tree for Python with inference support." |
|
|
|
|
category = "dev" |
|
|
|
|
optional = false |
|
|
|
|
python-versions = ">=3.5" |
|
|
|
|
|
|
|
|
|
[package.dependencies] |
|
|
|
|
lazy-object-proxy = ">=1.4.0,<1.5.0" |
|
|
|
|
six = ">=1.12,<2.0" |
|
|
|
|
wrapt = ">=1.11,<2.0" |
|
|
|
|
|
|
|
|
|
[package.dependencies.typed-ast] |
|
|
|
|
version = ">=1.4.0,<1.5" |
|
|
|
|
python = "<3.8" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "atomicwrites" |
|
|
|
|
version = "1.4.0" |
|
|
|
@ -54,6 +71,59 @@ category = "dev"
|
|
|
|
|
optional = false |
|
|
|
|
python-versions = "*" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "isort" |
|
|
|
|
version = "5.6.4" |
|
|
|
|
description = "A Python utility / library to sort Python imports." |
|
|
|
|
category = "dev" |
|
|
|
|
optional = false |
|
|
|
|
python-versions = ">=3.6,<4.0" |
|
|
|
|
|
|
|
|
|
[package.extras] |
|
|
|
|
pipfile_deprecated_finder = ["pipreqs", "requirementslib"] |
|
|
|
|
requirements_deprecated_finder = ["pipreqs", "pip-api"] |
|
|
|
|
colors = ["colorama (>=0.4.3,<0.5.0)"] |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "lazy-object-proxy" |
|
|
|
|
version = "1.4.3" |
|
|
|
|
description = "A fast and thorough lazy object proxy." |
|
|
|
|
category = "dev" |
|
|
|
|
optional = false |
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "mccabe" |
|
|
|
|
version = "0.6.1" |
|
|
|
|
description = "McCabe checker, plugin for flake8" |
|
|
|
|
category = "dev" |
|
|
|
|
optional = false |
|
|
|
|
python-versions = "*" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "mypy" |
|
|
|
|
version = "0.790" |
|
|
|
|
description = "Optional static typing for Python" |
|
|
|
|
category = "dev" |
|
|
|
|
optional = false |
|
|
|
|
python-versions = ">=3.5" |
|
|
|
|
|
|
|
|
|
[package.extras] |
|
|
|
|
dmypy = ["psutil (>=4.0)"] |
|
|
|
|
|
|
|
|
|
[package.dependencies] |
|
|
|
|
mypy-extensions = ">=0.4.3,<0.5.0" |
|
|
|
|
typed-ast = ">=1.4.0,<1.5.0" |
|
|
|
|
typing-extensions = ">=3.7.4" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "mypy-extensions" |
|
|
|
|
version = "0.4.3" |
|
|
|
|
description = "Experimental type system extensions for programs checked with the mypy typechecker." |
|
|
|
|
category = "dev" |
|
|
|
|
optional = false |
|
|
|
|
python-versions = "*" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "packaging" |
|
|
|
|
version = "20.4" |
|
|
|
@ -101,6 +171,21 @@ category = "dev"
|
|
|
|
|
optional = false |
|
|
|
|
python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "pylint" |
|
|
|
|
version = "2.6.0" |
|
|
|
|
description = "python code static checker" |
|
|
|
|
category = "dev" |
|
|
|
|
optional = false |
|
|
|
|
python-versions = ">=3.5.*" |
|
|
|
|
|
|
|
|
|
[package.dependencies] |
|
|
|
|
astroid = ">=2.4.0,<=2.5" |
|
|
|
|
colorama = "*" |
|
|
|
|
isort = ">=4.2.5,<6" |
|
|
|
|
mccabe = ">=0.6,<0.7" |
|
|
|
|
toml = ">=0.7.1" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "pyparsing" |
|
|
|
|
version = "2.4.7" |
|
|
|
@ -151,6 +236,30 @@ category = "dev"
|
|
|
|
|
optional = false |
|
|
|
|
python-versions = "*" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "typed-ast" |
|
|
|
|
version = "1.4.1" |
|
|
|
|
description = "a fork of Python 2 and 3 ast modules with type comment support" |
|
|
|
|
category = "dev" |
|
|
|
|
optional = false |
|
|
|
|
python-versions = "*" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "typing-extensions" |
|
|
|
|
version = "3.7.4.3" |
|
|
|
|
description = "Backported and Experimental Type Hints for Python 3.5+" |
|
|
|
|
category = "dev" |
|
|
|
|
optional = false |
|
|
|
|
python-versions = "*" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "wrapt" |
|
|
|
|
version = "1.12.1" |
|
|
|
|
description = "Module for decorators, wrappers and monkey patching." |
|
|
|
|
category = "dev" |
|
|
|
|
optional = false |
|
|
|
|
python-versions = "*" |
|
|
|
|
|
|
|
|
|
[[package]] |
|
|
|
|
name = "zipp" |
|
|
|
|
version = "3.4.0" |
|
|
|
@ -167,9 +276,13 @@ testing = ["pytest (>=3.5,<3.7.3 || >3.7.3)", "pytest-checkdocs (>=1.2.3)", "pyt
|
|
|
|
|
[metadata] |
|
|
|
|
lock-version = "1.0" |
|
|
|
|
python-versions = "^3.6" |
|
|
|
|
content-hash = "952dca6fa3ab6a41551b2beafbc6883a8cbc61e802f984423be79da78c611a94" |
|
|
|
|
content-hash = "9981fbe3a9927d848d288a9a69eb180605252b05689290c95e1a6bbbc4933e96" |
|
|
|
|
|
|
|
|
|
[metadata.files] |
|
|
|
|
astroid = [ |
|
|
|
|
{file = "astroid-2.4.2-py3-none-any.whl", hash = "sha256:bc58d83eb610252fd8de6363e39d4f1d0619c894b0ed24603b881c02e64c7386"}, |
|
|
|
|
{file = "astroid-2.4.2.tar.gz", hash = "sha256:2f4078c2a41bf377eea06d71c9d2ba4eb8f6b1af2135bec27bbbb7d8f12bb703"}, |
|
|
|
|
] |
|
|
|
|
atomicwrites = [ |
|
|
|
|
{file = "atomicwrites-1.4.0-py2.py3-none-any.whl", hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197"}, |
|
|
|
|
{file = "atomicwrites-1.4.0.tar.gz", hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"}, |
|
|
|
@ -190,6 +303,57 @@ iniconfig = [
|
|
|
|
|
{file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"}, |
|
|
|
|
{file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"}, |
|
|
|
|
] |
|
|
|
|
isort = [ |
|
|
|
|
{file = "isort-5.6.4-py3-none-any.whl", hash = "sha256:dcab1d98b469a12a1a624ead220584391648790275560e1a43e54c5dceae65e7"}, |
|
|
|
|
{file = "isort-5.6.4.tar.gz", hash = "sha256:dcaeec1b5f0eca77faea2a35ab790b4f3680ff75590bfcb7145986905aab2f58"}, |
|
|
|
|
] |
|
|
|
|
lazy-object-proxy = [ |
|
|
|
|
{file = "lazy-object-proxy-1.4.3.tar.gz", hash = "sha256:f3900e8a5de27447acbf900b4750b0ddfd7ec1ea7fbaf11dfa911141bc522af0"}, |
|
|
|
|
{file = "lazy_object_proxy-1.4.3-cp27-cp27m-macosx_10_13_x86_64.whl", hash = "sha256:a2238e9d1bb71a56cd710611a1614d1194dc10a175c1e08d75e1a7bcc250d442"}, |
|
|
|
|
{file = "lazy_object_proxy-1.4.3-cp27-cp27m-win32.whl", hash = "sha256:efa1909120ce98bbb3777e8b6f92237f5d5c8ea6758efea36a473e1d38f7d3e4"}, |
|
|
|
|
{file = "lazy_object_proxy-1.4.3-cp27-cp27m-win_amd64.whl", hash = "sha256:4677f594e474c91da97f489fea5b7daa17b5517190899cf213697e48d3902f5a"}, |
|
|
|
|
{file = "lazy_object_proxy-1.4.3-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:0c4b206227a8097f05c4dbdd323c50edf81f15db3b8dc064d08c62d37e1a504d"}, |
|
|
|
|
{file = "lazy_object_proxy-1.4.3-cp34-cp34m-manylinux1_x86_64.whl", hash = "sha256:d945239a5639b3ff35b70a88c5f2f491913eb94871780ebfabb2568bd58afc5a"}, |
|
|
|
|
{file = "lazy_object_proxy-1.4.3-cp34-cp34m-win32.whl", hash = "sha256:9651375199045a358eb6741df3e02a651e0330be090b3bc79f6d0de31a80ec3e"}, |
|
|
|
|
{file = "lazy_object_proxy-1.4.3-cp34-cp34m-win_amd64.whl", hash = "sha256:eba7011090323c1dadf18b3b689845fd96a61ba0a1dfbd7f24b921398affc357"}, |
|
|
|
|
{file = "lazy_object_proxy-1.4.3-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:48dab84ebd4831077b150572aec802f303117c8cc5c871e182447281ebf3ac50"}, |
|
|
|
|
{file = "lazy_object_proxy-1.4.3-cp35-cp35m-win32.whl", hash = "sha256:ca0a928a3ddbc5725be2dd1cf895ec0a254798915fb3a36af0964a0a4149e3db"}, |
|
|
|
|
{file = "lazy_object_proxy-1.4.3-cp35-cp35m-win_amd64.whl", hash = "sha256:194d092e6f246b906e8f70884e620e459fc54db3259e60cf69a4d66c3fda3449"}, |
|
|
|
|
{file = "lazy_object_proxy-1.4.3-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:97bb5884f6f1cdce0099f86b907aa41c970c3c672ac8b9c8352789e103cf3156"}, |
|
|
|
|
{file = "lazy_object_proxy-1.4.3-cp36-cp36m-win32.whl", hash = "sha256:cb2c7c57005a6804ab66f106ceb8482da55f5314b7fcb06551db1edae4ad1531"}, |
|
|
|
|
{file = "lazy_object_proxy-1.4.3-cp36-cp36m-win_amd64.whl", hash = "sha256:8d859b89baf8ef7f8bc6b00aa20316483d67f0b1cbf422f5b4dc56701c8f2ffb"}, |
|
|
|
|
{file = "lazy_object_proxy-1.4.3-cp37-cp37m-macosx_10_13_x86_64.whl", hash = "sha256:1be7e4c9f96948003609aa6c974ae59830a6baecc5376c25c92d7d697e684c08"}, |
|
|
|
|
{file = "lazy_object_proxy-1.4.3-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:d74bb8693bf9cf75ac3b47a54d716bbb1a92648d5f781fc799347cfc95952383"}, |
|
|
|
|
{file = "lazy_object_proxy-1.4.3-cp37-cp37m-win32.whl", hash = "sha256:9b15f3f4c0f35727d3a0fba4b770b3c4ebbb1fa907dbcc046a1d2799f3edd142"}, |
|
|
|
|
{file = "lazy_object_proxy-1.4.3-cp37-cp37m-win_amd64.whl", hash = "sha256:9254f4358b9b541e3441b007a0ea0764b9d056afdeafc1a5569eee1cc6c1b9ea"}, |
|
|
|
|
{file = "lazy_object_proxy-1.4.3-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:a6ae12d08c0bf9909ce12385803a543bfe99b95fe01e752536a60af2b7797c62"}, |
|
|
|
|
{file = "lazy_object_proxy-1.4.3-cp38-cp38-win32.whl", hash = "sha256:5541cada25cd173702dbd99f8e22434105456314462326f06dba3e180f203dfd"}, |
|
|
|
|
{file = "lazy_object_proxy-1.4.3-cp38-cp38-win_amd64.whl", hash = "sha256:59f79fef100b09564bc2df42ea2d8d21a64fdcda64979c0fa3db7bdaabaf6239"}, |
|
|
|
|
] |
|
|
|
|
mccabe = [ |
|
|
|
|
{file = "mccabe-0.6.1-py2.py3-none-any.whl", hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42"}, |
|
|
|
|
{file = "mccabe-0.6.1.tar.gz", hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"}, |
|
|
|
|
] |
|
|
|
|
mypy = [ |
|
|
|
|
{file = "mypy-0.790-cp35-cp35m-macosx_10_6_x86_64.whl", hash = "sha256:bd03b3cf666bff8d710d633d1c56ab7facbdc204d567715cb3b9f85c6e94f669"}, |
|
|
|
|
{file = "mypy-0.790-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:2170492030f6faa537647d29945786d297e4862765f0b4ac5930ff62e300d802"}, |
|
|
|
|
{file = "mypy-0.790-cp35-cp35m-win_amd64.whl", hash = "sha256:e86bdace26c5fe9cf8cb735e7cedfe7850ad92b327ac5d797c656717d2ca66de"}, |
|
|
|
|
{file = "mypy-0.790-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:e97e9c13d67fbe524be17e4d8025d51a7dca38f90de2e462243ab8ed8a9178d1"}, |
|
|
|
|
{file = "mypy-0.790-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:0d34d6b122597d48a36d6c59e35341f410d4abfa771d96d04ae2c468dd201abc"}, |
|
|
|
|
{file = "mypy-0.790-cp36-cp36m-win_amd64.whl", hash = "sha256:72060bf64f290fb629bd4a67c707a66fd88ca26e413a91384b18db3876e57ed7"}, |
|
|
|
|
{file = "mypy-0.790-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:eea260feb1830a627fb526d22fbb426b750d9f5a47b624e8d5e7e004359b219c"}, |
|
|
|
|
{file = "mypy-0.790-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:c614194e01c85bb2e551c421397e49afb2872c88b5830e3554f0519f9fb1c178"}, |
|
|
|
|
{file = "mypy-0.790-cp37-cp37m-win_amd64.whl", hash = "sha256:0a0d102247c16ce93c97066443d11e2d36e6cc2a32d8ccc1f705268970479324"}, |
|
|
|
|
{file = "mypy-0.790-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:cf4e7bf7f1214826cf7333627cb2547c0db7e3078723227820d0a2490f117a01"}, |
|
|
|
|
{file = "mypy-0.790-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:af4e9ff1834e565f1baa74ccf7ae2564ae38c8df2a85b057af1dbbc958eb6666"}, |
|
|
|
|
{file = "mypy-0.790-cp38-cp38-win_amd64.whl", hash = "sha256:da56dedcd7cd502ccd3c5dddc656cb36113dd793ad466e894574125945653cea"}, |
|
|
|
|
{file = "mypy-0.790-py3-none-any.whl", hash = "sha256:2842d4fbd1b12ab422346376aad03ff5d0805b706102e475e962370f874a5122"}, |
|
|
|
|
{file = "mypy-0.790.tar.gz", hash = "sha256:2b21ba45ad9ef2e2eb88ce4aeadd0112d0f5026418324176fd494a6824b74975"}, |
|
|
|
|
] |
|
|
|
|
mypy-extensions = [ |
|
|
|
|
{file = "mypy_extensions-0.4.3-py2.py3-none-any.whl", hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d"}, |
|
|
|
|
{file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"}, |
|
|
|
|
] |
|
|
|
|
packaging = [ |
|
|
|
|
{file = "packaging-20.4-py2.py3-none-any.whl", hash = "sha256:998416ba6962ae7fbd6596850b80e17859a5753ba17c32284f67bfff33784181"}, |
|
|
|
|
{file = "packaging-20.4.tar.gz", hash = "sha256:4357f74f47b9c12db93624a82154e9b120fa8293699949152b22065d556079f8"}, |
|
|
|
@ -215,6 +379,10 @@ py = [
|
|
|
|
|
{file = "py-1.9.0-py2.py3-none-any.whl", hash = "sha256:366389d1db726cd2fcfc79732e75410e5fe4d31db13692115529d34069a043c2"}, |
|
|
|
|
{file = "py-1.9.0.tar.gz", hash = "sha256:9ca6883ce56b4e8da7e79ac18787889fa5206c79dcc67fb065376cd2fe03f342"}, |
|
|
|
|
] |
|
|
|
|
pylint = [ |
|
|
|
|
{file = "pylint-2.6.0-py3-none-any.whl", hash = "sha256:bfe68f020f8a0fece830a22dd4d5dddb4ecc6137db04face4c3420a46a52239f"}, |
|
|
|
|
{file = "pylint-2.6.0.tar.gz", hash = "sha256:bb4a908c9dadbc3aac18860550e870f58e1a02c9f2c204fdf5693d73be061210"}, |
|
|
|
|
] |
|
|
|
|
pyparsing = [ |
|
|
|
|
{file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"}, |
|
|
|
|
{file = "pyparsing-2.4.7.tar.gz", hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"}, |
|
|
|
@ -231,6 +399,43 @@ toml = [
|
|
|
|
|
{file = "toml-0.10.1-py2.py3-none-any.whl", hash = "sha256:bda89d5935c2eac546d648028b9901107a595863cb36bae0c73ac804a9b4ce88"}, |
|
|
|
|
{file = "toml-0.10.1.tar.gz", hash = "sha256:926b612be1e5ce0634a2ca03470f95169cf16f939018233a670519cb4ac58b0f"}, |
|
|
|
|
] |
|
|
|
|
typed-ast = [ |
|
|
|
|
{file = "typed_ast-1.4.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:73d785a950fc82dd2a25897d525d003f6378d1cb23ab305578394694202a58c3"}, |
|
|
|
|
{file = "typed_ast-1.4.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:aaee9905aee35ba5905cfb3c62f3e83b3bec7b39413f0a7f19be4e547ea01ebb"}, |
|
|
|
|
{file = "typed_ast-1.4.1-cp35-cp35m-win32.whl", hash = "sha256:0c2c07682d61a629b68433afb159376e24e5b2fd4641d35424e462169c0a7919"}, |
|
|
|
|
{file = "typed_ast-1.4.1-cp35-cp35m-win_amd64.whl", hash = "sha256:4083861b0aa07990b619bd7ddc365eb7fa4b817e99cf5f8d9cf21a42780f6e01"}, |
|
|
|
|
{file = "typed_ast-1.4.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:269151951236b0f9a6f04015a9004084a5ab0d5f19b57de779f908621e7d8b75"}, |
|
|
|
|
{file = "typed_ast-1.4.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:24995c843eb0ad11a4527b026b4dde3da70e1f2d8806c99b7b4a7cf491612652"}, |
|
|
|
|
{file = "typed_ast-1.4.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:fe460b922ec15dd205595c9b5b99e2f056fd98ae8f9f56b888e7a17dc2b757e7"}, |
|
|
|
|
{file = "typed_ast-1.4.1-cp36-cp36m-win32.whl", hash = "sha256:4e3e5da80ccbebfff202a67bf900d081906c358ccc3d5e3c8aea42fdfdfd51c1"}, |
|
|
|
|
{file = "typed_ast-1.4.1-cp36-cp36m-win_amd64.whl", hash = "sha256:249862707802d40f7f29f6e1aad8d84b5aa9e44552d2cc17384b209f091276aa"}, |
|
|
|
|
{file = "typed_ast-1.4.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:8ce678dbaf790dbdb3eba24056d5364fb45944f33553dd5869b7580cdbb83614"}, |
|
|
|
|
{file = "typed_ast-1.4.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:c9e348e02e4d2b4a8b2eedb48210430658df6951fa484e59de33ff773fbd4b41"}, |
|
|
|
|
{file = "typed_ast-1.4.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:bcd3b13b56ea479b3650b82cabd6b5343a625b0ced5429e4ccad28a8973f301b"}, |
|
|
|
|
{file = "typed_ast-1.4.1-cp37-cp37m-win32.whl", hash = "sha256:d5d33e9e7af3b34a40dc05f498939f0ebf187f07c385fd58d591c533ad8562fe"}, |
|
|
|
|
{file = "typed_ast-1.4.1-cp37-cp37m-win_amd64.whl", hash = "sha256:0666aa36131496aed8f7be0410ff974562ab7eeac11ef351def9ea6fa28f6355"}, |
|
|
|
|
{file = "typed_ast-1.4.1-cp38-cp38-macosx_10_15_x86_64.whl", hash = "sha256:d205b1b46085271b4e15f670058ce182bd1199e56b317bf2ec004b6a44f911f6"}, |
|
|
|
|
{file = "typed_ast-1.4.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:6daac9731f172c2a22ade6ed0c00197ee7cc1221aa84cfdf9c31defeb059a907"}, |
|
|
|
|
{file = "typed_ast-1.4.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:498b0f36cc7054c1fead3d7fc59d2150f4d5c6c56ba7fb150c013fbc683a8d2d"}, |
|
|
|
|
{file = "typed_ast-1.4.1-cp38-cp38-win32.whl", hash = "sha256:715ff2f2df46121071622063fc7543d9b1fd19ebfc4f5c8895af64a77a8c852c"}, |
|
|
|
|
{file = "typed_ast-1.4.1-cp38-cp38-win_amd64.whl", hash = "sha256:fc0fea399acb12edbf8a628ba8d2312f583bdbdb3335635db062fa98cf71fca4"}, |
|
|
|
|
{file = "typed_ast-1.4.1-cp39-cp39-macosx_10_15_x86_64.whl", hash = "sha256:d43943ef777f9a1c42bf4e552ba23ac77a6351de620aa9acf64ad54933ad4d34"}, |
|
|
|
|
{file = "typed_ast-1.4.1-cp39-cp39-macosx_10_9_x86_64.whl", hash = "sha256:92c325624e304ebf0e025d1224b77dd4e6393f18aab8d829b5b7e04afe9b7a2c"}, |
|
|
|
|
{file = "typed_ast-1.4.1-cp39-cp39-manylinux1_i686.whl", hash = "sha256:d648b8e3bf2fe648745c8ffcee3db3ff903d0817a01a12dd6a6ea7a8f4889072"}, |
|
|
|
|
{file = "typed_ast-1.4.1-cp39-cp39-manylinux1_x86_64.whl", hash = "sha256:fac11badff8313e23717f3dada86a15389d0708275bddf766cca67a84ead3e91"}, |
|
|
|
|
{file = "typed_ast-1.4.1-cp39-cp39-manylinux2014_aarch64.whl", hash = "sha256:0d8110d78a5736e16e26213114a38ca35cb15b6515d535413b090bd50951556d"}, |
|
|
|
|
{file = "typed_ast-1.4.1-cp39-cp39-win32.whl", hash = "sha256:b52ccf7cfe4ce2a1064b18594381bccf4179c2ecf7f513134ec2f993dd4ab395"}, |
|
|
|
|
{file = "typed_ast-1.4.1-cp39-cp39-win_amd64.whl", hash = "sha256:3742b32cf1c6ef124d57f95be609c473d7ec4c14d0090e5a5e05a15269fb4d0c"}, |
|
|
|
|
{file = "typed_ast-1.4.1.tar.gz", hash = "sha256:8c8aaad94455178e3187ab22c8b01a3837f8ee50e09cf31f1ba129eb293ec30b"}, |
|
|
|
|
] |
|
|
|
|
typing-extensions = [ |
|
|
|
|
{file = "typing_extensions-3.7.4.3-py2-none-any.whl", hash = "sha256:dafc7639cde7f1b6e1acc0f457842a83e722ccca8eef5270af2d74792619a89f"}, |
|
|
|
|
{file = "typing_extensions-3.7.4.3-py3-none-any.whl", hash = "sha256:7cb407020f00f7bfc3cb3e7881628838e69d8f3fcab2f64742a5e76b2f841918"}, |
|
|
|
|
{file = "typing_extensions-3.7.4.3.tar.gz", hash = "sha256:99d4073b617d30288f569d3f13d2bd7548c3a7e4c8de87db09a9d29bb3a4a60c"}, |
|
|
|
|
] |
|
|
|
|
wrapt = [ |
|
|
|
|
{file = "wrapt-1.12.1.tar.gz", hash = "sha256:b62ffa81fb85f4332a4f609cab4ac40709470da05643a082ec1eb88e6d9b97d7"}, |
|
|
|
|
] |
|
|
|
|
zipp = [ |
|
|
|
|
{file = "zipp-3.4.0-py3-none-any.whl", hash = "sha256:102c24ef8f171fd729d46599845e95c7ab894a4cf45f5de11a44cc7444fb1108"}, |
|
|
|
|
{file = "zipp-3.4.0.tar.gz", hash = "sha256:ed5eee1974372595f9e416cc7bbeeb12335201d8081ca8a0743c954d4446e5cb"}, |
|
|
|
|