You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

903 lines
41KB

  1. [[package]]
  2. name = "alabaster"
  3. version = "0.7.12"
  4. description = "A configurable sidebar-enabled Sphinx theme"
  5. category = "dev"
  6. optional = false
  7. python-versions = "*"
  8. [[package]]
  9. name = "apipkg"
  10. version = "1.5"
  11. description = "apipkg: namespace control and lazy-import mechanism"
  12. category = "main"
  13. optional = false
  14. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  15. [[package]]
  16. name = "astroid"
  17. version = "2.4.2"
  18. description = "An abstract syntax tree for Python with inference support."
  19. category = "dev"
  20. optional = false
  21. python-versions = ">=3.5"
  22. [package.dependencies]
  23. lazy-object-proxy = ">=1.4.0,<1.5.0"
  24. six = ">=1.12,<2.0"
  25. typed-ast = {version = ">=1.4.0,<1.5", markers = "implementation_name == \"cpython\" and python_version < \"3.8\""}
  26. wrapt = ">=1.11,<2.0"
  27. [[package]]
  28. name = "atomicwrites"
  29. version = "1.4.0"
  30. description = "Atomic file writes."
  31. category = "main"
  32. optional = false
  33. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  34. [[package]]
  35. name = "attrs"
  36. version = "20.3.0"
  37. description = "Classes Without Boilerplate"
  38. category = "main"
  39. optional = false
  40. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  41. [package.extras]
  42. dev = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface", "furo", "sphinx", "pre-commit"]
  43. docs = ["furo", "sphinx", "zope.interface"]
  44. tests = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six", "zope.interface"]
  45. tests_no_zope = ["coverage[toml] (>=5.0.2)", "hypothesis", "pympler", "pytest (>=4.3.0)", "six"]
  46. [[package]]
  47. name = "babel"
  48. version = "2.9.0"
  49. description = "Internationalization utilities"
  50. category = "dev"
  51. optional = false
  52. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  53. [package.dependencies]
  54. pytz = ">=2015.7"
  55. [[package]]
  56. name = "certifi"
  57. version = "2020.12.5"
  58. description = "Python package for providing Mozilla's CA Bundle."
  59. category = "dev"
  60. optional = false
  61. python-versions = "*"
  62. [[package]]
  63. name = "chardet"
  64. version = "4.0.0"
  65. description = "Universal encoding detector for Python 2 and 3"
  66. category = "dev"
  67. optional = false
  68. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
  69. [[package]]
  70. name = "colorama"
  71. version = "0.4.4"
  72. description = "Cross-platform colored terminal text."
  73. category = "main"
  74. optional = false
  75. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
  76. [[package]]
  77. name = "distro"
  78. version = "1.5.0"
  79. description = "Distro - an OS platform information API"
  80. category = "main"
  81. optional = false
  82. python-versions = "*"
  83. [[package]]
  84. name = "docutils"
  85. version = "0.16"
  86. description = "Docutils -- Python Documentation Utilities"
  87. category = "dev"
  88. optional = false
  89. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
  90. [[package]]
  91. name = "execnet"
  92. version = "1.7.1"
  93. description = "execnet: rapid multi-Python deployment"
  94. category = "main"
  95. optional = false
  96. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  97. [package.dependencies]
  98. apipkg = ">=1.4"
  99. [package.extras]
  100. testing = ["pre-commit"]
  101. [[package]]
  102. name = "idna"
  103. version = "2.10"
  104. description = "Internationalized Domain Names in Applications (IDNA)"
  105. category = "dev"
  106. optional = false
  107. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  108. [[package]]
  109. name = "imagesize"
  110. version = "1.2.0"
  111. description = "Getting image size from png/jpeg/jpeg2000/gif file"
  112. category = "dev"
  113. optional = false
  114. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  115. [[package]]
  116. name = "importlib-metadata"
  117. version = "3.1.1"
  118. description = "Read metadata from Python packages"
  119. category = "main"
  120. optional = false
  121. python-versions = ">=3.6"
  122. [package.dependencies]
  123. zipp = ">=0.5"
  124. [package.extras]
  125. docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
  126. testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pytest-cov", "jaraco.test (>=3.2.0)", "packaging", "pep517", "pyfakefs", "flufl.flake8", "pytest-black (>=0.3.7)", "pytest-mypy", "importlib-resources (>=1.3)"]
  127. [[package]]
  128. name = "iniconfig"
  129. version = "1.1.1"
  130. description = "iniconfig: brain-dead simple config-ini parsing"
  131. category = "main"
  132. optional = false
  133. python-versions = "*"
  134. [[package]]
  135. name = "isort"
  136. version = "5.6.4"
  137. description = "A Python utility / library to sort Python imports."
  138. category = "dev"
  139. optional = false
  140. python-versions = ">=3.6,<4.0"
  141. [package.extras]
  142. pipfile_deprecated_finder = ["pipreqs", "requirementslib"]
  143. requirements_deprecated_finder = ["pipreqs", "pip-api"]
  144. colors = ["colorama (>=0.4.3,<0.5.0)"]
  145. [[package]]
  146. name = "jinja2"
  147. version = "2.11.2"
  148. description = "A very fast and expressive template engine."
  149. category = "dev"
  150. optional = false
  151. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
  152. [package.dependencies]
  153. MarkupSafe = ">=0.23"
  154. [package.extras]
  155. i18n = ["Babel (>=0.8)"]
  156. [[package]]
  157. name = "json5"
  158. version = "0.9.5"
  159. description = "A Python implementation of the JSON5 data format."
  160. category = "main"
  161. optional = false
  162. python-versions = "*"
  163. [package.extras]
  164. dev = ["hypothesis"]
  165. [[package]]
  166. name = "lazy-object-proxy"
  167. version = "1.4.3"
  168. description = "A fast and thorough lazy object proxy."
  169. category = "dev"
  170. optional = false
  171. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  172. [[package]]
  173. name = "markupsafe"
  174. version = "1.1.1"
  175. description = "Safely add untrusted strings to HTML/XML markup."
  176. category = "dev"
  177. optional = false
  178. python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
  179. [[package]]
  180. name = "mccabe"
  181. version = "0.6.1"
  182. description = "McCabe checker, plugin for flake8"
  183. category = "dev"
  184. optional = false
  185. python-versions = "*"
  186. [[package]]
  187. name = "mypy"
  188. version = "0.790"
  189. description = "Optional static typing for Python"
  190. category = "dev"
  191. optional = false
  192. python-versions = ">=3.5"
  193. [package.dependencies]
  194. mypy-extensions = ">=0.4.3,<0.5.0"
  195. typed-ast = ">=1.4.0,<1.5.0"
  196. typing-extensions = ">=3.7.4"
  197. [package.extras]
  198. dmypy = ["psutil (>=4.0)"]
  199. [[package]]
  200. name = "mypy-extensions"
  201. version = "0.4.3"
  202. description = "Experimental type system extensions for programs checked with the mypy typechecker."
  203. category = "dev"
  204. optional = false
  205. python-versions = "*"
  206. [[package]]
  207. name = "packaging"
  208. version = "20.7"
  209. description = "Core utilities for Python packages"
  210. category = "main"
  211. optional = false
  212. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  213. [package.dependencies]
  214. pyparsing = ">=2.0.2"
  215. [[package]]
  216. name = "pluggy"
  217. version = "0.13.1"
  218. description = "plugin and hook calling mechanisms for python"
  219. category = "main"
  220. optional = false
  221. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  222. [package.dependencies]
  223. importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
  224. [package.extras]
  225. dev = ["pre-commit", "tox"]
  226. [[package]]
  227. name = "py"
  228. version = "1.9.0"
  229. description = "library with cross-python path, ini-parsing, io, code, log facilities"
  230. category = "main"
  231. optional = false
  232. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  233. [[package]]
  234. name = "pygments"
  235. version = "2.7.3"
  236. description = "Pygments is a syntax highlighting package written in Python."
  237. category = "dev"
  238. optional = false
  239. python-versions = ">=3.5"
  240. [[package]]
  241. name = "pylint"
  242. version = "2.6.0"
  243. description = "python code static checker"
  244. category = "dev"
  245. optional = false
  246. python-versions = ">=3.5.*"
  247. [package.dependencies]
  248. astroid = ">=2.4.0,<=2.5"
  249. colorama = {version = "*", markers = "sys_platform == \"win32\""}
  250. isort = ">=4.2.5,<6"
  251. mccabe = ">=0.6,<0.7"
  252. toml = ">=0.7.1"
  253. [[package]]
  254. name = "pyparsing"
  255. version = "2.4.7"
  256. description = "Python parsing module"
  257. category = "main"
  258. optional = false
  259. python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
  260. [[package]]
  261. name = "pytest"
  262. version = "6.1.2"
  263. description = "pytest: simple powerful testing with Python"
  264. category = "main"
  265. optional = false
  266. python-versions = ">=3.5"
  267. [package.dependencies]
  268. atomicwrites = {version = ">=1.0", markers = "sys_platform == \"win32\""}
  269. attrs = ">=17.4.0"
  270. colorama = {version = "*", markers = "sys_platform == \"win32\""}
  271. importlib-metadata = {version = ">=0.12", markers = "python_version < \"3.8\""}
  272. iniconfig = "*"
  273. packaging = "*"
  274. pluggy = ">=0.12,<1.0"
  275. py = ">=1.8.2"
  276. toml = "*"
  277. [package.extras]
  278. checkqa_mypy = ["mypy (==0.780)"]
  279. testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xmlschema"]
  280. [[package]]
  281. name = "pytest-asyncio"
  282. version = "0.14.0"
  283. description = "Pytest support for asyncio."
  284. category = "main"
  285. optional = false
  286. python-versions = ">= 3.5"
  287. [package.dependencies]
  288. pytest = ">=5.4.0"
  289. [package.extras]
  290. testing = ["async-generator (>=1.3)", "coverage", "hypothesis (>=5.7.1)"]
  291. [[package]]
  292. name = "pytest-forked"
  293. version = "1.3.0"
  294. description = "run tests in isolated forked subprocesses"
  295. category = "main"
  296. optional = false
  297. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
  298. [package.dependencies]
  299. py = "*"
  300. pytest = ">=3.10"
  301. [[package]]
  302. name = "pytest-xdist"
  303. version = "2.1.0"
  304. description = "pytest xdist plugin for distributed testing and loop-on-failing modes"
  305. category = "main"
  306. optional = false
  307. python-versions = ">=3.5"
  308. [package.dependencies]
  309. execnet = ">=1.1"
  310. pytest = ">=6.0.0"
  311. pytest-forked = "*"
  312. [package.extras]
  313. psutil = ["psutil (>=3.0)"]
  314. testing = ["filelock"]
  315. [[package]]
  316. name = "pytz"
  317. version = "2020.5"
  318. description = "World timezone definitions, modern and historical"
  319. category = "dev"
  320. optional = false
  321. python-versions = "*"
  322. [[package]]
  323. name = "requests"
  324. version = "2.25.1"
  325. description = "Python HTTP for Humans."
  326. category = "dev"
  327. optional = false
  328. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
  329. [package.dependencies]
  330. certifi = ">=2017.4.17"
  331. chardet = ">=3.0.2,<5"
  332. idna = ">=2.5,<3"
  333. urllib3 = ">=1.21.1,<1.27"
  334. [package.extras]
  335. security = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)"]
  336. socks = ["PySocks (>=1.5.6,!=1.5.7)", "win-inet-pton"]
  337. [[package]]
  338. name = "rope"
  339. version = "0.18.0"
  340. description = "a python refactoring library..."
  341. category = "dev"
  342. optional = false
  343. python-versions = "*"
  344. [package.extras]
  345. dev = ["pytest"]
  346. [[package]]
  347. name = "semver"
  348. version = "2.13.0"
  349. description = "Python helper for Semantic Versioning (http://semver.org/)"
  350. category = "main"
  351. optional = false
  352. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  353. [[package]]
  354. name = "six"
  355. version = "1.15.0"
  356. description = "Python 2 and 3 compatibility utilities"
  357. category = "dev"
  358. optional = false
  359. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
  360. [[package]]
  361. name = "snowballstemmer"
  362. version = "2.0.0"
  363. description = "This package provides 26 stemmers for 25 languages generated from Snowball algorithms."
  364. category = "dev"
  365. optional = false
  366. python-versions = "*"
  367. [[package]]
  368. name = "sphinx"
  369. version = "3.4.1"
  370. description = "Python documentation generator"
  371. category = "dev"
  372. optional = false
  373. python-versions = ">=3.5"
  374. [package.dependencies]
  375. alabaster = ">=0.7,<0.8"
  376. babel = ">=1.3"
  377. colorama = {version = ">=0.3.5", markers = "sys_platform == \"win32\""}
  378. docutils = ">=0.12"
  379. imagesize = "*"
  380. Jinja2 = ">=2.3"
  381. packaging = "*"
  382. Pygments = ">=2.0"
  383. requests = ">=2.5.0"
  384. snowballstemmer = ">=1.1"
  385. sphinxcontrib-applehelp = "*"
  386. sphinxcontrib-devhelp = "*"
  387. sphinxcontrib-htmlhelp = "*"
  388. sphinxcontrib-jsmath = "*"
  389. sphinxcontrib-qthelp = "*"
  390. sphinxcontrib-serializinghtml = "*"
  391. [package.extras]
  392. docs = ["sphinxcontrib-websupport"]
  393. lint = ["flake8 (>=3.5.0)", "isort", "mypy (>=0.790)", "docutils-stubs"]
  394. test = ["pytest", "pytest-cov", "html5lib", "cython", "typed-ast"]
  395. [[package]]
  396. name = "sphinxcontrib-applehelp"
  397. version = "1.0.2"
  398. description = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books"
  399. category = "dev"
  400. optional = false
  401. python-versions = ">=3.5"
  402. [package.extras]
  403. lint = ["flake8", "mypy", "docutils-stubs"]
  404. test = ["pytest"]
  405. [[package]]
  406. name = "sphinxcontrib-devhelp"
  407. version = "1.0.2"
  408. description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document."
  409. category = "dev"
  410. optional = false
  411. python-versions = ">=3.5"
  412. [package.extras]
  413. lint = ["flake8", "mypy", "docutils-stubs"]
  414. test = ["pytest"]
  415. [[package]]
  416. name = "sphinxcontrib-htmlhelp"
  417. version = "1.0.3"
  418. description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files"
  419. category = "dev"
  420. optional = false
  421. python-versions = ">=3.5"
  422. [package.extras]
  423. lint = ["flake8", "mypy", "docutils-stubs"]
  424. test = ["pytest", "html5lib"]
  425. [[package]]
  426. name = "sphinxcontrib-jsmath"
  427. version = "1.0.1"
  428. description = "A sphinx extension which renders display math in HTML via JavaScript"
  429. category = "dev"
  430. optional = false
  431. python-versions = ">=3.5"
  432. [package.extras]
  433. test = ["pytest", "flake8", "mypy"]
  434. [[package]]
  435. name = "sphinxcontrib-qthelp"
  436. version = "1.0.3"
  437. description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document."
  438. category = "dev"
  439. optional = false
  440. python-versions = ">=3.5"
  441. [package.extras]
  442. lint = ["flake8", "mypy", "docutils-stubs"]
  443. test = ["pytest"]
  444. [[package]]
  445. name = "sphinxcontrib-serializinghtml"
  446. version = "1.1.4"
  447. description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle)."
  448. category = "dev"
  449. optional = false
  450. python-versions = ">=3.5"
  451. [package.extras]
  452. lint = ["flake8", "mypy", "docutils-stubs"]
  453. test = ["pytest"]
  454. [[package]]
  455. name = "toml"
  456. version = "0.10.2"
  457. description = "Python Library for Tom's Obvious, Minimal Language"
  458. category = "main"
  459. optional = false
  460. python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
  461. [[package]]
  462. name = "typed-ast"
  463. version = "1.4.1"
  464. description = "a fork of Python 2 and 3 ast modules with type comment support"
  465. category = "dev"
  466. optional = false
  467. python-versions = "*"
  468. [[package]]
  469. name = "typing-extensions"
  470. version = "3.7.4.3"
  471. description = "Backported and Experimental Type Hints for Python 3.5+"
  472. category = "main"
  473. optional = false
  474. python-versions = "*"
  475. [[package]]
  476. name = "urllib3"
  477. version = "1.26.2"
  478. description = "HTTP library with thread-safe connection pooling, file post, and more."
  479. category = "dev"
  480. optional = false
  481. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
  482. [package.extras]
  483. brotli = ["brotlipy (>=0.6.0)"]
  484. secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"]
  485. socks = ["PySocks (>=1.5.6,!=1.5.7,<2.0)"]
  486. [[package]]
  487. name = "wrapt"
  488. version = "1.12.1"
  489. description = "Module for decorators, wrappers and monkey patching."
  490. category = "dev"
  491. optional = false
  492. python-versions = "*"
  493. [[package]]
  494. name = "yapf"
  495. version = "0.30.0"
  496. description = "A formatter for Python code."
  497. category = "dev"
  498. optional = false
  499. python-versions = "*"
  500. [[package]]
  501. name = "zipp"
  502. version = "3.4.0"
  503. description = "Backport of pathlib-compatible object wrapper for zip files"
  504. category = "main"
  505. optional = false
  506. python-versions = ">=3.6"
  507. [package.extras]
  508. docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"]
  509. testing = ["pytest (>=3.5,!=3.7.3)", "pytest-checkdocs (>=1.2.3)", "pytest-flake8", "pytest-cov", "jaraco.test (>=3.2.0)", "jaraco.itertools", "func-timeout", "pytest-black (>=0.3.7)", "pytest-mypy"]
  510. [metadata]
  511. lock-version = "1.1"
  512. python-versions = "^3.6"
  513. content-hash = "d762128dfce333176ad89e2c60a91113c56efff1539f9ca1c7ab490c7ac05067"
  514. [metadata.files]
  515. alabaster = [
  516. {file = "alabaster-0.7.12-py2.py3-none-any.whl", hash = "sha256:446438bdcca0e05bd45ea2de1668c1d9b032e1a9154c2c259092d77031ddd359"},
  517. {file = "alabaster-0.7.12.tar.gz", hash = "sha256:a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02"},
  518. ]
  519. apipkg = [
  520. {file = "apipkg-1.5-py2.py3-none-any.whl", hash = "sha256:58587dd4dc3daefad0487f6d9ae32b4542b185e1c36db6993290e7c41ca2b47c"},
  521. {file = "apipkg-1.5.tar.gz", hash = "sha256:37228cda29411948b422fae072f57e31d3396d2ee1c9783775980ee9c9990af6"},
  522. ]
  523. astroid = [
  524. {file = "astroid-2.4.2-py3-none-any.whl", hash = "sha256:bc58d83eb610252fd8de6363e39d4f1d0619c894b0ed24603b881c02e64c7386"},
  525. {file = "astroid-2.4.2.tar.gz", hash = "sha256:2f4078c2a41bf377eea06d71c9d2ba4eb8f6b1af2135bec27bbbb7d8f12bb703"},
  526. ]
  527. atomicwrites = [
  528. {file = "atomicwrites-1.4.0-py2.py3-none-any.whl", hash = "sha256:6d1784dea7c0c8d4a5172b6c620f40b6e4cbfdf96d783691f2e1302a7b88e197"},
  529. {file = "atomicwrites-1.4.0.tar.gz", hash = "sha256:ae70396ad1a434f9c7046fd2dd196fc04b12f9e91ffb859164193be8b6168a7a"},
  530. ]
  531. attrs = [
  532. {file = "attrs-20.3.0-py2.py3-none-any.whl", hash = "sha256:31b2eced602aa8423c2aea9c76a724617ed67cf9513173fd3a4f03e3a929c7e6"},
  533. {file = "attrs-20.3.0.tar.gz", hash = "sha256:832aa3cde19744e49938b91fea06d69ecb9e649c93ba974535d08ad92164f700"},
  534. ]
  535. babel = [
  536. {file = "Babel-2.9.0-py2.py3-none-any.whl", hash = "sha256:9d35c22fcc79893c3ecc85ac4a56cde1ecf3f19c540bba0922308a6c06ca6fa5"},
  537. {file = "Babel-2.9.0.tar.gz", hash = "sha256:da031ab54472314f210b0adcff1588ee5d1d1d0ba4dbd07b94dba82bde791e05"},
  538. ]
  539. certifi = [
  540. {file = "certifi-2020.12.5-py2.py3-none-any.whl", hash = "sha256:719a74fb9e33b9bd44cc7f3a8d94bc35e4049deebe19ba7d8e108280cfd59830"},
  541. {file = "certifi-2020.12.5.tar.gz", hash = "sha256:1a4995114262bffbc2413b159f2a1a480c969de6e6eb13ee966d470af86af59c"},
  542. ]
  543. chardet = [
  544. {file = "chardet-4.0.0-py2.py3-none-any.whl", hash = "sha256:f864054d66fd9118f2e67044ac8981a54775ec5b67aed0441892edb553d21da5"},
  545. {file = "chardet-4.0.0.tar.gz", hash = "sha256:0d6f53a15db4120f2b08c94f11e7d93d2c911ee118b6b30a04ec3ee8310179fa"},
  546. ]
  547. colorama = [
  548. {file = "colorama-0.4.4-py2.py3-none-any.whl", hash = "sha256:9f47eda37229f68eee03b24b9748937c7dc3868f906e8ba69fbcbdd3bc5dc3e2"},
  549. {file = "colorama-0.4.4.tar.gz", hash = "sha256:5941b2b48a20143d2267e95b1c2a7603ce057ee39fd88e7329b0c292aa16869b"},
  550. ]
  551. distro = [
  552. {file = "distro-1.5.0-py2.py3-none-any.whl", hash = "sha256:df74eed763e18d10d0da624258524ae80486432cd17392d9c3d96f5e83cd2799"},
  553. {file = "distro-1.5.0.tar.gz", hash = "sha256:0e58756ae38fbd8fc3020d54badb8eae17c5b9dcbed388b17bb55b8a5928df92"},
  554. ]
  555. docutils = [
  556. {file = "docutils-0.16-py2.py3-none-any.whl", hash = "sha256:0c5b78adfbf7762415433f5515cd5c9e762339e23369dbe8000d84a4bf4ab3af"},
  557. {file = "docutils-0.16.tar.gz", hash = "sha256:c2de3a60e9e7d07be26b7f2b00ca0309c207e06c100f9cc2a94931fc75a478fc"},
  558. ]
  559. execnet = [
  560. {file = "execnet-1.7.1-py2.py3-none-any.whl", hash = "sha256:d4efd397930c46415f62f8a31388d6be4f27a91d7550eb79bc64a756e0056547"},
  561. {file = "execnet-1.7.1.tar.gz", hash = "sha256:cacb9df31c9680ec5f95553976c4da484d407e85e41c83cb812aa014f0eddc50"},
  562. ]
  563. idna = [
  564. {file = "idna-2.10-py2.py3-none-any.whl", hash = "sha256:b97d804b1e9b523befed77c48dacec60e6dcb0b5391d57af6a65a312a90648c0"},
  565. {file = "idna-2.10.tar.gz", hash = "sha256:b307872f855b18632ce0c21c5e45be78c0ea7ae4c15c828c20788b26921eb3f6"},
  566. ]
  567. imagesize = [
  568. {file = "imagesize-1.2.0-py2.py3-none-any.whl", hash = "sha256:6965f19a6a2039c7d48bca7dba2473069ff854c36ae6f19d2cde309d998228a1"},
  569. {file = "imagesize-1.2.0.tar.gz", hash = "sha256:b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1"},
  570. ]
  571. importlib-metadata = [
  572. {file = "importlib_metadata-3.1.1-py3-none-any.whl", hash = "sha256:6112e21359ef8f344e7178aa5b72dc6e62b38b0d008e6d3cb212c5b84df72013"},
  573. {file = "importlib_metadata-3.1.1.tar.gz", hash = "sha256:b0c2d3b226157ae4517d9625decf63591461c66b3a808c2666d538946519d170"},
  574. ]
  575. iniconfig = [
  576. {file = "iniconfig-1.1.1-py2.py3-none-any.whl", hash = "sha256:011e24c64b7f47f6ebd835bb12a743f2fbe9a26d4cecaa7f53bc4f35ee9da8b3"},
  577. {file = "iniconfig-1.1.1.tar.gz", hash = "sha256:bc3af051d7d14b2ee5ef9969666def0cd1a000e121eaea580d4a313df4b37f32"},
  578. ]
  579. isort = [
  580. {file = "isort-5.6.4-py3-none-any.whl", hash = "sha256:dcab1d98b469a12a1a624ead220584391648790275560e1a43e54c5dceae65e7"},
  581. {file = "isort-5.6.4.tar.gz", hash = "sha256:dcaeec1b5f0eca77faea2a35ab790b4f3680ff75590bfcb7145986905aab2f58"},
  582. ]
  583. jinja2 = [
  584. {file = "Jinja2-2.11.2-py2.py3-none-any.whl", hash = "sha256:f0a4641d3cf955324a89c04f3d94663aa4d638abe8f733ecd3582848e1c37035"},
  585. {file = "Jinja2-2.11.2.tar.gz", hash = "sha256:89aab215427ef59c34ad58735269eb58b1a5808103067f7bb9d5836c651b3bb0"},
  586. ]
  587. json5 = [
  588. {file = "json5-0.9.5-py2.py3-none-any.whl", hash = "sha256:af1a1b9a2850c7f62c23fde18be4749b3599fd302f494eebf957e2ada6b9e42c"},
  589. {file = "json5-0.9.5.tar.gz", hash = "sha256:703cfee540790576b56a92e1c6aaa6c4b0d98971dc358ead83812aa4d06bdb96"},
  590. ]
  591. lazy-object-proxy = [
  592. {file = "lazy-object-proxy-1.4.3.tar.gz", hash = "sha256:f3900e8a5de27447acbf900b4750b0ddfd7ec1ea7fbaf11dfa911141bc522af0"},
  593. {file = "lazy_object_proxy-1.4.3-cp27-cp27m-macosx_10_13_x86_64.whl", hash = "sha256:a2238e9d1bb71a56cd710611a1614d1194dc10a175c1e08d75e1a7bcc250d442"},
  594. {file = "lazy_object_proxy-1.4.3-cp27-cp27m-win32.whl", hash = "sha256:efa1909120ce98bbb3777e8b6f92237f5d5c8ea6758efea36a473e1d38f7d3e4"},
  595. {file = "lazy_object_proxy-1.4.3-cp27-cp27m-win_amd64.whl", hash = "sha256:4677f594e474c91da97f489fea5b7daa17b5517190899cf213697e48d3902f5a"},
  596. {file = "lazy_object_proxy-1.4.3-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:0c4b206227a8097f05c4dbdd323c50edf81f15db3b8dc064d08c62d37e1a504d"},
  597. {file = "lazy_object_proxy-1.4.3-cp34-cp34m-manylinux1_x86_64.whl", hash = "sha256:d945239a5639b3ff35b70a88c5f2f491913eb94871780ebfabb2568bd58afc5a"},
  598. {file = "lazy_object_proxy-1.4.3-cp34-cp34m-win32.whl", hash = "sha256:9651375199045a358eb6741df3e02a651e0330be090b3bc79f6d0de31a80ec3e"},
  599. {file = "lazy_object_proxy-1.4.3-cp34-cp34m-win_amd64.whl", hash = "sha256:eba7011090323c1dadf18b3b689845fd96a61ba0a1dfbd7f24b921398affc357"},
  600. {file = "lazy_object_proxy-1.4.3-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:48dab84ebd4831077b150572aec802f303117c8cc5c871e182447281ebf3ac50"},
  601. {file = "lazy_object_proxy-1.4.3-cp35-cp35m-win32.whl", hash = "sha256:ca0a928a3ddbc5725be2dd1cf895ec0a254798915fb3a36af0964a0a4149e3db"},
  602. {file = "lazy_object_proxy-1.4.3-cp35-cp35m-win_amd64.whl", hash = "sha256:194d092e6f246b906e8f70884e620e459fc54db3259e60cf69a4d66c3fda3449"},
  603. {file = "lazy_object_proxy-1.4.3-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:97bb5884f6f1cdce0099f86b907aa41c970c3c672ac8b9c8352789e103cf3156"},
  604. {file = "lazy_object_proxy-1.4.3-cp36-cp36m-win32.whl", hash = "sha256:cb2c7c57005a6804ab66f106ceb8482da55f5314b7fcb06551db1edae4ad1531"},
  605. {file = "lazy_object_proxy-1.4.3-cp36-cp36m-win_amd64.whl", hash = "sha256:8d859b89baf8ef7f8bc6b00aa20316483d67f0b1cbf422f5b4dc56701c8f2ffb"},
  606. {file = "lazy_object_proxy-1.4.3-cp37-cp37m-macosx_10_13_x86_64.whl", hash = "sha256:1be7e4c9f96948003609aa6c974ae59830a6baecc5376c25c92d7d697e684c08"},
  607. {file = "lazy_object_proxy-1.4.3-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:d74bb8693bf9cf75ac3b47a54d716bbb1a92648d5f781fc799347cfc95952383"},
  608. {file = "lazy_object_proxy-1.4.3-cp37-cp37m-win32.whl", hash = "sha256:9b15f3f4c0f35727d3a0fba4b770b3c4ebbb1fa907dbcc046a1d2799f3edd142"},
  609. {file = "lazy_object_proxy-1.4.3-cp37-cp37m-win_amd64.whl", hash = "sha256:9254f4358b9b541e3441b007a0ea0764b9d056afdeafc1a5569eee1cc6c1b9ea"},
  610. {file = "lazy_object_proxy-1.4.3-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:a6ae12d08c0bf9909ce12385803a543bfe99b95fe01e752536a60af2b7797c62"},
  611. {file = "lazy_object_proxy-1.4.3-cp38-cp38-win32.whl", hash = "sha256:5541cada25cd173702dbd99f8e22434105456314462326f06dba3e180f203dfd"},
  612. {file = "lazy_object_proxy-1.4.3-cp38-cp38-win_amd64.whl", hash = "sha256:59f79fef100b09564bc2df42ea2d8d21a64fdcda64979c0fa3db7bdaabaf6239"},
  613. ]
  614. markupsafe = [
  615. {file = "MarkupSafe-1.1.1-cp27-cp27m-macosx_10_6_intel.whl", hash = "sha256:09027a7803a62ca78792ad89403b1b7a73a01c8cb65909cd876f7fcebd79b161"},
  616. {file = "MarkupSafe-1.1.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:e249096428b3ae81b08327a63a485ad0878de3fb939049038579ac0ef61e17e7"},
  617. {file = "MarkupSafe-1.1.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:500d4957e52ddc3351cabf489e79c91c17f6e0899158447047588650b5e69183"},
  618. {file = "MarkupSafe-1.1.1-cp27-cp27m-win32.whl", hash = "sha256:b2051432115498d3562c084a49bba65d97cf251f5a331c64a12ee7e04dacc51b"},
  619. {file = "MarkupSafe-1.1.1-cp27-cp27m-win_amd64.whl", hash = "sha256:98c7086708b163d425c67c7a91bad6e466bb99d797aa64f965e9d25c12111a5e"},
  620. {file = "MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:cd5df75523866410809ca100dc9681e301e3c27567cf498077e8551b6d20e42f"},
  621. {file = "MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:43a55c2930bbc139570ac2452adf3d70cdbb3cfe5912c71cdce1c2c6bbd9c5d1"},
  622. {file = "MarkupSafe-1.1.1-cp34-cp34m-macosx_10_6_intel.whl", hash = "sha256:1027c282dad077d0bae18be6794e6b6b8c91d58ed8a8d89a89d59693b9131db5"},
  623. {file = "MarkupSafe-1.1.1-cp34-cp34m-manylinux1_i686.whl", hash = "sha256:62fe6c95e3ec8a7fad637b7f3d372c15ec1caa01ab47926cfdf7a75b40e0eac1"},
  624. {file = "MarkupSafe-1.1.1-cp34-cp34m-manylinux1_x86_64.whl", hash = "sha256:88e5fcfb52ee7b911e8bb6d6aa2fd21fbecc674eadd44118a9cc3863f938e735"},
  625. {file = "MarkupSafe-1.1.1-cp34-cp34m-win32.whl", hash = "sha256:ade5e387d2ad0d7ebf59146cc00c8044acbd863725f887353a10df825fc8ae21"},
  626. {file = "MarkupSafe-1.1.1-cp34-cp34m-win_amd64.whl", hash = "sha256:09c4b7f37d6c648cb13f9230d847adf22f8171b1ccc4d5682398e77f40309235"},
  627. {file = "MarkupSafe-1.1.1-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:79855e1c5b8da654cf486b830bd42c06e8780cea587384cf6545b7d9ac013a0b"},
  628. {file = "MarkupSafe-1.1.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:c8716a48d94b06bb3b2524c2b77e055fb313aeb4ea620c8dd03a105574ba704f"},
  629. {file = "MarkupSafe-1.1.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:7c1699dfe0cf8ff607dbdcc1e9b9af1755371f92a68f706051cc8c37d447c905"},
  630. {file = "MarkupSafe-1.1.1-cp35-cp35m-win32.whl", hash = "sha256:6dd73240d2af64df90aa7c4e7481e23825ea70af4b4922f8ede5b9e35f78a3b1"},
  631. {file = "MarkupSafe-1.1.1-cp35-cp35m-win_amd64.whl", hash = "sha256:9add70b36c5666a2ed02b43b335fe19002ee5235efd4b8a89bfcf9005bebac0d"},
  632. {file = "MarkupSafe-1.1.1-cp36-cp36m-macosx_10_6_intel.whl", hash = "sha256:24982cc2533820871eba85ba648cd53d8623687ff11cbb805be4ff7b4c971aff"},
  633. {file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:00bc623926325b26bb9605ae9eae8a215691f33cae5df11ca5424f06f2d1f473"},
  634. {file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:717ba8fe3ae9cc0006d7c451f0bb265ee07739daf76355d06366154ee68d221e"},
  635. {file = "MarkupSafe-1.1.1-cp36-cp36m-win32.whl", hash = "sha256:535f6fc4d397c1563d08b88e485c3496cf5784e927af890fb3c3aac7f933ec66"},
  636. {file = "MarkupSafe-1.1.1-cp36-cp36m-win_amd64.whl", hash = "sha256:b1282f8c00509d99fef04d8ba936b156d419be841854fe901d8ae224c59f0be5"},
  637. {file = "MarkupSafe-1.1.1-cp37-cp37m-macosx_10_6_intel.whl", hash = "sha256:8defac2f2ccd6805ebf65f5eeb132adcf2ab57aa11fdf4c0dd5169a004710e7d"},
  638. {file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:46c99d2de99945ec5cb54f23c8cd5689f6d7177305ebff350a58ce5f8de1669e"},
  639. {file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:ba59edeaa2fc6114428f1637ffff42da1e311e29382d81b339c1817d37ec93c6"},
  640. {file = "MarkupSafe-1.1.1-cp37-cp37m-win32.whl", hash = "sha256:b00c1de48212e4cc9603895652c5c410df699856a2853135b3967591e4beebc2"},
  641. {file = "MarkupSafe-1.1.1-cp37-cp37m-win_amd64.whl", hash = "sha256:9bf40443012702a1d2070043cb6291650a0841ece432556f784f004937f0f32c"},
  642. {file = "MarkupSafe-1.1.1-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:6788b695d50a51edb699cb55e35487e430fa21f1ed838122d722e0ff0ac5ba15"},
  643. {file = "MarkupSafe-1.1.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:cdb132fc825c38e1aeec2c8aa9338310d29d337bebbd7baa06889d09a60a1fa2"},
  644. {file = "MarkupSafe-1.1.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:13d3144e1e340870b25e7b10b98d779608c02016d5184cfb9927a9f10c689f42"},
  645. {file = "MarkupSafe-1.1.1-cp38-cp38-win32.whl", hash = "sha256:596510de112c685489095da617b5bcbbac7dd6384aeebeda4df6025d0256a81b"},
  646. {file = "MarkupSafe-1.1.1-cp38-cp38-win_amd64.whl", hash = "sha256:e8313f01ba26fbbe36c7be1966a7b7424942f670f38e666995b88d012765b9be"},
  647. {file = "MarkupSafe-1.1.1.tar.gz", hash = "sha256:29872e92839765e546828bb7754a68c418d927cd064fd4708fab9fe9c8bb116b"},
  648. ]
  649. mccabe = [
  650. {file = "mccabe-0.6.1-py2.py3-none-any.whl", hash = "sha256:ab8a6258860da4b6677da4bd2fe5dc2c659cff31b3ee4f7f5d64e79735b80d42"},
  651. {file = "mccabe-0.6.1.tar.gz", hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"},
  652. ]
  653. mypy = [
  654. {file = "mypy-0.790-cp35-cp35m-macosx_10_6_x86_64.whl", hash = "sha256:bd03b3cf666bff8d710d633d1c56ab7facbdc204d567715cb3b9f85c6e94f669"},
  655. {file = "mypy-0.790-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:2170492030f6faa537647d29945786d297e4862765f0b4ac5930ff62e300d802"},
  656. {file = "mypy-0.790-cp35-cp35m-win_amd64.whl", hash = "sha256:e86bdace26c5fe9cf8cb735e7cedfe7850ad92b327ac5d797c656717d2ca66de"},
  657. {file = "mypy-0.790-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:e97e9c13d67fbe524be17e4d8025d51a7dca38f90de2e462243ab8ed8a9178d1"},
  658. {file = "mypy-0.790-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:0d34d6b122597d48a36d6c59e35341f410d4abfa771d96d04ae2c468dd201abc"},
  659. {file = "mypy-0.790-cp36-cp36m-win_amd64.whl", hash = "sha256:72060bf64f290fb629bd4a67c707a66fd88ca26e413a91384b18db3876e57ed7"},
  660. {file = "mypy-0.790-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:eea260feb1830a627fb526d22fbb426b750d9f5a47b624e8d5e7e004359b219c"},
  661. {file = "mypy-0.790-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:c614194e01c85bb2e551c421397e49afb2872c88b5830e3554f0519f9fb1c178"},
  662. {file = "mypy-0.790-cp37-cp37m-win_amd64.whl", hash = "sha256:0a0d102247c16ce93c97066443d11e2d36e6cc2a32d8ccc1f705268970479324"},
  663. {file = "mypy-0.790-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:cf4e7bf7f1214826cf7333627cb2547c0db7e3078723227820d0a2490f117a01"},
  664. {file = "mypy-0.790-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:af4e9ff1834e565f1baa74ccf7ae2564ae38c8df2a85b057af1dbbc958eb6666"},
  665. {file = "mypy-0.790-cp38-cp38-win_amd64.whl", hash = "sha256:da56dedcd7cd502ccd3c5dddc656cb36113dd793ad466e894574125945653cea"},
  666. {file = "mypy-0.790-py3-none-any.whl", hash = "sha256:2842d4fbd1b12ab422346376aad03ff5d0805b706102e475e962370f874a5122"},
  667. {file = "mypy-0.790.tar.gz", hash = "sha256:2b21ba45ad9ef2e2eb88ce4aeadd0112d0f5026418324176fd494a6824b74975"},
  668. ]
  669. mypy-extensions = [
  670. {file = "mypy_extensions-0.4.3-py2.py3-none-any.whl", hash = "sha256:090fedd75945a69ae91ce1303b5824f428daf5a028d2f6ab8a299250a846f15d"},
  671. {file = "mypy_extensions-0.4.3.tar.gz", hash = "sha256:2d82818f5bb3e369420cb3c4060a7970edba416647068eb4c5343488a6c604a8"},
  672. ]
  673. packaging = [
  674. {file = "packaging-20.7-py2.py3-none-any.whl", hash = "sha256:eb41423378682dadb7166144a4926e443093863024de508ca5c9737d6bc08376"},
  675. {file = "packaging-20.7.tar.gz", hash = "sha256:05af3bb85d320377db281cf254ab050e1a7ebcbf5410685a9a407e18a1f81236"},
  676. ]
  677. pluggy = [
  678. {file = "pluggy-0.13.1-py2.py3-none-any.whl", hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d"},
  679. {file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"},
  680. ]
  681. py = [
  682. {file = "py-1.9.0-py2.py3-none-any.whl", hash = "sha256:366389d1db726cd2fcfc79732e75410e5fe4d31db13692115529d34069a043c2"},
  683. {file = "py-1.9.0.tar.gz", hash = "sha256:9ca6883ce56b4e8da7e79ac18787889fa5206c79dcc67fb065376cd2fe03f342"},
  684. ]
  685. pygments = [
  686. {file = "Pygments-2.7.3-py3-none-any.whl", hash = "sha256:f275b6c0909e5dafd2d6269a656aa90fa58ebf4a74f8fcf9053195d226b24a08"},
  687. {file = "Pygments-2.7.3.tar.gz", hash = "sha256:ccf3acacf3782cbed4a989426012f1c535c9a90d3a7fc3f16d231b9372d2b716"},
  688. ]
  689. pylint = [
  690. {file = "pylint-2.6.0-py3-none-any.whl", hash = "sha256:bfe68f020f8a0fece830a22dd4d5dddb4ecc6137db04face4c3420a46a52239f"},
  691. {file = "pylint-2.6.0.tar.gz", hash = "sha256:bb4a908c9dadbc3aac18860550e870f58e1a02c9f2c204fdf5693d73be061210"},
  692. ]
  693. pyparsing = [
  694. {file = "pyparsing-2.4.7-py2.py3-none-any.whl", hash = "sha256:ef9d7589ef3c200abe66653d3f1ab1033c3c419ae9b9bdb1240a85b024efc88b"},
  695. {file = "pyparsing-2.4.7.tar.gz", hash = "sha256:c203ec8783bf771a155b207279b9bccb8dea02d8f0c9e5f8ead507bc3246ecc1"},
  696. ]
  697. pytest = [
  698. {file = "pytest-6.1.2-py3-none-any.whl", hash = "sha256:4288fed0d9153d9646bfcdf0c0428197dba1ecb27a33bb6e031d002fa88653fe"},
  699. {file = "pytest-6.1.2.tar.gz", hash = "sha256:c0a7e94a8cdbc5422a51ccdad8e6f1024795939cc89159a0ae7f0b316ad3823e"},
  700. ]
  701. pytest-asyncio = [
  702. {file = "pytest-asyncio-0.14.0.tar.gz", hash = "sha256:9882c0c6b24429449f5f969a5158b528f39bde47dc32e85b9f0403965017e700"},
  703. {file = "pytest_asyncio-0.14.0-py3-none-any.whl", hash = "sha256:2eae1e34f6c68fc0a9dc12d4bea190483843ff4708d24277c41568d6b6044f1d"},
  704. ]
  705. pytest-forked = [
  706. {file = "pytest-forked-1.3.0.tar.gz", hash = "sha256:6aa9ac7e00ad1a539c41bec6d21011332de671e938c7637378ec9710204e37ca"},
  707. {file = "pytest_forked-1.3.0-py2.py3-none-any.whl", hash = "sha256:dc4147784048e70ef5d437951728825a131b81714b398d5d52f17c7c144d8815"},
  708. ]
  709. pytest-xdist = [
  710. {file = "pytest-xdist-2.1.0.tar.gz", hash = "sha256:82d938f1a24186520e2d9d3a64ef7d9ac7ecdf1a0659e095d18e596b8cbd0672"},
  711. {file = "pytest_xdist-2.1.0-py3-none-any.whl", hash = "sha256:7c629016b3bb006b88ac68e2b31551e7becf173c76b977768848e2bbed594d90"},
  712. ]
  713. pytz = [
  714. {file = "pytz-2020.5-py2.py3-none-any.whl", hash = "sha256:16962c5fb8db4a8f63a26646d8886e9d769b6c511543557bc84e9569fb9a9cb4"},
  715. {file = "pytz-2020.5.tar.gz", hash = "sha256:180befebb1927b16f6b57101720075a984c019ac16b1b7575673bea42c6c3da5"},
  716. ]
  717. requests = [
  718. {file = "requests-2.25.1-py2.py3-none-any.whl", hash = "sha256:c210084e36a42ae6b9219e00e48287def368a26d03a048ddad7bfee44f75871e"},
  719. {file = "requests-2.25.1.tar.gz", hash = "sha256:27973dd4a904a4f13b263a19c866c13b92a39ed1c964655f025f3f8d3d75b804"},
  720. ]
  721. rope = [
  722. {file = "rope-0.18.0.tar.gz", hash = "sha256:786b5c38c530d4846aa68a42604f61b4e69a493390e3ca11b88df0fbfdc3ed04"},
  723. ]
  724. semver = [
  725. {file = "semver-2.13.0-py2.py3-none-any.whl", hash = "sha256:ced8b23dceb22134307c1b8abfa523da14198793d9787ac838e70e29e77458d4"},
  726. {file = "semver-2.13.0.tar.gz", hash = "sha256:fa0fe2722ee1c3f57eac478820c3a5ae2f624af8264cbdf9000c980ff7f75e3f"},
  727. ]
  728. six = [
  729. {file = "six-1.15.0-py2.py3-none-any.whl", hash = "sha256:8b74bedcbbbaca38ff6d7491d76f2b06b3592611af620f8426e82dddb04a5ced"},
  730. {file = "six-1.15.0.tar.gz", hash = "sha256:30639c035cdb23534cd4aa2dd52c3bf48f06e5f4a941509c8bafd8ce11080259"},
  731. ]
  732. snowballstemmer = [
  733. {file = "snowballstemmer-2.0.0-py2.py3-none-any.whl", hash = "sha256:209f257d7533fdb3cb73bdbd24f436239ca3b2fa67d56f6ff88e86be08cc5ef0"},
  734. {file = "snowballstemmer-2.0.0.tar.gz", hash = "sha256:df3bac3df4c2c01363f3dd2cfa78cce2840a79b9f1c2d2de9ce8d31683992f52"},
  735. ]
  736. sphinx = [
  737. {file = "Sphinx-3.4.1-py3-none-any.whl", hash = "sha256:aeef652b14629431c82d3fe994ce39ead65b3fe87cf41b9a3714168ff8b83376"},
  738. {file = "Sphinx-3.4.1.tar.gz", hash = "sha256:e450cb205ff8924611085183bf1353da26802ae73d9251a8fcdf220a8f8712ef"},
  739. ]
  740. sphinxcontrib-applehelp = [
  741. {file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"},
  742. {file = "sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl", hash = "sha256:806111e5e962be97c29ec4c1e7fe277bfd19e9652fb1a4392105b43e01af885a"},
  743. ]
  744. sphinxcontrib-devhelp = [
  745. {file = "sphinxcontrib-devhelp-1.0.2.tar.gz", hash = "sha256:ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4"},
  746. {file = "sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl", hash = "sha256:8165223f9a335cc1af7ffe1ed31d2871f325254c0423bc0c4c7cd1c1e4734a2e"},
  747. ]
  748. sphinxcontrib-htmlhelp = [
  749. {file = "sphinxcontrib-htmlhelp-1.0.3.tar.gz", hash = "sha256:e8f5bb7e31b2dbb25b9cc435c8ab7a79787ebf7f906155729338f3156d93659b"},
  750. {file = "sphinxcontrib_htmlhelp-1.0.3-py2.py3-none-any.whl", hash = "sha256:3c0bc24a2c41e340ac37c85ced6dafc879ab485c095b1d65d2461ac2f7cca86f"},
  751. ]
  752. sphinxcontrib-jsmath = [
  753. {file = "sphinxcontrib-jsmath-1.0.1.tar.gz", hash = "sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8"},
  754. {file = "sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl", hash = "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178"},
  755. ]
  756. sphinxcontrib-qthelp = [
  757. {file = "sphinxcontrib-qthelp-1.0.3.tar.gz", hash = "sha256:4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72"},
  758. {file = "sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl", hash = "sha256:bd9fc24bcb748a8d51fd4ecaade681350aa63009a347a8c14e637895444dfab6"},
  759. ]
  760. sphinxcontrib-serializinghtml = [
  761. {file = "sphinxcontrib-serializinghtml-1.1.4.tar.gz", hash = "sha256:eaa0eccc86e982a9b939b2b82d12cc5d013385ba5eadcc7e4fed23f4405f77bc"},
  762. {file = "sphinxcontrib_serializinghtml-1.1.4-py2.py3-none-any.whl", hash = "sha256:f242a81d423f59617a8e5cf16f5d4d74e28ee9a66f9e5b637a18082991db5a9a"},
  763. ]
  764. toml = [
  765. {file = "toml-0.10.2-py2.py3-none-any.whl", hash = "sha256:806143ae5bfb6a3c6e736a764057db0e6a0e05e338b5630894a5f779cabb4f9b"},
  766. {file = "toml-0.10.2.tar.gz", hash = "sha256:b3bda1d108d5dd99f4a20d24d9c348e91c4db7ab1b749200bded2f839ccbe68f"},
  767. ]
  768. typed-ast = [
  769. {file = "typed_ast-1.4.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:73d785a950fc82dd2a25897d525d003f6378d1cb23ab305578394694202a58c3"},
  770. {file = "typed_ast-1.4.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:aaee9905aee35ba5905cfb3c62f3e83b3bec7b39413f0a7f19be4e547ea01ebb"},
  771. {file = "typed_ast-1.4.1-cp35-cp35m-win32.whl", hash = "sha256:0c2c07682d61a629b68433afb159376e24e5b2fd4641d35424e462169c0a7919"},
  772. {file = "typed_ast-1.4.1-cp35-cp35m-win_amd64.whl", hash = "sha256:4083861b0aa07990b619bd7ddc365eb7fa4b817e99cf5f8d9cf21a42780f6e01"},
  773. {file = "typed_ast-1.4.1-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:269151951236b0f9a6f04015a9004084a5ab0d5f19b57de779f908621e7d8b75"},
  774. {file = "typed_ast-1.4.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:24995c843eb0ad11a4527b026b4dde3da70e1f2d8806c99b7b4a7cf491612652"},
  775. {file = "typed_ast-1.4.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:fe460b922ec15dd205595c9b5b99e2f056fd98ae8f9f56b888e7a17dc2b757e7"},
  776. {file = "typed_ast-1.4.1-cp36-cp36m-win32.whl", hash = "sha256:4e3e5da80ccbebfff202a67bf900d081906c358ccc3d5e3c8aea42fdfdfd51c1"},
  777. {file = "typed_ast-1.4.1-cp36-cp36m-win_amd64.whl", hash = "sha256:249862707802d40f7f29f6e1aad8d84b5aa9e44552d2cc17384b209f091276aa"},
  778. {file = "typed_ast-1.4.1-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:8ce678dbaf790dbdb3eba24056d5364fb45944f33553dd5869b7580cdbb83614"},
  779. {file = "typed_ast-1.4.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:c9e348e02e4d2b4a8b2eedb48210430658df6951fa484e59de33ff773fbd4b41"},
  780. {file = "typed_ast-1.4.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:bcd3b13b56ea479b3650b82cabd6b5343a625b0ced5429e4ccad28a8973f301b"},
  781. {file = "typed_ast-1.4.1-cp37-cp37m-win32.whl", hash = "sha256:d5d33e9e7af3b34a40dc05f498939f0ebf187f07c385fd58d591c533ad8562fe"},
  782. {file = "typed_ast-1.4.1-cp37-cp37m-win_amd64.whl", hash = "sha256:0666aa36131496aed8f7be0410ff974562ab7eeac11ef351def9ea6fa28f6355"},
  783. {file = "typed_ast-1.4.1-cp38-cp38-macosx_10_15_x86_64.whl", hash = "sha256:d205b1b46085271b4e15f670058ce182bd1199e56b317bf2ec004b6a44f911f6"},
  784. {file = "typed_ast-1.4.1-cp38-cp38-manylinux1_i686.whl", hash = "sha256:6daac9731f172c2a22ade6ed0c00197ee7cc1221aa84cfdf9c31defeb059a907"},
  785. {file = "typed_ast-1.4.1-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:498b0f36cc7054c1fead3d7fc59d2150f4d5c6c56ba7fb150c013fbc683a8d2d"},
  786. {file = "typed_ast-1.4.1-cp38-cp38-win32.whl", hash = "sha256:715ff2f2df46121071622063fc7543d9b1fd19ebfc4f5c8895af64a77a8c852c"},
  787. {file = "typed_ast-1.4.1-cp38-cp38-win_amd64.whl", hash = "sha256:fc0fea399acb12edbf8a628ba8d2312f583bdbdb3335635db062fa98cf71fca4"},
  788. {file = "typed_ast-1.4.1-cp39-cp39-macosx_10_15_x86_64.whl", hash = "sha256:d43943ef777f9a1c42bf4e552ba23ac77a6351de620aa9acf64ad54933ad4d34"},
  789. {file = "typed_ast-1.4.1.tar.gz", hash = "sha256:8c8aaad94455178e3187ab22c8b01a3837f8ee50e09cf31f1ba129eb293ec30b"},
  790. ]
  791. typing-extensions = [
  792. {file = "typing_extensions-3.7.4.3-py2-none-any.whl", hash = "sha256:dafc7639cde7f1b6e1acc0f457842a83e722ccca8eef5270af2d74792619a89f"},
  793. {file = "typing_extensions-3.7.4.3-py3-none-any.whl", hash = "sha256:7cb407020f00f7bfc3cb3e7881628838e69d8f3fcab2f64742a5e76b2f841918"},
  794. {file = "typing_extensions-3.7.4.3.tar.gz", hash = "sha256:99d4073b617d30288f569d3f13d2bd7548c3a7e4c8de87db09a9d29bb3a4a60c"},
  795. ]
  796. urllib3 = [
  797. {file = "urllib3-1.26.2-py2.py3-none-any.whl", hash = "sha256:d8ff90d979214d7b4f8ce956e80f4028fc6860e4431f731ea4a8c08f23f99473"},
  798. {file = "urllib3-1.26.2.tar.gz", hash = "sha256:19188f96923873c92ccb987120ec4acaa12f0461fa9ce5d3d0772bc965a39e08"},
  799. ]
  800. wrapt = [
  801. {file = "wrapt-1.12.1.tar.gz", hash = "sha256:b62ffa81fb85f4332a4f609cab4ac40709470da05643a082ec1eb88e6d9b97d7"},
  802. ]
  803. yapf = [
  804. {file = "yapf-0.30.0-py2.py3-none-any.whl", hash = "sha256:3abf61ba67cf603069710d30acbc88cfe565d907e16ad81429ae90ce9651e0c9"},
  805. {file = "yapf-0.30.0.tar.gz", hash = "sha256:3000abee4c28daebad55da6c85f3cd07b8062ce48e2e9943c8da1b9667d48427"},
  806. ]
  807. zipp = [
  808. {file = "zipp-3.4.0-py3-none-any.whl", hash = "sha256:102c24ef8f171fd729d46599845e95c7ab894a4cf45f5de11a44cc7444fb1108"},
  809. {file = "zipp-3.4.0.tar.gz", hash = "sha256:ed5eee1974372595f9e416cc7bbeeb12335201d8081ca8a0743c954d4446e5cb"},
  810. ]