No puede seleccionar más de 25 temas Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
Este repositorio está archivado. Puede ver los archivos y clonarlo, pero no puede subir cambios o reportar incidencias ni pedir Pull Requests.
 
 
 
 
 
 

541 líneas
22 KiB

  1. [[package]]
  2. category = "main"
  3. description = "A configurable sidebar-enabled Sphinx theme"
  4. name = "alabaster"
  5. optional = false
  6. python-versions = "*"
  7. version = "0.7.12"
  8. [[package]]
  9. category = "dev"
  10. description = "An unobtrusive argparse wrapper with natural syntax"
  11. name = "argh"
  12. optional = false
  13. python-versions = "*"
  14. version = "0.26.2"
  15. [[package]]
  16. category = "main"
  17. description = "Internationalization utilities"
  18. name = "babel"
  19. optional = false
  20. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  21. version = "2.8.0"
  22. [package.dependencies]
  23. pytz = ">=2015.7"
  24. [[package]]
  25. category = "main"
  26. description = "Python package for providing Mozilla's CA Bundle."
  27. name = "certifi"
  28. optional = false
  29. python-versions = "*"
  30. version = "2019.11.28"
  31. [[package]]
  32. category = "main"
  33. description = "Universal encoding detector for Python 2 and 3"
  34. name = "chardet"
  35. optional = false
  36. python-versions = "*"
  37. version = "3.0.4"
  38. [[package]]
  39. category = "main"
  40. description = "Cross-platform colored terminal text."
  41. marker = "sys_platform == \"win32\""
  42. name = "colorama"
  43. optional = false
  44. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
  45. version = "0.4.3"
  46. [[package]]
  47. category = "main"
  48. description = "Docutils -- Python Documentation Utilities"
  49. name = "docutils"
  50. optional = false
  51. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
  52. version = "0.16"
  53. [[package]]
  54. category = "main"
  55. description = "Internationalized Domain Names in Applications (IDNA)"
  56. name = "idna"
  57. optional = false
  58. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  59. version = "2.8"
  60. [[package]]
  61. category = "main"
  62. description = "Getting image size from png/jpeg/jpeg2000/gif file"
  63. name = "imagesize"
  64. optional = false
  65. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  66. version = "1.2.0"
  67. [[package]]
  68. category = "main"
  69. description = "A very fast and expressive template engine."
  70. name = "jinja2"
  71. optional = false
  72. python-versions = "*"
  73. version = "2.10.3"
  74. [package.dependencies]
  75. MarkupSafe = ">=0.23"
  76. [package.extras]
  77. i18n = ["Babel (>=0.8)"]
  78. [[package]]
  79. category = "dev"
  80. description = "Python LiveReload is an awesome tool for web developers"
  81. name = "livereload"
  82. optional = false
  83. python-versions = "*"
  84. version = "2.6.1"
  85. [package.dependencies]
  86. six = "*"
  87. tornado = "*"
  88. [[package]]
  89. category = "main"
  90. description = "Safely add untrusted strings to HTML/XML markup."
  91. name = "markupsafe"
  92. optional = false
  93. python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*"
  94. version = "1.1.1"
  95. [[package]]
  96. category = "main"
  97. description = "Core utilities for Python packages"
  98. name = "packaging"
  99. optional = false
  100. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*"
  101. version = "20.1"
  102. [package.dependencies]
  103. pyparsing = ">=2.0.2"
  104. six = "*"
  105. [[package]]
  106. category = "dev"
  107. description = "File system general utilities"
  108. name = "pathtools"
  109. optional = false
  110. python-versions = "*"
  111. version = "0.1.2"
  112. [[package]]
  113. category = "dev"
  114. description = "Utility that helps with local TCP ports managment. It can find an unused TCP localhost port and remember the association."
  115. name = "port-for"
  116. optional = false
  117. python-versions = "*"
  118. version = "0.3.1"
  119. [[package]]
  120. category = "main"
  121. description = "Pygments is a syntax highlighting package written in Python."
  122. name = "pygments"
  123. optional = false
  124. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
  125. version = "2.5.2"
  126. [[package]]
  127. category = "main"
  128. description = "Python parsing module"
  129. name = "pyparsing"
  130. optional = false
  131. python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*"
  132. version = "2.4.6"
  133. [[package]]
  134. category = "main"
  135. description = "World timezone definitions, modern and historical"
  136. name = "pytz"
  137. optional = false
  138. python-versions = "*"
  139. version = "2019.3"
  140. [[package]]
  141. category = "dev"
  142. description = "YAML parser and emitter for Python"
  143. name = "pyyaml"
  144. optional = false
  145. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
  146. version = "5.3"
  147. [[package]]
  148. category = "main"
  149. description = "Python HTTP for Humans."
  150. name = "requests"
  151. optional = false
  152. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*"
  153. version = "2.22.0"
  154. [package.dependencies]
  155. certifi = ">=2017.4.17"
  156. chardet = ">=3.0.2,<3.1.0"
  157. idna = ">=2.5,<2.9"
  158. urllib3 = ">=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26"
  159. [package.extras]
  160. security = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)"]
  161. socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7)", "win-inet-pton"]
  162. [[package]]
  163. category = "main"
  164. description = "Python 2 and 3 compatibility utilities"
  165. name = "six"
  166. optional = false
  167. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*"
  168. version = "1.14.0"
  169. [[package]]
  170. category = "main"
  171. description = "This package provides 26 stemmers for 25 languages generated from Snowball algorithms."
  172. name = "snowballstemmer"
  173. optional = false
  174. python-versions = "*"
  175. version = "2.0.0"
  176. [[package]]
  177. category = "main"
  178. description = "Python documentation generator"
  179. name = "sphinx"
  180. optional = false
  181. python-versions = ">=3.5"
  182. version = "2.3.1"
  183. [package.dependencies]
  184. Jinja2 = ">=2.3"
  185. Pygments = ">=2.0"
  186. alabaster = ">=0.7,<0.8"
  187. babel = ">=1.3,<2.0 || >2.0"
  188. colorama = ">=0.3.5"
  189. docutils = ">=0.12"
  190. imagesize = "*"
  191. packaging = "*"
  192. requests = ">=2.5.0"
  193. setuptools = "*"
  194. snowballstemmer = ">=1.1"
  195. sphinxcontrib-applehelp = "*"
  196. sphinxcontrib-devhelp = "*"
  197. sphinxcontrib-htmlhelp = "*"
  198. sphinxcontrib-jsmath = "*"
  199. sphinxcontrib-qthelp = "*"
  200. sphinxcontrib-serializinghtml = "*"
  201. [package.extras]
  202. docs = ["sphinxcontrib-websupport"]
  203. test = ["pytest", "pytest-cov", "html5lib", "flake8 (>=3.5.0)", "flake8-import-order", "mypy (>=0.761)", "docutils-stubs"]
  204. [[package]]
  205. category = "dev"
  206. description = "Watch a Sphinx directory and rebuild the documentation when a change is detected. Also includes a livereload enabled web server."
  207. name = "sphinx-autobuild"
  208. optional = false
  209. python-versions = "*"
  210. version = "0.7.1"
  211. [package.dependencies]
  212. PyYAML = ">=3.10"
  213. argh = ">=0.24.1"
  214. livereload = ">=2.3.0"
  215. pathtools = ">=0.1.2"
  216. port-for = "0.3.1"
  217. tornado = ">=3.2"
  218. watchdog = ">=0.7.1"
  219. [[package]]
  220. category = "main"
  221. description = "Sphinx Nameko Theme"
  222. name = "sphinx-nameko-theme"
  223. optional = false
  224. python-versions = "*"
  225. version = "0.0.3"
  226. [package.dependencies]
  227. sphinx = "*"
  228. [[package]]
  229. category = "main"
  230. description = ""
  231. name = "sphinxcontrib-applehelp"
  232. optional = false
  233. python-versions = "*"
  234. version = "1.0.1"
  235. [package.extras]
  236. test = ["pytest", "flake8", "mypy"]
  237. [[package]]
  238. category = "main"
  239. description = ""
  240. name = "sphinxcontrib-devhelp"
  241. optional = false
  242. python-versions = "*"
  243. version = "1.0.1"
  244. [package.extras]
  245. test = ["pytest", "flake8", "mypy"]
  246. [[package]]
  247. category = "main"
  248. description = ""
  249. name = "sphinxcontrib-htmlhelp"
  250. optional = false
  251. python-versions = "*"
  252. version = "1.0.2"
  253. [package.extras]
  254. test = ["pytest", "flake8", "mypy", "html5lib"]
  255. [[package]]
  256. category = "main"
  257. description = "A sphinx extension which renders display math in HTML via JavaScript"
  258. name = "sphinxcontrib-jsmath"
  259. optional = false
  260. python-versions = ">=3.5"
  261. version = "1.0.1"
  262. [package.extras]
  263. test = ["pytest", "flake8", "mypy"]
  264. [[package]]
  265. category = "main"
  266. description = ""
  267. name = "sphinxcontrib-qthelp"
  268. optional = false
  269. python-versions = "*"
  270. version = "1.0.2"
  271. [package.extras]
  272. test = ["pytest", "flake8", "mypy"]
  273. [[package]]
  274. category = "main"
  275. description = ""
  276. name = "sphinxcontrib-serializinghtml"
  277. optional = false
  278. python-versions = "*"
  279. version = "1.1.3"
  280. [package.extras]
  281. test = ["pytest", "flake8", "mypy"]
  282. [[package]]
  283. category = "dev"
  284. description = "Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed."
  285. name = "tornado"
  286. optional = false
  287. python-versions = ">= 3.5"
  288. version = "6.0.3"
  289. [[package]]
  290. category = "main"
  291. description = "HTTP library with thread-safe connection pooling, file post, and more."
  292. name = "urllib3"
  293. optional = false
  294. python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4"
  295. version = "1.25.8"
  296. [package.extras]
  297. brotli = ["brotlipy (>=0.6.0)"]
  298. secure = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)", "certifi", "ipaddress"]
  299. socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7,<2.0)"]
  300. [[package]]
  301. category = "dev"
  302. description = "Filesystem events monitoring"
  303. name = "watchdog"
  304. optional = false
  305. python-versions = "*"
  306. version = "0.9.0"
  307. [package.dependencies]
  308. PyYAML = ">=3.10"
  309. argh = ">=0.24.1"
  310. pathtools = ">=0.1.1"
  311. [metadata]
  312. content-hash = "c820527aca7b2d6a30785233df65b1f0315427538fc04f8f94b3c1668493e050"
  313. python-versions = "^3.7"
  314. [metadata.files]
  315. alabaster = [
  316. {file = "alabaster-0.7.12-py2.py3-none-any.whl", hash = "sha256:446438bdcca0e05bd45ea2de1668c1d9b032e1a9154c2c259092d77031ddd359"},
  317. {file = "alabaster-0.7.12.tar.gz", hash = "sha256:a661d72d58e6ea8a57f7a86e37d86716863ee5e92788398526d58b26a4e4dc02"},
  318. ]
  319. argh = [
  320. {file = "argh-0.26.2-py2.py3-none-any.whl", hash = "sha256:a9b3aaa1904eeb78e32394cd46c6f37ac0fb4af6dc488daa58971bdc7d7fcaf3"},
  321. {file = "argh-0.26.2.tar.gz", hash = "sha256:e9535b8c84dc9571a48999094fda7f33e63c3f1b74f3e5f3ac0105a58405bb65"},
  322. ]
  323. babel = [
  324. {file = "Babel-2.8.0-py2.py3-none-any.whl", hash = "sha256:d670ea0b10f8b723672d3a6abeb87b565b244da220d76b4dba1b66269ec152d4"},
  325. {file = "Babel-2.8.0.tar.gz", hash = "sha256:1aac2ae2d0d8ea368fa90906567f5c08463d98ade155c0c4bfedd6a0f7160e38"},
  326. ]
  327. certifi = [
  328. {file = "certifi-2019.11.28-py2.py3-none-any.whl", hash = "sha256:017c25db2a153ce562900032d5bc68e9f191e44e9a0f762f373977de9df1fbb3"},
  329. {file = "certifi-2019.11.28.tar.gz", hash = "sha256:25b64c7da4cd7479594d035c08c2d809eb4aab3a26e5a990ea98cc450c320f1f"},
  330. ]
  331. chardet = [
  332. {file = "chardet-3.0.4-py2.py3-none-any.whl", hash = "sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691"},
  333. {file = "chardet-3.0.4.tar.gz", hash = "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae"},
  334. ]
  335. colorama = [
  336. {file = "colorama-0.4.3-py2.py3-none-any.whl", hash = "sha256:7d73d2a99753107a36ac6b455ee49046802e59d9d076ef8e47b61499fa29afff"},
  337. {file = "colorama-0.4.3.tar.gz", hash = "sha256:e96da0d330793e2cb9485e9ddfd918d456036c7149416295932478192f4436a1"},
  338. ]
  339. docutils = [
  340. {file = "docutils-0.16-py2.py3-none-any.whl", hash = "sha256:0c5b78adfbf7762415433f5515cd5c9e762339e23369dbe8000d84a4bf4ab3af"},
  341. {file = "docutils-0.16.tar.gz", hash = "sha256:c2de3a60e9e7d07be26b7f2b00ca0309c207e06c100f9cc2a94931fc75a478fc"},
  342. ]
  343. idna = [
  344. {file = "idna-2.8-py2.py3-none-any.whl", hash = "sha256:ea8b7f6188e6fa117537c3df7da9fc686d485087abf6ac197f9c46432f7e4a3c"},
  345. {file = "idna-2.8.tar.gz", hash = "sha256:c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407"},
  346. ]
  347. imagesize = [
  348. {file = "imagesize-1.2.0-py2.py3-none-any.whl", hash = "sha256:6965f19a6a2039c7d48bca7dba2473069ff854c36ae6f19d2cde309d998228a1"},
  349. {file = "imagesize-1.2.0.tar.gz", hash = "sha256:b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1"},
  350. ]
  351. jinja2 = [
  352. {file = "Jinja2-2.10.3-py2.py3-none-any.whl", hash = "sha256:74320bb91f31270f9551d46522e33af46a80c3d619f4a4bf42b3164d30b5911f"},
  353. {file = "Jinja2-2.10.3.tar.gz", hash = "sha256:9fe95f19286cfefaa917656583d020be14e7859c6b0252588391e47db34527de"},
  354. ]
  355. livereload = [
  356. {file = "livereload-2.6.1-py2.py3-none-any.whl", hash = "sha256:78d55f2c268a8823ba499305dcac64e28ddeb9a92571e12d543cd304faf5817b"},
  357. {file = "livereload-2.6.1.tar.gz", hash = "sha256:89254f78d7529d7ea0a3417d224c34287ebfe266b05e67e51facaf82c27f0f66"},
  358. ]
  359. markupsafe = [
  360. {file = "MarkupSafe-1.1.1-cp27-cp27m-macosx_10_6_intel.whl", hash = "sha256:09027a7803a62ca78792ad89403b1b7a73a01c8cb65909cd876f7fcebd79b161"},
  361. {file = "MarkupSafe-1.1.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:e249096428b3ae81b08327a63a485ad0878de3fb939049038579ac0ef61e17e7"},
  362. {file = "MarkupSafe-1.1.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:500d4957e52ddc3351cabf489e79c91c17f6e0899158447047588650b5e69183"},
  363. {file = "MarkupSafe-1.1.1-cp27-cp27m-win32.whl", hash = "sha256:b2051432115498d3562c084a49bba65d97cf251f5a331c64a12ee7e04dacc51b"},
  364. {file = "MarkupSafe-1.1.1-cp27-cp27m-win_amd64.whl", hash = "sha256:98c7086708b163d425c67c7a91bad6e466bb99d797aa64f965e9d25c12111a5e"},
  365. {file = "MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:cd5df75523866410809ca100dc9681e301e3c27567cf498077e8551b6d20e42f"},
  366. {file = "MarkupSafe-1.1.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:43a55c2930bbc139570ac2452adf3d70cdbb3cfe5912c71cdce1c2c6bbd9c5d1"},
  367. {file = "MarkupSafe-1.1.1-cp34-cp34m-macosx_10_6_intel.whl", hash = "sha256:1027c282dad077d0bae18be6794e6b6b8c91d58ed8a8d89a89d59693b9131db5"},
  368. {file = "MarkupSafe-1.1.1-cp34-cp34m-manylinux1_i686.whl", hash = "sha256:62fe6c95e3ec8a7fad637b7f3d372c15ec1caa01ab47926cfdf7a75b40e0eac1"},
  369. {file = "MarkupSafe-1.1.1-cp34-cp34m-manylinux1_x86_64.whl", hash = "sha256:88e5fcfb52ee7b911e8bb6d6aa2fd21fbecc674eadd44118a9cc3863f938e735"},
  370. {file = "MarkupSafe-1.1.1-cp34-cp34m-win32.whl", hash = "sha256:ade5e387d2ad0d7ebf59146cc00c8044acbd863725f887353a10df825fc8ae21"},
  371. {file = "MarkupSafe-1.1.1-cp34-cp34m-win_amd64.whl", hash = "sha256:09c4b7f37d6c648cb13f9230d847adf22f8171b1ccc4d5682398e77f40309235"},
  372. {file = "MarkupSafe-1.1.1-cp35-cp35m-macosx_10_6_intel.whl", hash = "sha256:79855e1c5b8da654cf486b830bd42c06e8780cea587384cf6545b7d9ac013a0b"},
  373. {file = "MarkupSafe-1.1.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:c8716a48d94b06bb3b2524c2b77e055fb313aeb4ea620c8dd03a105574ba704f"},
  374. {file = "MarkupSafe-1.1.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:7c1699dfe0cf8ff607dbdcc1e9b9af1755371f92a68f706051cc8c37d447c905"},
  375. {file = "MarkupSafe-1.1.1-cp35-cp35m-win32.whl", hash = "sha256:6dd73240d2af64df90aa7c4e7481e23825ea70af4b4922f8ede5b9e35f78a3b1"},
  376. {file = "MarkupSafe-1.1.1-cp35-cp35m-win_amd64.whl", hash = "sha256:9add70b36c5666a2ed02b43b335fe19002ee5235efd4b8a89bfcf9005bebac0d"},
  377. {file = "MarkupSafe-1.1.1-cp36-cp36m-macosx_10_6_intel.whl", hash = "sha256:24982cc2533820871eba85ba648cd53d8623687ff11cbb805be4ff7b4c971aff"},
  378. {file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:00bc623926325b26bb9605ae9eae8a215691f33cae5df11ca5424f06f2d1f473"},
  379. {file = "MarkupSafe-1.1.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:717ba8fe3ae9cc0006d7c451f0bb265ee07739daf76355d06366154ee68d221e"},
  380. {file = "MarkupSafe-1.1.1-cp36-cp36m-win32.whl", hash = "sha256:535f6fc4d397c1563d08b88e485c3496cf5784e927af890fb3c3aac7f933ec66"},
  381. {file = "MarkupSafe-1.1.1-cp36-cp36m-win_amd64.whl", hash = "sha256:b1282f8c00509d99fef04d8ba936b156d419be841854fe901d8ae224c59f0be5"},
  382. {file = "MarkupSafe-1.1.1-cp37-cp37m-macosx_10_6_intel.whl", hash = "sha256:8defac2f2ccd6805ebf65f5eeb132adcf2ab57aa11fdf4c0dd5169a004710e7d"},
  383. {file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:46c99d2de99945ec5cb54f23c8cd5689f6d7177305ebff350a58ce5f8de1669e"},
  384. {file = "MarkupSafe-1.1.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:ba59edeaa2fc6114428f1637ffff42da1e311e29382d81b339c1817d37ec93c6"},
  385. {file = "MarkupSafe-1.1.1-cp37-cp37m-win32.whl", hash = "sha256:b00c1de48212e4cc9603895652c5c410df699856a2853135b3967591e4beebc2"},
  386. {file = "MarkupSafe-1.1.1-cp37-cp37m-win_amd64.whl", hash = "sha256:9bf40443012702a1d2070043cb6291650a0841ece432556f784f004937f0f32c"},
  387. {file = "MarkupSafe-1.1.1.tar.gz", hash = "sha256:29872e92839765e546828bb7754a68c418d927cd064fd4708fab9fe9c8bb116b"},
  388. ]
  389. packaging = [
  390. {file = "packaging-20.1-py2.py3-none-any.whl", hash = "sha256:170748228214b70b672c581a3dd610ee51f733018650740e98c7df862a583f73"},
  391. {file = "packaging-20.1.tar.gz", hash = "sha256:e665345f9eef0c621aa0bf2f8d78cf6d21904eef16a93f020240b704a57f1334"},
  392. ]
  393. pathtools = [
  394. {file = "pathtools-0.1.2.tar.gz", hash = "sha256:7c35c5421a39bb82e58018febd90e3b6e5db34c5443aaaf742b3f33d4655f1c0"},
  395. ]
  396. port-for = [
  397. {file = "port-for-0.3.1.tar.gz", hash = "sha256:b16a84bb29c2954db44c29be38b17c659c9c27e33918dec16b90d375cc596f1c"},
  398. ]
  399. pygments = [
  400. {file = "Pygments-2.5.2-py2.py3-none-any.whl", hash = "sha256:2a3fe295e54a20164a9df49c75fa58526d3be48e14aceba6d6b1e8ac0bfd6f1b"},
  401. {file = "Pygments-2.5.2.tar.gz", hash = "sha256:98c8aa5a9f778fcd1026a17361ddaf7330d1b7c62ae97c3bb0ae73e0b9b6b0fe"},
  402. ]
  403. pyparsing = [
  404. {file = "pyparsing-2.4.6-py2.py3-none-any.whl", hash = "sha256:c342dccb5250c08d45fd6f8b4a559613ca603b57498511740e65cd11a2e7dcec"},
  405. {file = "pyparsing-2.4.6.tar.gz", hash = "sha256:4c830582a84fb022400b85429791bc551f1f4871c33f23e44f353119e92f969f"},
  406. ]
  407. pytz = [
  408. {file = "pytz-2019.3-py2.py3-none-any.whl", hash = "sha256:1c557d7d0e871de1f5ccd5833f60fb2550652da6be2693c1e02300743d21500d"},
  409. {file = "pytz-2019.3.tar.gz", hash = "sha256:b02c06db6cf09c12dd25137e563b31700d3b80fcc4ad23abb7a315f2789819be"},
  410. ]
  411. pyyaml = [
  412. {file = "PyYAML-5.3-cp27-cp27m-win32.whl", hash = "sha256:940532b111b1952befd7db542c370887a8611660d2b9becff75d39355303d82d"},
  413. {file = "PyYAML-5.3-cp27-cp27m-win_amd64.whl", hash = "sha256:059b2ee3194d718896c0ad077dd8c043e5e909d9180f387ce42012662a4946d6"},
  414. {file = "PyYAML-5.3-cp35-cp35m-win32.whl", hash = "sha256:4fee71aa5bc6ed9d5f116327c04273e25ae31a3020386916905767ec4fc5317e"},
  415. {file = "PyYAML-5.3-cp35-cp35m-win_amd64.whl", hash = "sha256:dbbb2379c19ed6042e8f11f2a2c66d39cceb8aeace421bfc29d085d93eda3689"},
  416. {file = "PyYAML-5.3-cp36-cp36m-win32.whl", hash = "sha256:e3a057b7a64f1222b56e47bcff5e4b94c4f61faac04c7c4ecb1985e18caa3994"},
  417. {file = "PyYAML-5.3-cp36-cp36m-win_amd64.whl", hash = "sha256:74782fbd4d4f87ff04159e986886931456a1894c61229be9eaf4de6f6e44b99e"},
  418. {file = "PyYAML-5.3-cp37-cp37m-win32.whl", hash = "sha256:24521fa2890642614558b492b473bee0ac1f8057a7263156b02e8b14c88ce6f5"},
  419. {file = "PyYAML-5.3-cp37-cp37m-win_amd64.whl", hash = "sha256:1cf708e2ac57f3aabc87405f04b86354f66799c8e62c28c5fc5f88b5521b2dbf"},
  420. {file = "PyYAML-5.3-cp38-cp38-win32.whl", hash = "sha256:70024e02197337533eef7b85b068212420f950319cc8c580261963aefc75f811"},
  421. {file = "PyYAML-5.3-cp38-cp38-win_amd64.whl", hash = "sha256:cb1f2f5e426dc9f07a7681419fe39cee823bb74f723f36f70399123f439e9b20"},
  422. {file = "PyYAML-5.3.tar.gz", hash = "sha256:e9f45bd5b92c7974e59bcd2dcc8631a6b6cc380a904725fce7bc08872e691615"},
  423. ]
  424. requests = [
  425. {file = "requests-2.22.0-py2.py3-none-any.whl", hash = "sha256:9cf5292fcd0f598c671cfc1e0d7d1a7f13bb8085e9a590f48c010551dc6c4b31"},
  426. {file = "requests-2.22.0.tar.gz", hash = "sha256:11e007a8a2aa0323f5a921e9e6a2d7e4e67d9877e85773fba9ba6419025cbeb4"},
  427. ]
  428. six = [
  429. {file = "six-1.14.0-py2.py3-none-any.whl", hash = "sha256:8f3cd2e254d8f793e7f3d6d9df77b92252b52637291d0f0da013c76ea2724b6c"},
  430. {file = "six-1.14.0.tar.gz", hash = "sha256:236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a"},
  431. ]
  432. snowballstemmer = [
  433. {file = "snowballstemmer-2.0.0-py2.py3-none-any.whl", hash = "sha256:209f257d7533fdb3cb73bdbd24f436239ca3b2fa67d56f6ff88e86be08cc5ef0"},
  434. {file = "snowballstemmer-2.0.0.tar.gz", hash = "sha256:df3bac3df4c2c01363f3dd2cfa78cce2840a79b9f1c2d2de9ce8d31683992f52"},
  435. ]
  436. sphinx = [
  437. {file = "Sphinx-2.3.1-py3-none-any.whl", hash = "sha256:298537cb3234578b2d954ff18c5608468229e116a9757af3b831c2b2b4819159"},
  438. {file = "Sphinx-2.3.1.tar.gz", hash = "sha256:e6e766b74f85f37a5f3e0773a1e1be8db3fcb799deb58ca6d18b70b0b44542a5"},
  439. ]
  440. sphinx-autobuild = [
  441. {file = "sphinx-autobuild-0.7.1.tar.gz", hash = "sha256:66388f81884666e3821edbe05dd53a0cfb68093873d17320d0610de8db28c74e"},
  442. {file = "sphinx_autobuild-0.7.1-py2-none-any.whl", hash = "sha256:e60aea0789cab02fa32ee63c7acae5ef41c06f1434d9fd0a74250a61f5994692"},
  443. ]
  444. sphinx-nameko-theme = [
  445. {file = "sphinx-nameko-theme-0.0.3.tar.gz", hash = "sha256:eb22f68a60b6e7d9ba49a54860eab81e491e38399bcbb760675db54cb9a7acf3"},
  446. ]
  447. sphinxcontrib-applehelp = [
  448. {file = "sphinxcontrib-applehelp-1.0.1.tar.gz", hash = "sha256:edaa0ab2b2bc74403149cb0209d6775c96de797dfd5b5e2a71981309efab3897"},
  449. {file = "sphinxcontrib_applehelp-1.0.1-py2.py3-none-any.whl", hash = "sha256:fb8dee85af95e5c30c91f10e7eb3c8967308518e0f7488a2828ef7bc191d0d5d"},
  450. ]
  451. sphinxcontrib-devhelp = [
  452. {file = "sphinxcontrib-devhelp-1.0.1.tar.gz", hash = "sha256:6c64b077937330a9128a4da74586e8c2130262f014689b4b89e2d08ee7294a34"},
  453. {file = "sphinxcontrib_devhelp-1.0.1-py2.py3-none-any.whl", hash = "sha256:9512ecb00a2b0821a146736b39f7aeb90759834b07e81e8cc23a9c70bacb9981"},
  454. ]
  455. sphinxcontrib-htmlhelp = [
  456. {file = "sphinxcontrib-htmlhelp-1.0.2.tar.gz", hash = "sha256:4670f99f8951bd78cd4ad2ab962f798f5618b17675c35c5ac3b2132a14ea8422"},
  457. {file = "sphinxcontrib_htmlhelp-1.0.2-py2.py3-none-any.whl", hash = "sha256:d4fd39a65a625c9df86d7fa8a2d9f3cd8299a3a4b15db63b50aac9e161d8eff7"},
  458. ]
  459. sphinxcontrib-jsmath = [
  460. {file = "sphinxcontrib-jsmath-1.0.1.tar.gz", hash = "sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8"},
  461. {file = "sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl", hash = "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178"},
  462. ]
  463. sphinxcontrib-qthelp = [
  464. {file = "sphinxcontrib-qthelp-1.0.2.tar.gz", hash = "sha256:79465ce11ae5694ff165becda529a600c754f4bc459778778c7017374d4d406f"},
  465. {file = "sphinxcontrib_qthelp-1.0.2-py2.py3-none-any.whl", hash = "sha256:513049b93031beb1f57d4daea74068a4feb77aa5630f856fcff2e50de14e9a20"},
  466. ]
  467. sphinxcontrib-serializinghtml = [
  468. {file = "sphinxcontrib-serializinghtml-1.1.3.tar.gz", hash = "sha256:c0efb33f8052c04fd7a26c0a07f1678e8512e0faec19f4aa8f2473a8b81d5227"},
  469. {file = "sphinxcontrib_serializinghtml-1.1.3-py2.py3-none-any.whl", hash = "sha256:db6615af393650bf1151a6cd39120c29abaf93cc60db8c48eb2dddbfdc3a9768"},
  470. ]
  471. tornado = [
  472. {file = "tornado-6.0.3-cp35-cp35m-win32.whl", hash = "sha256:c9399267c926a4e7c418baa5cbe91c7d1cf362d505a1ef898fde44a07c9dd8a5"},
  473. {file = "tornado-6.0.3-cp35-cp35m-win_amd64.whl", hash = "sha256:398e0d35e086ba38a0427c3b37f4337327231942e731edaa6e9fd1865bbd6f60"},
  474. {file = "tornado-6.0.3-cp36-cp36m-win32.whl", hash = "sha256:4e73ef678b1a859f0cb29e1d895526a20ea64b5ffd510a2307b5998c7df24281"},
  475. {file = "tornado-6.0.3-cp36-cp36m-win_amd64.whl", hash = "sha256:349884248c36801afa19e342a77cc4458caca694b0eda633f5878e458a44cb2c"},
  476. {file = "tornado-6.0.3-cp37-cp37m-win32.whl", hash = "sha256:559bce3d31484b665259f50cd94c5c28b961b09315ccd838f284687245f416e5"},
  477. {file = "tornado-6.0.3-cp37-cp37m-win_amd64.whl", hash = "sha256:abbe53a39734ef4aba061fca54e30c6b4639d3e1f59653f0da37a0003de148c7"},
  478. {file = "tornado-6.0.3.tar.gz", hash = "sha256:c845db36ba616912074c5b1ee897f8e0124df269468f25e4fe21fe72f6edd7a9"},
  479. ]
  480. urllib3 = [
  481. {file = "urllib3-1.25.8-py2.py3-none-any.whl", hash = "sha256:2f3db8b19923a873b3e5256dc9c2dedfa883e33d87c690d9c7913e1f40673cdc"},
  482. {file = "urllib3-1.25.8.tar.gz", hash = "sha256:87716c2d2a7121198ebcb7ce7cccf6ce5e9ba539041cfbaeecfb641dc0bf6acc"},
  483. ]
  484. watchdog = [
  485. {file = "watchdog-0.9.0.tar.gz", hash = "sha256:965f658d0732de3188211932aeb0bb457587f04f63ab4c1e33eab878e9de961d"},
  486. ]