リビジョン | 80633297ff736b327cdd834e1fb2a6421b8068b2 (tree) |
---|---|
日時 | 2020-03-10 23:04:49 |
作者 | ![]() |
コミッター | H. Turgut Uyar |
Update clastic and dev dependencies
@@ -17,6 +17,7 @@ | ||
17 | 17 | [[package]] |
18 | 18 | category = "dev" |
19 | 19 | description = "Atomic file writes." |
20 | +marker = "sys_platform == \"win32\"" | |
20 | 21 | name = "atomicwrites" |
21 | 22 | optional = false |
22 | 23 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
@@ -42,7 +43,7 @@ | ||
42 | 43 | name = "babel" |
43 | 44 | optional = false |
44 | 45 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
45 | -version = "2.7.0" | |
46 | +version = "2.8.0" | |
46 | 47 | |
47 | 48 | [package.dependencies] |
48 | 49 | pytz = ">=2015.7" |
@@ -53,7 +54,7 @@ | ||
53 | 54 | name = "beautifulsoup4" |
54 | 55 | optional = false |
55 | 56 | python-versions = "*" |
56 | -version = "4.8.1" | |
57 | +version = "4.8.2" | |
57 | 58 | |
58 | 59 | [package.dependencies] |
59 | 60 | soupsieve = ">=1.2" |
@@ -68,7 +69,7 @@ | ||
68 | 69 | name = "boltons" |
69 | 70 | optional = false |
70 | 71 | python-versions = "*" |
71 | -version = "19.3.0" | |
72 | +version = "20.0.0" | |
72 | 73 | |
73 | 74 | [[package]] |
74 | 75 | category = "dev" |
@@ -76,7 +77,7 @@ | ||
76 | 77 | name = "certifi" |
77 | 78 | optional = false |
78 | 79 | python-versions = "*" |
79 | -version = "2019.9.11" | |
80 | +version = "2019.11.28" | |
80 | 81 | |
81 | 82 | [[package]] |
82 | 83 | category = "main" |
@@ -100,42 +101,42 @@ | ||
100 | 101 | name = "clastic" |
101 | 102 | optional = false |
102 | 103 | python-versions = "*" |
103 | -version = "19.0.1.dev0" | |
104 | +version = "20.0.0" | |
104 | 105 | |
105 | 106 | [package.dependencies] |
106 | -Werkzeug = "0.14.1" | |
107 | +Werkzeug = ">=1.0.0" | |
107 | 108 | ashes = "*" |
108 | 109 | boltons = ">=18.0.0" |
109 | 110 | glom = "*" |
111 | +secure-cookie = "*" | |
110 | 112 | |
111 | -[package.source] | |
112 | -reference = "a52529a8adee071d7cc280f5ec221d83438e0052" | |
113 | -type = "git" | |
114 | -url = "https://github.com/mahmoud/clastic.git" | |
115 | 113 | [[package]] |
116 | 114 | category = "dev" |
117 | 115 | description = "Cross-platform colored terminal text." |
118 | 116 | marker = "sys_platform == \"win32\"" |
119 | 117 | name = "colorama" |
120 | 118 | optional = false |
121 | -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" | |
122 | -version = "0.4.1" | |
119 | +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" | |
120 | +version = "0.4.3" | |
123 | 121 | |
124 | 122 | [[package]] |
125 | 123 | category = "dev" |
126 | 124 | description = "Code coverage measurement for Python" |
127 | 125 | name = "coverage" |
128 | 126 | optional = false |
129 | -python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*, <4" | |
130 | -version = "4.5.4" | |
127 | +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4" | |
128 | +version = "5.0.3" | |
129 | + | |
130 | +[package.extras] | |
131 | +toml = ["toml"] | |
131 | 132 | |
132 | 133 | [[package]] |
133 | 134 | category = "dev" |
134 | 135 | description = "Docutils -- Python Documentation Utilities" |
135 | 136 | name = "docutils" |
136 | 137 | optional = false |
137 | -python-versions = "*" | |
138 | -version = "0.14" | |
138 | +python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" | |
139 | +version = "0.15.2" | |
139 | 140 | |
140 | 141 | [[package]] |
141 | 142 | category = "dev" |
@@ -147,14 +148,14 @@ | ||
147 | 148 | |
148 | 149 | [[package]] |
149 | 150 | category = "main" |
150 | -description = "A command-line interface parser and framework, friendly for users, full-featured for developers." | |
151 | +description = "A command-line application framework (and CLI parser). Friendly for users, full-featured for developers." | |
151 | 152 | name = "face" |
152 | 153 | optional = false |
153 | 154 | python-versions = "*" |
154 | -version = "19.1.2" | |
155 | +version = "20.1.1" | |
155 | 156 | |
156 | 157 | [package.dependencies] |
157 | -boltons = "*" | |
158 | +boltons = ">=20.0.0" | |
158 | 159 | |
159 | 160 | [[package]] |
160 | 161 | category = "dev" |
@@ -188,13 +189,16 @@ | ||
188 | 189 | name = "flake8-isort" |
189 | 190 | optional = false |
190 | 191 | python-versions = "*" |
191 | -version = "2.7.0" | |
192 | +version = "2.8.0" | |
192 | 193 | |
193 | 194 | [package.dependencies] |
194 | 195 | flake8 = ">=3.2.1" |
195 | -isort = ">=4.3.0" | |
196 | 196 | testfixtures = "*" |
197 | 197 | |
198 | +[package.dependencies.isort] | |
199 | +extras = ["pyproject"] | |
200 | +version = ">=4.3.0" | |
201 | + | |
198 | 202 | [package.extras] |
199 | 203 | test = ["pytest"] |
200 | 204 |
@@ -220,7 +224,7 @@ | ||
220 | 224 | name = "idna" |
221 | 225 | optional = false |
222 | 226 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
223 | -version = "2.8" | |
227 | +version = "2.9" | |
224 | 228 | |
225 | 229 | [[package]] |
226 | 230 | category = "dev" |
@@ -228,7 +232,7 @@ | ||
228 | 232 | name = "imagesize" |
229 | 233 | optional = false |
230 | 234 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
231 | -version = "1.1.0" | |
235 | +version = "1.2.0" | |
232 | 236 | |
233 | 237 | [[package]] |
234 | 238 | category = "dev" |
@@ -236,8 +240,8 @@ | ||
236 | 240 | marker = "python_version < \"3.8\"" |
237 | 241 | name = "importlib-metadata" |
238 | 242 | optional = false |
239 | -python-versions = ">=2.7,!=3.0,!=3.1,!=3.2,!=3.3" | |
240 | -version = "0.23" | |
243 | +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" | |
244 | +version = "1.5.0" | |
241 | 245 | |
242 | 246 | [package.dependencies] |
243 | 247 | zipp = ">=0.5" |
@@ -254,6 +258,11 @@ | ||
254 | 258 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
255 | 259 | version = "4.3.21" |
256 | 260 | |
261 | +[package.dependencies] | |
262 | +[package.dependencies.toml] | |
263 | +optional = true | |
264 | +version = "*" | |
265 | + | |
257 | 266 | [package.extras] |
258 | 267 | pipfile = ["pipreqs", "requirementslib"] |
259 | 268 | pyproject = ["toml"] |
@@ -265,8 +274,8 @@ | ||
265 | 274 | description = "A very fast and expressive template engine." |
266 | 275 | name = "jinja2" |
267 | 276 | optional = false |
268 | -python-versions = "*" | |
269 | -version = "2.10.3" | |
277 | +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" | |
278 | +version = "2.11.1" | |
270 | 279 | |
271 | 280 | [package.dependencies] |
272 | 281 | MarkupSafe = ">=0.23" |
@@ -280,7 +289,7 @@ | ||
280 | 289 | name = "lxml" |
281 | 290 | optional = false |
282 | 291 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, != 3.4.*" |
283 | -version = "4.4.1" | |
292 | +version = "4.5.0" | |
284 | 293 | |
285 | 294 | [package.extras] |
286 | 295 | cssselect = ["cssselect (>=0.7)"] |
@@ -309,8 +318,8 @@ | ||
309 | 318 | description = "More routines for operating on iterables, beyond itertools" |
310 | 319 | name = "more-itertools" |
311 | 320 | optional = false |
312 | -python-versions = ">=3.4" | |
313 | -version = "7.2.0" | |
321 | +python-versions = ">=3.5" | |
322 | +version = "8.2.0" | |
314 | 323 | |
315 | 324 | [[package]] |
316 | 325 | category = "dev" |
@@ -318,25 +327,13 @@ | ||
318 | 327 | name = "packaging" |
319 | 328 | optional = false |
320 | 329 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
321 | -version = "19.2" | |
330 | +version = "20.3" | |
322 | 331 | |
323 | 332 | [package.dependencies] |
324 | 333 | pyparsing = ">=2.0.2" |
325 | 334 | six = "*" |
326 | 335 | |
327 | 336 | [[package]] |
328 | -category = "dev" | |
329 | -description = "Object-oriented filesystem paths" | |
330 | -marker = "python_version < \"3.6\"" | |
331 | -name = "pathlib2" | |
332 | -optional = false | |
333 | -python-versions = "*" | |
334 | -version = "2.3.5" | |
335 | - | |
336 | -[package.dependencies] | |
337 | -six = "*" | |
338 | - | |
339 | -[[package]] | |
340 | 337 | category = "main" |
341 | 338 | description = "String with path operations." |
342 | 339 | name = "pathstring" |
@@ -350,7 +347,7 @@ | ||
350 | 347 | name = "pluggy" |
351 | 348 | optional = false |
352 | 349 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
353 | -version = "0.13.0" | |
350 | +version = "0.13.1" | |
354 | 351 | |
355 | 352 | [package.dependencies] |
356 | 353 | [package.dependencies.importlib-metadata] |
@@ -366,7 +363,7 @@ | ||
366 | 363 | name = "py" |
367 | 364 | optional = false |
368 | 365 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
369 | -version = "1.8.0" | |
366 | +version = "1.8.1" | |
370 | 367 | |
371 | 368 | [[package]] |
372 | 369 | category = "dev" |
@@ -381,8 +378,8 @@ | ||
381 | 378 | description = "Python docstring style checker" |
382 | 379 | name = "pydocstyle" |
383 | 380 | optional = false |
384 | -python-versions = ">=3.4" | |
385 | -version = "4.0.1" | |
381 | +python-versions = ">=3.5" | |
382 | +version = "5.0.2" | |
386 | 383 | |
387 | 384 | [package.dependencies] |
388 | 385 | snowballstemmer = "*" |
@@ -401,18 +398,18 @@ | ||
401 | 398 | name = "pygenstub" |
402 | 399 | optional = false |
403 | 400 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*" |
404 | -version = "1.4.0" | |
401 | +version = "1.4.1" | |
405 | 402 | |
406 | 403 | [package.dependencies] |
407 | -docutils = ">=0.14,<0.15" | |
404 | +docutils = ">=0.15.2,<0.16.0" | |
408 | 405 | |
409 | 406 | [[package]] |
410 | 407 | category = "dev" |
411 | 408 | description = "Pygments is a syntax highlighting package written in Python." |
412 | 409 | name = "pygments" |
413 | 410 | optional = false |
414 | -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" | |
415 | -version = "2.4.2" | |
411 | +python-versions = ">=3.5" | |
412 | +version = "2.6.1" | |
416 | 413 | |
417 | 414 | [[package]] |
418 | 415 | category = "dev" |
@@ -420,7 +417,7 @@ | ||
420 | 417 | name = "pyparsing" |
421 | 418 | optional = false |
422 | 419 | python-versions = ">=2.6, !=3.0.*, !=3.1.*, !=3.2.*" |
423 | -version = "2.4.4" | |
420 | +version = "2.4.6" | |
424 | 421 | |
425 | 422 | [[package]] |
426 | 423 | category = "dev" |
@@ -428,7 +425,7 @@ | ||
428 | 425 | name = "pytest" |
429 | 426 | optional = false |
430 | 427 | python-versions = ">=3.5" |
431 | -version = "5.2.2" | |
428 | +version = "5.3.5" | |
432 | 429 | |
433 | 430 | [package.dependencies] |
434 | 431 | atomicwrites = ">=1.0" |
@@ -444,11 +441,8 @@ | ||
444 | 441 | python = "<3.8" |
445 | 442 | version = ">=0.12" |
446 | 443 | |
447 | -[package.dependencies.pathlib2] | |
448 | -python = "<3.6" | |
449 | -version = ">=2.2.0" | |
450 | - | |
451 | 444 | [package.extras] |
445 | +checkqa-mypy = ["mypy (v0.761)"] | |
452 | 446 | testing = ["argcomplete", "hypothesis (>=3.56)", "mock", "nose", "requests", "xmlschema"] |
453 | 447 | |
454 | 448 | [[package]] |
@@ -480,25 +474,36 @@ | ||
480 | 474 | name = "requests" |
481 | 475 | optional = false |
482 | 476 | python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" |
483 | -version = "2.22.0" | |
477 | +version = "2.23.0" | |
484 | 478 | |
485 | 479 | [package.dependencies] |
486 | 480 | certifi = ">=2017.4.17" |
487 | -chardet = ">=3.0.2,<3.1.0" | |
488 | -idna = ">=2.5,<2.9" | |
481 | +chardet = ">=3.0.2,<4" | |
482 | +idna = ">=2.5,<3" | |
489 | 483 | urllib3 = ">=1.21.1,<1.25.0 || >1.25.0,<1.25.1 || >1.25.1,<1.26" |
490 | 484 | |
491 | 485 | [package.extras] |
492 | -security = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)", "idna (>=2.0.0)"] | |
486 | +security = ["pyOpenSSL (>=0.14)", "cryptography (>=1.3.4)"] | |
493 | 487 | socks = ["PySocks (>=1.5.6,<1.5.7 || >1.5.7)", "win-inet-pton"] |
494 | 488 | |
495 | 489 | [[package]] |
490 | +category = "main" | |
491 | +description = "Secure cookie and session interface for WSGI applications." | |
492 | +name = "secure-cookie" | |
493 | +optional = false | |
494 | +python-versions = "!=3.0.*,!=3.1.*,!=3.2.*,!=3.3.*,!=3.4.*,>=2.7" | |
495 | +version = "0.1.0" | |
496 | + | |
497 | +[package.dependencies] | |
498 | +Werkzeug = ">0.15" | |
499 | + | |
500 | +[[package]] | |
496 | 501 | category = "dev" |
497 | 502 | description = "Python 2 and 3 compatibility utilities" |
498 | 503 | name = "six" |
499 | 504 | optional = false |
500 | -python-versions = ">=2.6, !=3.0.*, !=3.1.*" | |
501 | -version = "1.13.0" | |
505 | +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*" | |
506 | +version = "1.14.0" | |
502 | 507 | |
503 | 508 | [[package]] |
504 | 509 | category = "dev" |
@@ -513,8 +518,8 @@ | ||
513 | 518 | description = "A modern CSS selector implementation for Beautiful Soup." |
514 | 519 | name = "soupsieve" |
515 | 520 | optional = false |
516 | -python-versions = "*" | |
517 | -version = "1.9.5" | |
521 | +python-versions = ">=3.5" | |
522 | +version = "2.0" | |
518 | 523 | |
519 | 524 | [[package]] |
520 | 525 | category = "dev" |
@@ -522,7 +527,7 @@ | ||
522 | 527 | name = "sphinx" |
523 | 528 | optional = false |
524 | 529 | python-versions = ">=3.5" |
525 | -version = "2.2.1" | |
530 | +version = "2.4.4" | |
526 | 531 | |
527 | 532 | [package.dependencies] |
528 | 533 | Jinja2 = ">=2.3" |
@@ -545,7 +550,7 @@ | ||
545 | 550 | |
546 | 551 | [package.extras] |
547 | 552 | docs = ["sphinxcontrib-websupport"] |
548 | -test = ["pytest", "pytest-cov", "html5lib", "flake8 (>=3.5.0)", "flake8-import-order", "mypy (>=0.740)", "docutils-stubs"] | |
553 | +test = ["pytest (<5.3.3)", "pytest-cov", "html5lib", "flake8 (>=3.5.0)", "flake8-import-order", "mypy (>=0.761)", "docutils-stubs"] | |
549 | 554 | |
550 | 555 | [[package]] |
551 | 556 | category = "dev" |
@@ -560,36 +565,39 @@ | ||
560 | 565 | |
561 | 566 | [[package]] |
562 | 567 | category = "dev" |
563 | -description = "" | |
568 | +description = "sphinxcontrib-applehelp is a sphinx extension which outputs Apple help books" | |
564 | 569 | name = "sphinxcontrib-applehelp" |
565 | 570 | optional = false |
566 | -python-versions = "*" | |
567 | -version = "1.0.1" | |
571 | +python-versions = ">=3.5" | |
572 | +version = "1.0.2" | |
568 | 573 | |
569 | 574 | [package.extras] |
570 | -test = ["pytest", "flake8", "mypy"] | |
575 | +lint = ["flake8", "mypy", "docutils-stubs"] | |
576 | +test = ["pytest"] | |
571 | 577 | |
572 | 578 | [[package]] |
573 | 579 | category = "dev" |
574 | -description = "" | |
580 | +description = "sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp document." | |
575 | 581 | name = "sphinxcontrib-devhelp" |
576 | 582 | optional = false |
577 | -python-versions = "*" | |
578 | -version = "1.0.1" | |
583 | +python-versions = ">=3.5" | |
584 | +version = "1.0.2" | |
579 | 585 | |
580 | 586 | [package.extras] |
581 | -test = ["pytest", "flake8", "mypy"] | |
587 | +lint = ["flake8", "mypy", "docutils-stubs"] | |
588 | +test = ["pytest"] | |
582 | 589 | |
583 | 590 | [[package]] |
584 | 591 | category = "dev" |
585 | -description = "" | |
592 | +description = "sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files" | |
586 | 593 | name = "sphinxcontrib-htmlhelp" |
587 | 594 | optional = false |
588 | -python-versions = "*" | |
589 | -version = "1.0.2" | |
595 | +python-versions = ">=3.5" | |
596 | +version = "1.0.3" | |
590 | 597 | |
591 | 598 | [package.extras] |
592 | -test = ["pytest", "flake8", "mypy", "html5lib"] | |
599 | +lint = ["flake8", "mypy", "docutils-stubs"] | |
600 | +test = ["pytest", "html5lib"] | |
593 | 601 | |
594 | 602 | [[package]] |
595 | 603 | category = "dev" |
@@ -604,25 +612,27 @@ | ||
604 | 612 | |
605 | 613 | [[package]] |
606 | 614 | category = "dev" |
607 | -description = "" | |
615 | +description = "sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp document." | |
608 | 616 | name = "sphinxcontrib-qthelp" |
609 | 617 | optional = false |
610 | -python-versions = "*" | |
611 | -version = "1.0.2" | |
618 | +python-versions = ">=3.5" | |
619 | +version = "1.0.3" | |
612 | 620 | |
613 | 621 | [package.extras] |
614 | -test = ["pytest", "flake8", "mypy"] | |
622 | +lint = ["flake8", "mypy", "docutils-stubs"] | |
623 | +test = ["pytest"] | |
615 | 624 | |
616 | 625 | [[package]] |
617 | 626 | category = "dev" |
618 | -description = "" | |
627 | +description = "sphinxcontrib-serializinghtml is a sphinx extension which outputs \"serialized\" HTML files (json and pickle)." | |
619 | 628 | name = "sphinxcontrib-serializinghtml" |
620 | 629 | optional = false |
621 | -python-versions = "*" | |
622 | -version = "1.1.3" | |
630 | +python-versions = ">=3.5" | |
631 | +version = "1.1.4" | |
623 | 632 | |
624 | 633 | [package.extras] |
625 | -test = ["pytest", "flake8", "mypy"] | |
634 | +lint = ["flake8", "mypy", "docutils-stubs"] | |
635 | +test = ["pytest"] | |
626 | 636 | |
627 | 637 | [[package]] |
628 | 638 | category = "dev" |
@@ -630,20 +640,28 @@ | ||
630 | 640 | name = "testfixtures" |
631 | 641 | optional = false |
632 | 642 | python-versions = "*" |
633 | -version = "6.10.1" | |
643 | +version = "6.14.0" | |
634 | 644 | |
635 | 645 | [package.extras] |
636 | 646 | build = ["setuptools-git", "wheel", "twine"] |
637 | -docs = ["sphinx"] | |
638 | -test = ["pytest (>=3.6)", "pytest-cov", "pytest-django", "sybil", "zope.component", "twisted", "mock", "django (<2)", "django"] | |
647 | +docs = ["sphinx", "zope.component", "sybil", "twisted", "mock", "django (<2)", "django"] | |
648 | +test = ["pytest (>=3.6)", "pytest-cov", "pytest-django", "zope.component", "sybil", "twisted", "mock", "django (<2)", "django"] | |
649 | + | |
650 | +[[package]] | |
651 | +category = "dev" | |
652 | +description = "Python Library for Tom's Obvious, Minimal Language" | |
653 | +name = "toml" | |
654 | +optional = false | |
655 | +python-versions = "*" | |
656 | +version = "0.10.0" | |
639 | 657 | |
640 | 658 | [[package]] |
641 | 659 | category = "dev" |
642 | 660 | description = "HTTP library with thread-safe connection pooling, file post, and more." |
643 | 661 | name = "urllib3" |
644 | 662 | optional = false |
645 | -python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, <4" | |
646 | -version = "1.25.6" | |
663 | +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*, <4" | |
664 | +version = "1.25.8" | |
647 | 665 | |
648 | 666 | [package.extras] |
649 | 667 | brotli = ["brotlipy (>=0.6.0)"] |
@@ -656,11 +674,11 @@ | ||
656 | 674 | name = "waitress" |
657 | 675 | optional = false |
658 | 676 | python-versions = "*" |
659 | -version = "1.3.1" | |
677 | +version = "1.4.3" | |
660 | 678 | |
661 | 679 | [package.extras] |
662 | 680 | docs = ["Sphinx (>=1.8.1)", "docutils", "pylons-sphinx-themes (>=1.0.9)"] |
663 | -testing = ["nose", "coverage"] | |
681 | +testing = ["nose", "coverage (>=5.0)"] | |
664 | 682 | |
665 | 683 | [[package]] |
666 | 684 | category = "dev" |
@@ -668,7 +686,7 @@ | ||
668 | 686 | name = "wcwidth" |
669 | 687 | optional = false |
670 | 688 | python-versions = "*" |
671 | -version = "0.1.7" | |
689 | +version = "0.1.8" | |
672 | 690 | |
673 | 691 | [[package]] |
674 | 692 | category = "dev" |
@@ -676,7 +694,7 @@ | ||
676 | 694 | name = "webob" |
677 | 695 | optional = false |
678 | 696 | python-versions = ">=2.7,!=3.0.*,!=3.1.*,!=3.2.*" |
679 | -version = "1.8.5" | |
697 | +version = "1.8.6" | |
680 | 698 | |
681 | 699 | [package.extras] |
682 | 700 | docs = ["Sphinx (>=1.7.5)", "pylons-sphinx-themes"] |
@@ -688,7 +706,7 @@ | ||
688 | 706 | name = "webtest" |
689 | 707 | optional = false |
690 | 708 | python-versions = "*" |
691 | -version = "2.0.33" | |
709 | +version = "2.0.34" | |
692 | 710 | |
693 | 711 | [package.dependencies] |
694 | 712 | WebOb = ">=1.2" |
@@ -705,12 +723,11 @@ | ||
705 | 723 | description = "The comprehensive WSGI web application library." |
706 | 724 | name = "werkzeug" |
707 | 725 | optional = false |
708 | -python-versions = "*" | |
709 | -version = "0.14.1" | |
726 | +python-versions = ">=2.7, !=3.0.*, !=3.1.*, !=3.2.*, !=3.3.*, !=3.4.*" | |
727 | +version = "1.0.0" | |
710 | 728 | |
711 | 729 | [package.extras] |
712 | -dev = ["coverage", "pytest", "sphinx", "tox"] | |
713 | -termcolor = ["termcolor"] | |
730 | +dev = ["pytest", "coverage", "tox", "sphinx", "pallets-sphinx-themes", "sphinx-issues"] | |
714 | 731 | watchdog = ["watchdog"] |
715 | 732 | |
716 | 733 | [[package]] |
@@ -719,19 +736,16 @@ | ||
719 | 736 | marker = "python_version < \"3.8\"" |
720 | 737 | name = "zipp" |
721 | 738 | optional = false |
722 | -python-versions = ">=2.7" | |
723 | -version = "0.6.0" | |
724 | - | |
725 | -[package.dependencies] | |
726 | -more-itertools = "*" | |
739 | +python-versions = ">=3.6" | |
740 | +version = "3.1.0" | |
727 | 741 | |
728 | 742 | [package.extras] |
729 | 743 | docs = ["sphinx", "jaraco.packaging (>=3.2)", "rst.linker (>=1.9)"] |
730 | -testing = ["pathlib2", "contextlib2", "unittest2"] | |
744 | +testing = ["jaraco.itertools", "func-timeout"] | |
731 | 745 | |
732 | 746 | [metadata] |
733 | -content-hash = "c07799bdb82fd3ad0b1945cad8bb3347d349336709379397ba1687d7ba991314" | |
734 | -python-versions = "^3.5" | |
747 | +content-hash = "b5458c8479ceb0cd8331c3f2d3ab1b96c7644750e627d5ffa49fb9d400744c38" | |
748 | +python-versions = "^3.6" | |
735 | 749 | |
736 | 750 | [metadata.files] |
737 | 751 | alabaster = [ |
@@ -751,21 +765,21 @@ | ||
751 | 765 | {file = "attrs-19.3.0.tar.gz", hash = "sha256:f7b7ce16570fe9965acd6d30101a28f62fb4a7f9e926b3bbc9b61f8b04247e72"}, |
752 | 766 | ] |
753 | 767 | babel = [ |
754 | - {file = "Babel-2.7.0-py2.py3-none-any.whl", hash = "sha256:af92e6106cb7c55286b25b38ad7695f8b4efb36a90ba483d7f7a6628c46158ab"}, | |
755 | - {file = "Babel-2.7.0.tar.gz", hash = "sha256:e86135ae101e31e2c8ec20a4e0c5220f4eed12487d5cf3f78be7e98d3a57fc28"}, | |
768 | + {file = "Babel-2.8.0-py2.py3-none-any.whl", hash = "sha256:d670ea0b10f8b723672d3a6abeb87b565b244da220d76b4dba1b66269ec152d4"}, | |
769 | + {file = "Babel-2.8.0.tar.gz", hash = "sha256:1aac2ae2d0d8ea368fa90906567f5c08463d98ade155c0c4bfedd6a0f7160e38"}, | |
756 | 770 | ] |
757 | 771 | beautifulsoup4 = [ |
758 | - {file = "beautifulsoup4-4.8.1-py2-none-any.whl", hash = "sha256:5279c36b4b2ec2cb4298d723791467e3000e5384a43ea0cdf5d45207c7e97169"}, | |
759 | - {file = "beautifulsoup4-4.8.1-py3-none-any.whl", hash = "sha256:dcdef580e18a76d54002088602eba453eec38ebbcafafeaabd8cab12b6155d57"}, | |
760 | - {file = "beautifulsoup4-4.8.1.tar.gz", hash = "sha256:6135db2ba678168c07950f9a16c4031822c6f4aec75a65e0a97bc5ca09789931"}, | |
772 | + {file = "beautifulsoup4-4.8.2-py2-none-any.whl", hash = "sha256:e1505eeed31b0f4ce2dbb3bc8eb256c04cc2b3b72af7d551a4ab6efd5cbe5dae"}, | |
773 | + {file = "beautifulsoup4-4.8.2-py3-none-any.whl", hash = "sha256:9fbb4d6e48ecd30bcacc5b63b94088192dcda178513b2ae3c394229f8911b887"}, | |
774 | + {file = "beautifulsoup4-4.8.2.tar.gz", hash = "sha256:05fd825eb01c290877657a56df4c6e4c311b3965bda790c613a3d6fb01a5462a"}, | |
761 | 775 | ] |
762 | 776 | boltons = [ |
763 | - {file = "boltons-19.3.0-py2.py3-none-any.whl", hash = "sha256:8f8ed28b99b99074144482e69c0c566c56888ac1c2f6216e74b60b3ac2bec911"}, | |
764 | - {file = "boltons-19.3.0.tar.gz", hash = "sha256:7b3344098aa0d593e1a04cd290f61310d5aefc66aeb1e07262d5afdabdb88a67"}, | |
777 | + {file = "boltons-20.0.0-py2.py3-none-any.whl", hash = "sha256:83cff3975ea301144dc985395a7ea847c71d9641334b852595897a92a85e51af"}, | |
778 | + {file = "boltons-20.0.0.tar.gz", hash = "sha256:e44ddbd10af0904147c194d2c9bd2affa6a3e5b2ebfb9d5547900d8931203953"}, | |
765 | 779 | ] |
766 | 780 | certifi = [ |
767 | - {file = "certifi-2019.9.11-py2.py3-none-any.whl", hash = "sha256:fd7c7c74727ddcf00e9acd26bba8da604ffec95bf1c2144e67aff7a8b50e6cef"}, | |
768 | - {file = "certifi-2019.9.11.tar.gz", hash = "sha256:e4f3620cfea4f83eedc95b24abd9cd56f3c4b146dd0177e83a21b4eb49e21e50"}, | |
781 | + {file = "certifi-2019.11.28-py2.py3-none-any.whl", hash = "sha256:017c25db2a153ce562900032d5bc68e9f191e44e9a0f762f373977de9df1fbb3"}, | |
782 | + {file = "certifi-2019.11.28.tar.gz", hash = "sha256:25b64c7da4cd7479594d035c08c2d809eb4aab3a26e5a990ea98cc450c320f1f"}, | |
769 | 783 | ] |
770 | 784 | chameleon = [ |
771 | 785 | {file = "Chameleon-3.6.2.tar.gz", hash = "sha256:9a9e5e068ee323817705a793cc03538677915c3b99c3f8a4ecba42e62d66862b"}, |
@@ -774,57 +788,59 @@ | ||
774 | 788 | {file = "chardet-3.0.4-py2.py3-none-any.whl", hash = "sha256:fc323ffcaeaed0e0a02bf4d117757b98aed530d9ed4531e3e15460124c106691"}, |
775 | 789 | {file = "chardet-3.0.4.tar.gz", hash = "sha256:84ab92ed1c4d4f16916e05906b6b75a6c0fb5db821cc65e70cbd64a3e2a5eaae"}, |
776 | 790 | ] |
777 | -clastic = [] | |
791 | +clastic = [ | |
792 | + {file = "clastic-20.0.0-py2.py3-none-any.whl", hash = "sha256:ac95268c7221b4b2925754801de6ea4fc2aa8ce9fcaa51623d9a72cf0b7fbc41"}, | |
793 | + {file = "clastic-20.0.0.tar.gz", hash = "sha256:3dd6ed9d5c8aaf097cb5e58dea877a2403433cf2c6d858f0c676a25223227008"}, | |
794 | +] | |
778 | 795 | colorama = [ |
779 | - {file = "colorama-0.4.1-py2.py3-none-any.whl", hash = "sha256:f8ac84de7840f5b9c4e3347b3c1eaa50f7e49c2b07596221daec5edaabbd7c48"}, | |
780 | - {file = "colorama-0.4.1.tar.gz", hash = "sha256:05eed71e2e327246ad6b38c540c4a3117230b19679b875190486ddd2d721422d"}, | |
796 | + {file = "colorama-0.4.3-py2.py3-none-any.whl", hash = "sha256:7d73d2a99753107a36ac6b455ee49046802e59d9d076ef8e47b61499fa29afff"}, | |
797 | + {file = "colorama-0.4.3.tar.gz", hash = "sha256:e96da0d330793e2cb9485e9ddfd918d456036c7149416295932478192f4436a1"}, | |
781 | 798 | ] |
782 | 799 | coverage = [ |
783 | - {file = "coverage-4.5.4-cp26-cp26m-macosx_10_12_x86_64.whl", hash = "sha256:eee64c616adeff7db37cc37da4180a3a5b6177f5c46b187894e633f088fb5b28"}, | |
784 | - {file = "coverage-4.5.4-cp27-cp27m-macosx_10_12_x86_64.whl", hash = "sha256:ef824cad1f980d27f26166f86856efe11eff9912c4fed97d3804820d43fa550c"}, | |
785 | - {file = "coverage-4.5.4-cp27-cp27m-macosx_10_13_intel.whl", hash = "sha256:9a334d6c83dfeadae576b4d633a71620d40d1c379129d587faa42ee3e2a85cce"}, | |
786 | - {file = "coverage-4.5.4-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:7494b0b0274c5072bddbfd5b4a6c6f18fbbe1ab1d22a41e99cd2d00c8f96ecfe"}, | |
787 | - {file = "coverage-4.5.4-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:826f32b9547c8091679ff292a82aca9c7b9650f9fda3e2ca6bf2ac905b7ce888"}, | |
788 | - {file = "coverage-4.5.4-cp27-cp27m-win32.whl", hash = "sha256:63a9a5fc43b58735f65ed63d2cf43508f462dc49857da70b8980ad78d41d52fc"}, | |
789 | - {file = "coverage-4.5.4-cp27-cp27m-win_amd64.whl", hash = "sha256:e2ede7c1d45e65e209d6093b762e98e8318ddeff95317d07a27a2140b80cfd24"}, | |
790 | - {file = "coverage-4.5.4-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:dd579709a87092c6dbee09d1b7cfa81831040705ffa12a1b248935274aee0437"}, | |
791 | - {file = "coverage-4.5.4-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:08907593569fe59baca0bf152c43f3863201efb6113ecb38ce7e97ce339805a6"}, | |
792 | - {file = "coverage-4.5.4-cp33-cp33m-macosx_10_10_x86_64.whl", hash = "sha256:6b62544bb68106e3f00b21c8930e83e584fdca005d4fffd29bb39fb3ffa03cb5"}, | |
793 | - {file = "coverage-4.5.4-cp34-cp34m-macosx_10_12_x86_64.whl", hash = "sha256:331cb5115673a20fb131dadd22f5bcaf7677ef758741312bee4937d71a14b2ef"}, | |
794 | - {file = "coverage-4.5.4-cp34-cp34m-manylinux1_i686.whl", hash = "sha256:bf1ef9eb901113a9805287e090452c05547578eaab1b62e4ad456fcc049a9b7e"}, | |
795 | - {file = "coverage-4.5.4-cp34-cp34m-manylinux1_x86_64.whl", hash = "sha256:386e2e4090f0bc5df274e720105c342263423e77ee8826002dcffe0c9533dbca"}, | |
796 | - {file = "coverage-4.5.4-cp34-cp34m-win32.whl", hash = "sha256:fa964bae817babece5aa2e8c1af841bebb6d0b9add8e637548809d040443fee0"}, | |
797 | - {file = "coverage-4.5.4-cp34-cp34m-win_amd64.whl", hash = "sha256:df6712284b2e44a065097846488f66840445eb987eb81b3cc6e4149e7b6982e1"}, | |
798 | - {file = "coverage-4.5.4-cp35-cp35m-macosx_10_12_x86_64.whl", hash = "sha256:efc89291bd5a08855829a3c522df16d856455297cf35ae827a37edac45f466a7"}, | |
799 | - {file = "coverage-4.5.4-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:e4ef9c164eb55123c62411f5936b5c2e521b12356037b6e1c2617cef45523d47"}, | |
800 | - {file = "coverage-4.5.4-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:ff37757e068ae606659c28c3bd0d923f9d29a85de79bf25b2b34b148473b5025"}, | |
801 | - {file = "coverage-4.5.4-cp35-cp35m-win32.whl", hash = "sha256:bf0a7aed7f5521c7ca67febd57db473af4762b9622254291fbcbb8cd0ba5e33e"}, | |
802 | - {file = "coverage-4.5.4-cp35-cp35m-win_amd64.whl", hash = "sha256:19e4df788a0581238e9390c85a7a09af39c7b539b29f25c89209e6c3e371270d"}, | |
803 | - {file = "coverage-4.5.4-cp36-cp36m-macosx_10_13_x86_64.whl", hash = "sha256:60851187677b24c6085248f0a0b9b98d49cba7ecc7ec60ba6b9d2e5574ac1ee9"}, | |
804 | - {file = "coverage-4.5.4-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:245388cda02af78276b479f299bbf3783ef0a6a6273037d7c60dc73b8d8d7755"}, | |
805 | - {file = "coverage-4.5.4-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:c0afd27bc0e307a1ffc04ca5ec010a290e49e3afbe841c5cafc5c5a80ecd81c9"}, | |
806 | - {file = "coverage-4.5.4-cp36-cp36m-win32.whl", hash = "sha256:6ba744056423ef8d450cf627289166da65903885272055fb4b5e113137cfa14f"}, | |
807 | - {file = "coverage-4.5.4-cp36-cp36m-win_amd64.whl", hash = "sha256:af7ed8a8aa6957aac47b4268631fa1df984643f07ef00acd374e456364b373f5"}, | |
808 | - {file = "coverage-4.5.4-cp37-cp37m-macosx_10_13_x86_64.whl", hash = "sha256:3a794ce50daee01c74a494919d5ebdc23d58873747fa0e288318728533a3e1ca"}, | |
809 | - {file = "coverage-4.5.4-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:0be0f1ed45fc0c185cfd4ecc19a1d6532d72f86a2bac9de7e24541febad72650"}, | |
810 | - {file = "coverage-4.5.4-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:eca2b7343524e7ba246cab8ff00cab47a2d6d54ada3b02772e908a45675722e2"}, | |
811 | - {file = "coverage-4.5.4-cp37-cp37m-win32.whl", hash = "sha256:93715dffbcd0678057f947f496484e906bf9509f5c1c38fc9ba3922893cda5f5"}, | |
812 | - {file = "coverage-4.5.4-cp37-cp37m-win_amd64.whl", hash = "sha256:23cc09ed395b03424d1ae30dcc292615c1372bfba7141eb85e11e50efaa6b351"}, | |
813 | - {file = "coverage-4.5.4-cp38-cp38-macosx_10_13_x86_64.whl", hash = "sha256:141f08ed3c4b1847015e2cd62ec06d35e67a3ac185c26f7635f4406b90afa9c5"}, | |
814 | - {file = "coverage-4.5.4.tar.gz", hash = "sha256:e07d9f1a23e9e93ab5c62902833bf3e4b1f65502927379148b6622686223125c"}, | |
800 | + {file = "coverage-5.0.3-cp27-cp27m-macosx_10_12_x86_64.whl", hash = "sha256:cc1109f54a14d940b8512ee9f1c3975c181bbb200306c6d8b87d93376538782f"}, | |
801 | + {file = "coverage-5.0.3-cp27-cp27m-macosx_10_13_intel.whl", hash = "sha256:be18f4ae5a9e46edae3f329de2191747966a34a3d93046dbdf897319923923bc"}, | |
802 | + {file = "coverage-5.0.3-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:3230d1003eec018ad4a472d254991e34241e0bbd513e97a29727c7c2f637bd2a"}, | |
803 | + {file = "coverage-5.0.3-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:e69215621707119c6baf99bda014a45b999d37602cb7043d943c76a59b05bf52"}, | |
804 | + {file = "coverage-5.0.3-cp27-cp27m-win32.whl", hash = "sha256:1daa3eceed220f9fdb80d5ff950dd95112cd27f70d004c7918ca6dfc6c47054c"}, | |
805 | + {file = "coverage-5.0.3-cp27-cp27m-win_amd64.whl", hash = "sha256:51bc7710b13a2ae0c726f69756cf7ffd4362f4ac36546e243136187cfcc8aa73"}, | |
806 | + {file = "coverage-5.0.3-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:9bea19ac2f08672636350f203db89382121c9c2ade85d945953ef3c8cf9d2a68"}, | |
807 | + {file = "coverage-5.0.3-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:5012d3b8d5a500834783689a5d2292fe06ec75dc86ee1ccdad04b6f5bf231691"}, | |
808 | + {file = "coverage-5.0.3-cp35-cp35m-macosx_10_12_x86_64.whl", hash = "sha256:d513cc3db248e566e07a0da99c230aca3556d9b09ed02f420664e2da97eac301"}, | |
809 | + {file = "coverage-5.0.3-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:3dbb72eaeea5763676a1a1efd9b427a048c97c39ed92e13336e726117d0b72bf"}, | |
810 | + {file = "coverage-5.0.3-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:15cf13a6896048d6d947bf7d222f36e4809ab926894beb748fc9caa14605d9c3"}, | |
811 | + {file = "coverage-5.0.3-cp35-cp35m-win32.whl", hash = "sha256:fca1669d464f0c9831fd10be2eef6b86f5ebd76c724d1e0706ebdff86bb4adf0"}, | |
812 | + {file = "coverage-5.0.3-cp35-cp35m-win_amd64.whl", hash = "sha256:1e44a022500d944d42f94df76727ba3fc0a5c0b672c358b61067abb88caee7a0"}, | |
813 | + {file = "coverage-5.0.3-cp36-cp36m-macosx_10_13_x86_64.whl", hash = "sha256:b26aaf69713e5674efbde4d728fb7124e429c9466aeaf5f4a7e9e699b12c9fe2"}, | |
814 | + {file = "coverage-5.0.3-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:722e4557c8039aad9592c6a4213db75da08c2cd9945320220634f637251c3894"}, | |
815 | + {file = "coverage-5.0.3-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:7afad9835e7a651d3551eab18cbc0fdb888f0a6136169fbef0662d9cdc9987cf"}, | |
816 | + {file = "coverage-5.0.3-cp36-cp36m-win32.whl", hash = "sha256:25dbf1110d70bab68a74b4b9d74f30e99b177cde3388e07cc7272f2168bd1477"}, | |
817 | + {file = "coverage-5.0.3-cp36-cp36m-win_amd64.whl", hash = "sha256:c312e57847db2526bc92b9bfa78266bfbaabac3fdcd751df4d062cd4c23e46dc"}, | |
818 | + {file = "coverage-5.0.3-cp37-cp37m-macosx_10_13_x86_64.whl", hash = "sha256:a8b8ac7876bc3598e43e2603f772d2353d9931709345ad6c1149009fd1bc81b8"}, | |
819 | + {file = "coverage-5.0.3-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:527b4f316e6bf7755082a783726da20671a0cc388b786a64417780b90565b987"}, | |
820 | + {file = "coverage-5.0.3-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:d649dc0bcace6fcdb446ae02b98798a856593b19b637c1b9af8edadf2b150bea"}, | |
821 | + {file = "coverage-5.0.3-cp37-cp37m-win32.whl", hash = "sha256:cd60f507c125ac0ad83f05803063bed27e50fa903b9c2cfee3f8a6867ca600fc"}, | |
822 | + {file = "coverage-5.0.3-cp37-cp37m-win_amd64.whl", hash = "sha256:c60097190fe9dc2b329a0eb03393e2e0829156a589bd732e70794c0dd804258e"}, | |
823 | + {file = "coverage-5.0.3-cp38-cp38-macosx_10_13_x86_64.whl", hash = "sha256:d7008a6796095a79544f4da1ee49418901961c97ca9e9d44904205ff7d6aa8cb"}, | |
824 | + {file = "coverage-5.0.3-cp38-cp38-manylinux1_i686.whl", hash = "sha256:ea9525e0fef2de9208250d6c5aeeee0138921057cd67fcef90fbed49c4d62d37"}, | |
825 | + {file = "coverage-5.0.3-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:c62a2143e1313944bf4a5ab34fd3b4be15367a02e9478b0ce800cb510e3bbb9d"}, | |
826 | + {file = "coverage-5.0.3-cp38-cp38m-win32.whl", hash = "sha256:b0840b45187699affd4c6588286d429cd79a99d509fe3de0f209594669bb0954"}, | |
827 | + {file = "coverage-5.0.3-cp38-cp38m-win_amd64.whl", hash = "sha256:76e2057e8ffba5472fd28a3a010431fd9e928885ff480cb278877c6e9943cc2e"}, | |
828 | + {file = "coverage-5.0.3-cp39-cp39m-win32.whl", hash = "sha256:b63dd43f455ba878e5e9f80ba4f748c0a2156dde6e0e6e690310e24d6e8caf40"}, | |
829 | + {file = "coverage-5.0.3-cp39-cp39m-win_amd64.whl", hash = "sha256:da93027835164b8223e8e5af2cf902a4c80ed93cb0909417234f4a9df3bcd9af"}, | |
830 | + {file = "coverage-5.0.3.tar.gz", hash = "sha256:77afca04240c40450c331fa796b3eab6f1e15c5ecf8bf2b8bee9706cd5452fef"}, | |
815 | 831 | ] |
816 | 832 | docutils = [ |
817 | - {file = "docutils-0.14-py2-none-any.whl", hash = "sha256:7a4bd47eaf6596e1295ecb11361139febe29b084a87bf005bf899f9a42edc3c6"}, | |
818 | - {file = "docutils-0.14-py3-none-any.whl", hash = "sha256:02aec4bd92ab067f6ff27a38a38a41173bf01bed8f89157768c1573f53e474a6"}, | |
819 | - {file = "docutils-0.14.tar.gz", hash = "sha256:51e64ef2ebfb29cae1faa133b3710143496eca21c530f3f71424d77687764274"}, | |
833 | + {file = "docutils-0.15.2-py2-none-any.whl", hash = "sha256:9e4d7ecfc600058e07ba661411a2b7de2fd0fafa17d1a7f7361cd47b1175c827"}, | |
834 | + {file = "docutils-0.15.2-py3-none-any.whl", hash = "sha256:6c4f696463b79f1fb8ba0c594b63840ebd41f059e92b31957c46b74a4599b6d0"}, | |
835 | + {file = "docutils-0.15.2.tar.gz", hash = "sha256:a2aeea129088da402665e92e0b25b04b073c04b2dce4ab65caaa38b7ce2e1a99"}, | |
820 | 836 | ] |
821 | 837 | entrypoints = [ |
822 | 838 | {file = "entrypoints-0.3-py2.py3-none-any.whl", hash = "sha256:589f874b313739ad35be6e0cd7efde2a4e9b6fea91edcc34e58ecbb8dbe56d19"}, |
823 | 839 | {file = "entrypoints-0.3.tar.gz", hash = "sha256:c70dd71abe5a8c85e55e12c19bd91ccfeec11a6e99044204511f9ed547d48451"}, |
824 | 840 | ] |
825 | 841 | face = [ |
826 | - {file = "face-19.1.2-py2-none-any.whl", hash = "sha256:9b3ef571d9888ee3b773710b126b92db85ec3116377b8a2c077cb77e8bed8be9"}, | |
827 | - {file = "face-19.1.2.tar.gz", hash = "sha256:38c94ec17a4d6f9628f094b697faca0f802f4028071ce8cbdb3116d4cde772a3"}, | |
842 | + {file = "face-20.1.1-py2-none-any.whl", hash = "sha256:3790311a7329e4b0d90baee346eecad54b337629576edf3a246683a5f0d24446"}, | |
843 | + {file = "face-20.1.1.tar.gz", hash = "sha256:7d59ca5ba341316e58cf72c6aff85cca2541cf5056c4af45cb63af9a814bed3e"}, | |
828 | 844 | ] |
829 | 845 | flake8 = [ |
830 | 846 | {file = "flake8-3.7.9-py2.py3-none-any.whl", hash = "sha256:49356e766643ad15072a789a20915d3c91dc89fd313ccd71802303fd67e4deca"}, |
@@ -835,56 +851,61 @@ | ||
835 | 851 | {file = "flake8_docstrings-1.5.0-py2.py3-none-any.whl", hash = "sha256:a256ba91bc52307bef1de59e2a009c3cf61c3d0952dbe035d6ff7208940c2edc"}, |
836 | 852 | ] |
837 | 853 | flake8-isort = [ |
838 | - {file = "flake8-isort-2.7.0.tar.gz", hash = "sha256:81a8495eefed3f2f63f26cd2d766c7b1191e923a15b9106e6233724056572c68"}, | |
839 | - {file = "flake8_isort-2.7.0-py2.py3-none-any.whl", hash = "sha256:1e67b6b90a9b980ac3ff73782087752d406ce0a729ed928b92797f9fa188917e"}, | |
854 | + {file = "flake8-isort-2.8.0.tar.gz", hash = "sha256:64454d1f154a303cfe23ee715aca37271d4f1d299b2f2663f45b73bff14e36a9"}, | |
855 | + {file = "flake8_isort-2.8.0-py2.py3-none-any.whl", hash = "sha256:aa0c4d004e6be47e74f122f5b7f36554d0d78ad8bf99b497a460dedccaa7cce9"}, | |
840 | 856 | ] |
841 | 857 | glom = [ |
842 | 858 | {file = "glom-19.10.0-py2-none-any.whl", hash = "sha256:f92d3223b784f447185b68635f4d73cfb5e528933a47ada39061787d06ab886e"}, |
843 | 859 | {file = "glom-19.10.0.tar.gz", hash = "sha256:c8a50cb9fcf0c84807836c6a73cf61285557834b9050d7bde7732b936aceb7dd"}, |
844 | 860 | ] |
845 | 861 | idna = [ |
846 | - {file = "idna-2.8-py2.py3-none-any.whl", hash = "sha256:ea8b7f6188e6fa117537c3df7da9fc686d485087abf6ac197f9c46432f7e4a3c"}, | |
847 | - {file = "idna-2.8.tar.gz", hash = "sha256:c357b3f628cf53ae2c4c05627ecc484553142ca23264e593d327bcde5e9c3407"}, | |
862 | + {file = "idna-2.9-py2.py3-none-any.whl", hash = "sha256:a068a21ceac8a4d63dbfd964670474107f541babbd2250d61922f029858365fa"}, | |
863 | + {file = "idna-2.9.tar.gz", hash = "sha256:7588d1c14ae4c77d74036e8c22ff447b26d0fde8f007354fd48a7814db15b7cb"}, | |
848 | 864 | ] |
849 | 865 | imagesize = [ |
850 | - {file = "imagesize-1.1.0-py2.py3-none-any.whl", hash = "sha256:3f349de3eb99145973fefb7dbe38554414e5c30abd0c8e4b970a7c9d09f3a1d8"}, | |
851 | - {file = "imagesize-1.1.0.tar.gz", hash = "sha256:f3832918bc3c66617f92e35f5d70729187676313caa60c187eb0f28b8fe5e3b5"}, | |
866 | + {file = "imagesize-1.2.0-py2.py3-none-any.whl", hash = "sha256:6965f19a6a2039c7d48bca7dba2473069ff854c36ae6f19d2cde309d998228a1"}, | |
867 | + {file = "imagesize-1.2.0.tar.gz", hash = "sha256:b1f6b5a4eab1f73479a50fb79fcf729514a900c341d8503d62a62dbc4127a2b1"}, | |
852 | 868 | ] |
853 | 869 | importlib-metadata = [ |
854 | - {file = "importlib_metadata-0.23-py2.py3-none-any.whl", hash = "sha256:d5f18a79777f3aa179c145737780282e27b508fc8fd688cb17c7a813e8bd39af"}, | |
855 | - {file = "importlib_metadata-0.23.tar.gz", hash = "sha256:aa18d7378b00b40847790e7c27e11673d7fed219354109d0e7b9e5b25dc3ad26"}, | |
870 | + {file = "importlib_metadata-1.5.0-py2.py3-none-any.whl", hash = "sha256:b97607a1a18a5100839aec1dc26a1ea17ee0d93b20b0f008d80a5a050afb200b"}, | |
871 | + {file = "importlib_metadata-1.5.0.tar.gz", hash = "sha256:06f5b3a99029c7134207dd882428a66992a9de2bef7c2b699b5641f9886c3302"}, | |
856 | 872 | ] |
857 | 873 | isort = [ |
858 | 874 | {file = "isort-4.3.21-py2.py3-none-any.whl", hash = "sha256:6e811fcb295968434526407adb8796944f1988c5b65e8139058f2014cbe100fd"}, |
859 | 875 | {file = "isort-4.3.21.tar.gz", hash = "sha256:54da7e92468955c4fceacd0c86bd0ec997b0e1ee80d97f67c35a78b719dccab1"}, |
860 | 876 | ] |
861 | 877 | jinja2 = [ |
862 | - {file = "Jinja2-2.10.3-py2.py3-none-any.whl", hash = "sha256:74320bb91f31270f9551d46522e33af46a80c3d619f4a4bf42b3164d30b5911f"}, | |
863 | - {file = "Jinja2-2.10.3.tar.gz", hash = "sha256:9fe95f19286cfefaa917656583d020be14e7859c6b0252588391e47db34527de"}, | |
878 | + {file = "Jinja2-2.11.1-py2.py3-none-any.whl", hash = "sha256:b0eaf100007721b5c16c1fc1eecb87409464edc10469ddc9a22a27a99123be49"}, | |
879 | + {file = "Jinja2-2.11.1.tar.gz", hash = "sha256:93187ffbc7808079673ef52771baa950426fd664d3aad1d0fa3e95644360e250"}, | |
864 | 880 | ] |
865 | 881 | lxml = [ |
866 | - {file = "lxml-4.4.1-cp27-cp27m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", hash = "sha256:1f4f214337f6ee5825bf90a65d04d70aab05526c08191ab888cb5149501923c5"}, | |
867 | - {file = "lxml-4.4.1-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:e9c028b5897901361d81a4718d1db217b716424a0283afe9d6735fe0caf70f79"}, | |
868 | - {file = "lxml-4.4.1-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:02ca7bf899da57084041bb0f6095333e4d239948ad3169443f454add9f4e9cb4"}, | |
869 | - {file = "lxml-4.4.1-cp27-cp27m-win32.whl", hash = "sha256:4dffd405390a45ecb95ab5ab1c1b847553c18b0ef8ed01e10c1c8b1a76452916"}, | |
870 | - {file = "lxml-4.4.1-cp27-cp27m-win_amd64.whl", hash = "sha256:c27eaed872185f047bb7f7da2d21a7d8913457678c9a100a50db6da890bc28b9"}, | |
871 | - {file = "lxml-4.4.1-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:a63b4fd3e2cabdcc9d918ed280bdde3e8e9641e04f3c59a2a3109644a07b9832"}, | |
872 | - {file = "lxml-4.4.1-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:fe489d486cd00b739be826e8c1be188ddb74c7a1ca784d93d06fda882a6a1681"}, | |
873 | - {file = "lxml-4.4.1-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:726c17f3e0d7a7200718c9a890ccfeab391c9133e363a577a44717c85c71db27"}, | |
874 | - {file = "lxml-4.4.1-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:17e3950add54c882e032527795c625929613adbd2ce5162b94667334458b5a36"}, | |
875 | - {file = "lxml-4.4.1-cp35-cp35m-win32.whl", hash = "sha256:d11874b3c33ee441059464711cd365b89fa1a9cf19ae75b0c189b01fbf735b84"}, | |
876 | - {file = "lxml-4.4.1-cp35-cp35m-win_amd64.whl", hash = "sha256:be78485e5d5f3684e875dab60f40cddace2f5b2a8f7fede412358ab3214c3a6f"}, | |
877 | - {file = "lxml-4.4.1-cp36-cp36m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", hash = "sha256:891fe897b49abb7db470c55664b198b1095e4943b9f82b7dcab317a19116cd38"}, | |
878 | - {file = "lxml-4.4.1-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:17cae1730a782858a6e2758fd20dd0ef7567916c47757b694a06ffafdec20046"}, | |
879 | - {file = "lxml-4.4.1-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:b0b84408d4eabc6de9dd1e1e0bc63e7731e890c0b378a62443e5741cfd0ae90a"}, | |
880 | - {file = "lxml-4.4.1-cp36-cp36m-win32.whl", hash = "sha256:796685d3969815a633827c818863ee199440696b0961e200b011d79b9394bbe7"}, | |
881 | - {file = "lxml-4.4.1-cp36-cp36m-win_amd64.whl", hash = "sha256:a471628e20f03dcdfde00770eeaf9c77811f0c331c8805219ca7b87ac17576c5"}, | |
882 | - {file = "lxml-4.4.1-cp37-cp37m-macosx_10_6_intel.macosx_10_9_intel.macosx_10_9_x86_64.macosx_10_10_intel.macosx_10_10_x86_64.whl", hash = "sha256:760c12276fee05c36f95f8040180abc7fbebb9e5011447a97cdc289b5d6ab6fc"}, | |
883 | - {file = "lxml-4.4.1-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:0a920ff98cf1aac310470c644bc23b326402d3ef667ddafecb024e1713d485f1"}, | |
884 | - {file = "lxml-4.4.1-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:6b899931a5648862c7b88c795eddff7588fb585e81cecce20f8d9da16eff96e0"}, | |
885 | - {file = "lxml-4.4.1-cp37-cp37m-win32.whl", hash = "sha256:096b82c5e0ea27ce9138bcbb205313343ee66a6e132f25c5ed67e2c8d960a1bc"}, | |
886 | - {file = "lxml-4.4.1-cp37-cp37m-win_amd64.whl", hash = "sha256:2e8f77db25b0a96af679e64ff9bf9dddb27d379c9900c3272f3041c4d1327c9d"}, | |
887 | - {file = "lxml-4.4.1.tar.gz", hash = "sha256:c81cb40bff373ab7a7446d6bbca0190bccc5be3448b47b51d729e37799bb5692"}, | |
882 | + {file = "lxml-4.5.0-cp27-cp27m-macosx_10_9_x86_64.whl", hash = "sha256:0701f7965903a1c3f6f09328c1278ac0eee8f56f244e66af79cb224b7ef3801c"}, | |
883 | + {file = "lxml-4.5.0-cp27-cp27m-manylinux1_i686.whl", hash = "sha256:06d4e0bbb1d62e38ae6118406d7cdb4693a3fa34ee3762238bcb96c9e36a93cd"}, | |
884 | + {file = "lxml-4.5.0-cp27-cp27m-manylinux1_x86_64.whl", hash = "sha256:5828c7f3e615f3975d48f40d4fe66e8a7b25f16b5e5705ffe1d22e43fb1f6261"}, | |
885 | + {file = "lxml-4.5.0-cp27-cp27m-win32.whl", hash = "sha256:afdb34b715daf814d1abea0317b6d672476b498472f1e5aacbadc34ebbc26e89"}, | |
886 | + {file = "lxml-4.5.0-cp27-cp27m-win_amd64.whl", hash = "sha256:585c0869f75577ac7a8ff38d08f7aac9033da2c41c11352ebf86a04652758b7a"}, | |
887 | + {file = "lxml-4.5.0-cp27-cp27mu-manylinux1_i686.whl", hash = "sha256:8a0ebda56ebca1a83eb2d1ac266649b80af8dd4b4a3502b2c1e09ac2f88fe128"}, | |
888 | + {file = "lxml-4.5.0-cp27-cp27mu-manylinux1_x86_64.whl", hash = "sha256:fe976a0f1ef09b3638778024ab9fb8cde3118f203364212c198f71341c0715ca"}, | |
889 | + {file = "lxml-4.5.0-cp35-cp35m-manylinux1_i686.whl", hash = "sha256:7bc1b221e7867f2e7ff1933165c0cec7153dce93d0cdba6554b42a8beb687bdb"}, | |
890 | + {file = "lxml-4.5.0-cp35-cp35m-manylinux1_x86_64.whl", hash = "sha256:d068f55bda3c2c3fcaec24bd083d9e2eede32c583faf084d6e4b9daaea77dde8"}, | |
891 | + {file = "lxml-4.5.0-cp35-cp35m-win32.whl", hash = "sha256:e4aa948eb15018a657702fee0b9db47e908491c64d36b4a90f59a64741516e77"}, | |
892 | + {file = "lxml-4.5.0-cp35-cp35m-win_amd64.whl", hash = "sha256:1f2c4ec372bf1c4a2c7e4bb20845e8bcf8050365189d86806bad1e3ae473d081"}, | |
893 | + {file = "lxml-4.5.0-cp36-cp36m-macosx_10_9_x86_64.whl", hash = "sha256:5d467ce9c5d35b3bcc7172c06320dddb275fea6ac2037f72f0a4d7472035cea9"}, | |
894 | + {file = "lxml-4.5.0-cp36-cp36m-manylinux1_i686.whl", hash = "sha256:95e67224815ef86924fbc2b71a9dbd1f7262384bca4bc4793645794ac4200717"}, | |
895 | + {file = "lxml-4.5.0-cp36-cp36m-manylinux1_x86_64.whl", hash = "sha256:ebec08091a22c2be870890913bdadd86fcd8e9f0f22bcb398abd3af914690c15"}, | |
896 | + {file = "lxml-4.5.0-cp36-cp36m-win32.whl", hash = "sha256:deadf4df349d1dcd7b2853a2c8796593cc346600726eff680ed8ed11812382a7"}, | |
897 | + {file = "lxml-4.5.0-cp36-cp36m-win_amd64.whl", hash = "sha256:f2b74784ed7e0bc2d02bd53e48ad6ba523c9b36c194260b7a5045071abbb1012"}, | |
898 | + {file = "lxml-4.5.0-cp37-cp37m-macosx_10_9_x86_64.whl", hash = "sha256:fa071559f14bd1e92077b1b5f6c22cf09756c6de7139370249eb372854ce51e6"}, | |
899 | + {file = "lxml-4.5.0-cp37-cp37m-manylinux1_i686.whl", hash = "sha256:edc15fcfd77395e24543be48871c251f38132bb834d9fdfdad756adb6ea37679"}, | |
900 | + {file = "lxml-4.5.0-cp37-cp37m-manylinux1_x86_64.whl", hash = "sha256:fd52e796fee7171c4361d441796b64df1acfceb51f29e545e812f16d023c4bbc"}, | |
901 | + {file = "lxml-4.5.0-cp37-cp37m-win32.whl", hash = "sha256:90ed0e36455a81b25b7034038e40880189169c308a3df360861ad74da7b68c1a"}, | |
902 | + {file = "lxml-4.5.0-cp37-cp37m-win_amd64.whl", hash = "sha256:df533af6f88080419c5a604d0d63b2c33b1c0c4409aba7d0cb6de305147ea8c8"}, | |
903 | + {file = "lxml-4.5.0-cp38-cp38-macosx_10_9_x86_64.whl", hash = "sha256:b4b2c63cc7963aedd08a5f5a454c9f67251b1ac9e22fd9d72836206c42dc2a72"}, | |
904 | + {file = "lxml-4.5.0-cp38-cp38-manylinux1_i686.whl", hash = "sha256:e5d842c73e4ef6ed8c1bd77806bf84a7cb535f9c0cf9b2c74d02ebda310070e1"}, | |
905 | + {file = "lxml-4.5.0-cp38-cp38-manylinux1_x86_64.whl", hash = "sha256:63dbc21efd7e822c11d5ddbedbbb08cd11a41e0032e382a0fd59b0b08e405a3a"}, | |
906 | + {file = "lxml-4.5.0-cp38-cp38-win32.whl", hash = "sha256:4235bc124fdcf611d02047d7034164897ade13046bda967768836629bc62784f"}, | |
907 | + {file = "lxml-4.5.0-cp38-cp38-win_amd64.whl", hash = "sha256:d5b3c4b7edd2e770375a01139be11307f04341ec709cf724e0f26ebb1eef12c3"}, | |
908 | + {file = "lxml-4.5.0.tar.gz", hash = "sha256:8620ce80f50d023d414183bf90cc2576c2837b88e00bea3f33ad2630133bbb60"}, | |
888 | 909 | ] |
889 | 910 | markupsafe = [ |
890 | 911 | {file = "MarkupSafe-1.1.1-cp27-cp27m-macosx_10_6_intel.whl", hash = "sha256:09027a7803a62ca78792ad89403b1b7a73a01c8cb65909cd876f7fcebd79b161"}, |
@@ -921,56 +942,52 @@ | ||
921 | 942 | {file = "mccabe-0.6.1.tar.gz", hash = "sha256:dd8d182285a0fe56bace7f45b5e7d1a6ebcbf524e8f3bd87eb0f125271b8831f"}, |
922 | 943 | ] |
923 | 944 | more-itertools = [ |
924 | - {file = "more-itertools-7.2.0.tar.gz", hash = "sha256:409cd48d4db7052af495b09dec721011634af3753ae1ef92d2b32f73a745f832"}, | |
925 | - {file = "more_itertools-7.2.0-py3-none-any.whl", hash = "sha256:92b8c4b06dac4f0611c0729b2f2ede52b2e1bac1ab48f089c7ddc12e26bb60c4"}, | |
945 | + {file = "more-itertools-8.2.0.tar.gz", hash = "sha256:b1ddb932186d8a6ac451e1d95844b382f55e12686d51ca0c68b6f61f2ab7a507"}, | |
946 | + {file = "more_itertools-8.2.0-py3-none-any.whl", hash = "sha256:5dd8bcf33e5f9513ffa06d5ad33d78f31e1931ac9a18f33d37e77a180d393a7c"}, | |
926 | 947 | ] |
927 | 948 | packaging = [ |
928 | - {file = "packaging-19.2-py2.py3-none-any.whl", hash = "sha256:d9551545c6d761f3def1677baf08ab2a3ca17c56879e70fecba2fc4dde4ed108"}, | |
929 | - {file = "packaging-19.2.tar.gz", hash = "sha256:28b924174df7a2fa32c1953825ff29c61e2f5e082343165438812f00d3a7fc47"}, | |
930 | -] | |
931 | -pathlib2 = [ | |
932 | - {file = "pathlib2-2.3.5-py2.py3-none-any.whl", hash = "sha256:0ec8205a157c80d7acc301c0b18fbd5d44fe655968f5d947b6ecef5290fc35db"}, | |
933 | - {file = "pathlib2-2.3.5.tar.gz", hash = "sha256:6cd9a47b597b37cc57de1c05e56fb1a1c9cc9fab04fe78c29acd090418529868"}, | |
949 | + {file = "packaging-20.3-py2.py3-none-any.whl", hash = "sha256:82f77b9bee21c1bafbf35a84905d604d5d1223801d639cf3ed140bd651c08752"}, | |
950 | + {file = "packaging-20.3.tar.gz", hash = "sha256:3c292b474fda1671ec57d46d739d072bfd495a4f51ad01a055121d81e952b7a3"}, | |
934 | 951 | ] |
935 | 952 | pathstring = [ |
936 | 953 | {file = "pathstring-1.0.0-py3-none-any.whl", hash = "sha256:8a89d029d8ccffb4a0c27d393ddae688ba2a5e88a1d5207c02f9902654c7e0d2"}, |
937 | 954 | {file = "pathstring-1.0.0.tar.gz", hash = "sha256:98173829639fcb239ca4c2cc8078854a92c30c57d9307e0ad60fabebc689e11e"}, |
938 | 955 | ] |
939 | 956 | pluggy = [ |
940 | - {file = "pluggy-0.13.0-py2.py3-none-any.whl", hash = "sha256:0db4b7601aae1d35b4a033282da476845aa19185c1e6964b25cf324b5e4ec3e6"}, | |
941 | - {file = "pluggy-0.13.0.tar.gz", hash = "sha256:fa5fa1622fa6dd5c030e9cad086fa19ef6a0cf6d7a2d12318e10cb49d6d68f34"}, | |
957 | + {file = "pluggy-0.13.1-py2.py3-none-any.whl", hash = "sha256:966c145cd83c96502c3c3868f50408687b38434af77734af1e9ca461a4081d2d"}, | |
958 | + {file = "pluggy-0.13.1.tar.gz", hash = "sha256:15b2acde666561e1298d71b523007ed7364de07029219b604cf808bfa1c765b0"}, | |
942 | 959 | ] |
943 | 960 | py = [ |
944 | - {file = "py-1.8.0-py2.py3-none-any.whl", hash = "sha256:64f65755aee5b381cea27766a3a147c3f15b9b6b9ac88676de66ba2ae36793fa"}, | |
945 | - {file = "py-1.8.0.tar.gz", hash = "sha256:dc639b046a6e2cff5bbe40194ad65936d6ba360b52b3c3fe1d08a82dd50b5e53"}, | |
961 | + {file = "py-1.8.1-py2.py3-none-any.whl", hash = "sha256:c20fdd83a5dbc0af9efd622bee9a5564e278f6380fffcacc43ba6f43db2813b0"}, | |
962 | + {file = "py-1.8.1.tar.gz", hash = "sha256:5e27081401262157467ad6e7f851b7aa402c5852dbcb3dae06768434de5752aa"}, | |
946 | 963 | ] |
947 | 964 | pycodestyle = [ |
948 | 965 | {file = "pycodestyle-2.5.0-py2.py3-none-any.whl", hash = "sha256:95a2219d12372f05704562a14ec30bc76b05a5b297b21a5dfe3f6fac3491ae56"}, |
949 | 966 | {file = "pycodestyle-2.5.0.tar.gz", hash = "sha256:e40a936c9a450ad81df37f549d676d127b1b66000a6c500caa2b085bc0ca976c"}, |
950 | 967 | ] |
951 | 968 | pydocstyle = [ |
952 | - {file = "pydocstyle-4.0.1-py3-none-any.whl", hash = "sha256:66aff87ffe34b1e49bff2dd03a88ce6843be2f3346b0c9814410d34987fbab59"}, | |
953 | - {file = "pydocstyle-4.0.1.tar.gz", hash = "sha256:04c84e034ebb56eb6396c820442b8c4499ac5eb94a3bda88951ac3dc519b6058"}, | |
969 | + {file = "pydocstyle-5.0.2-py3-none-any.whl", hash = "sha256:da7831660b7355307b32778c4a0dbfb137d89254ef31a2b2978f50fc0b4d7586"}, | |
970 | + {file = "pydocstyle-5.0.2.tar.gz", hash = "sha256:f4f5d210610c2d153fae39093d44224c17429e2ad7da12a8b419aba5c2f614b5"}, | |
954 | 971 | ] |
955 | 972 | pyflakes = [ |
956 | 973 | {file = "pyflakes-2.1.1-py2.py3-none-any.whl", hash = "sha256:17dbeb2e3f4d772725c777fabc446d5634d1038f234e77343108ce445ea69ce0"}, |
957 | 974 | {file = "pyflakes-2.1.1.tar.gz", hash = "sha256:d976835886f8c5b31d47970ed689944a0262b5f3afa00a5a7b4dc81e5449f8a2"}, |
958 | 975 | ] |
959 | 976 | pygenstub = [ |
960 | - {file = "pygenstub-1.4.0-py2.py3-none-any.whl", hash = "sha256:a47a46354a05de7608d98cf7752ba170bf5b24e7911cc7653e298cc0fb8803a3"}, | |
961 | - {file = "pygenstub-1.4.0.tar.gz", hash = "sha256:4f4b5a42fae84857f83a67b2f9f06068b0dc1fea2fc234c886c63e2c07738bf7"}, | |
977 | + {file = "pygenstub-1.4.1-py2.py3-none-any.whl", hash = "sha256:2a35b506568dd3d4466bc0f7516e2631afd23d3792b3c553d3b6bf26a7b2be77"}, | |
978 | + {file = "pygenstub-1.4.1.tar.gz", hash = "sha256:fa2addfe7c85f83bbd227ec73533516376682a0ecd8fa88e85c1212b4dfc75cf"}, | |
962 | 979 | ] |
963 | 980 | pygments = [ |
964 | - {file = "Pygments-2.4.2-py2.py3-none-any.whl", hash = "sha256:71e430bc85c88a430f000ac1d9b331d2407f681d6f6aec95e8bcfbc3df5b0127"}, | |
965 | - {file = "Pygments-2.4.2.tar.gz", hash = "sha256:881c4c157e45f30af185c1ffe8d549d48ac9127433f2c380c24b84572ad66297"}, | |
981 | + {file = "Pygments-2.6.1-py3-none-any.whl", hash = "sha256:ff7a40b4860b727ab48fad6360eb351cc1b33cbf9b15a0f689ca5353e9463324"}, | |
982 | + {file = "Pygments-2.6.1.tar.gz", hash = "sha256:647344a061c249a3b74e230c739f434d7ea4d8b1d5f3721bc0f3558049b38f44"}, | |
966 | 983 | ] |
967 | 984 | pyparsing = [ |
968 | - {file = "pyparsing-2.4.4-py2.py3-none-any.whl", hash = "sha256:61b5ed888beab19ddccab3478910e2076a6b5a0295dffc43021890e136edf764"}, | |
969 | - {file = "pyparsing-2.4.4.tar.gz", hash = "sha256:4acadc9a2b96c19fe00932a38ca63e601180c39a189a696abce1eaab641447e1"}, | |
985 | + {file = "pyparsing-2.4.6-py2.py3-none-any.whl", hash = "sha256:c342dccb5250c08d45fd6f8b4a559613ca603b57498511740e65cd11a2e7dcec"}, | |
986 | + {file = "pyparsing-2.4.6.tar.gz", hash = "sha256:4c830582a84fb022400b85429791bc551f1f4871c33f23e44f353119e92f969f"}, | |
970 | 987 | ] |
971 | 988 | pytest = [ |
972 | - {file = "pytest-5.2.2-py3-none-any.whl", hash = "sha256:58cee9e09242937e136dbb3dab466116ba20d6b7828c7620f23947f37eb4dae4"}, | |
973 | - {file = "pytest-5.2.2.tar.gz", hash = "sha256:27abc3fef618a01bebb1f0d6d303d2816a99aa87a5968ebc32fe971be91eb1e6"}, | |
989 | + {file = "pytest-5.3.5-py3-none-any.whl", hash = "sha256:ff615c761e25eb25df19edddc0b970302d2a9091fbce0e7213298d85fb61fef6"}, | |
990 | + {file = "pytest-5.3.5.tar.gz", hash = "sha256:0d5fe9189a148acc3c3eb2ac8e1ac0742cb7618c084f3d228baaec0c254b318d"}, | |
974 | 991 | ] |
975 | 992 | pytest-cov = [ |
976 | 993 | {file = "pytest-cov-2.8.1.tar.gz", hash = "sha256:cc6742d8bac45070217169f5f72ceee1e0e55b0221f54bcf24845972d3a47f2b"}, |
@@ -981,82 +998,91 @@ | ||
981 | 998 | {file = "pytz-2019.3.tar.gz", hash = "sha256:b02c06db6cf09c12dd25137e563b31700d3b80fcc4ad23abb7a315f2789819be"}, |
982 | 999 | ] |
983 | 1000 | requests = [ |
984 | - {file = "requests-2.22.0-py2.py3-none-any.whl", hash = "sha256:9cf5292fcd0f598c671cfc1e0d7d1a7f13bb8085e9a590f48c010551dc6c4b31"}, | |
985 | - {file = "requests-2.22.0.tar.gz", hash = "sha256:11e007a8a2aa0323f5a921e9e6a2d7e4e67d9877e85773fba9ba6419025cbeb4"}, | |
1001 | + {file = "requests-2.23.0-py2.py3-none-any.whl", hash = "sha256:43999036bfa82904b6af1d99e4882b560e5e2c68e5c4b0aa03b655f3d7d73fee"}, | |
1002 | + {file = "requests-2.23.0.tar.gz", hash = "sha256:b3f43d496c6daba4493e7c431722aeb7dbc6288f52a6e04e7b6023b0247817e6"}, | |
1003 | +] | |
1004 | +secure-cookie = [ | |
1005 | + {file = "secure-cookie-0.1.0.tar.gz", hash = "sha256:46d07b7d93ba9a44741001e3c2e5bd9feb808bc256a53c3180db41eabbf90d0f"}, | |
1006 | + {file = "secure_cookie-0.1.0-py2.py3-none-any.whl", hash = "sha256:3e92c5a932a84d15ecc16fe02b546f00a0e5f8e87f0266f96a8d59d5d98a2592"}, | |
986 | 1007 | ] |
987 | 1008 | six = [ |
988 | - {file = "six-1.13.0-py2.py3-none-any.whl", hash = "sha256:1f1b7d42e254082a9db6279deae68afb421ceba6158efa6131de7b3003ee93fd"}, | |
989 | - {file = "six-1.13.0.tar.gz", hash = "sha256:30f610279e8b2578cab6db20741130331735c781b56053c59c4076da27f06b66"}, | |
1009 | + {file = "six-1.14.0-py2.py3-none-any.whl", hash = "sha256:8f3cd2e254d8f793e7f3d6d9df77b92252b52637291d0f0da013c76ea2724b6c"}, | |
1010 | + {file = "six-1.14.0.tar.gz", hash = "sha256:236bdbdce46e6e6a3d61a337c0f8b763ca1e8717c03b369e87a7ec7ce1319c0a"}, | |
990 | 1011 | ] |
991 | 1012 | snowballstemmer = [ |
992 | 1013 | {file = "snowballstemmer-2.0.0-py2.py3-none-any.whl", hash = "sha256:209f257d7533fdb3cb73bdbd24f436239ca3b2fa67d56f6ff88e86be08cc5ef0"}, |
993 | 1014 | {file = "snowballstemmer-2.0.0.tar.gz", hash = "sha256:df3bac3df4c2c01363f3dd2cfa78cce2840a79b9f1c2d2de9ce8d31683992f52"}, |
994 | 1015 | ] |
995 | 1016 | soupsieve = [ |
996 | - {file = "soupsieve-1.9.5-py2.py3-none-any.whl", hash = "sha256:bdb0d917b03a1369ce964056fc195cfdff8819c40de04695a80bc813c3cfa1f5"}, | |
997 | - {file = "soupsieve-1.9.5.tar.gz", hash = "sha256:e2c1c5dee4a1c36bcb790e0fabd5492d874b8ebd4617622c4f6a731701060dda"}, | |
1017 | + {file = "soupsieve-2.0-py2.py3-none-any.whl", hash = "sha256:fcd71e08c0aee99aca1b73f45478549ee7e7fc006d51b37bec9e9def7dc22b69"}, | |
1018 | + {file = "soupsieve-2.0.tar.gz", hash = "sha256:e914534802d7ffd233242b785229d5ba0766a7f487385e3f714446a07bf540ae"}, | |
998 | 1019 | ] |
999 | 1020 | sphinx = [ |
1000 | - {file = "Sphinx-2.2.1-py3-none-any.whl", hash = "sha256:52286a0b9d7caa31efee301ec4300dbdab23c3b05da1c9024b4e84896fb73d79"}, | |
1001 | - {file = "Sphinx-2.2.1.tar.gz", hash = "sha256:31088dfb95359384b1005619827eaee3056243798c62724fd3fa4b84ee4d71bd"}, | |
1021 | + {file = "Sphinx-2.4.4-py3-none-any.whl", hash = "sha256:fc312670b56cb54920d6cc2ced455a22a547910de10b3142276495ced49231cb"}, | |
1022 | + {file = "Sphinx-2.4.4.tar.gz", hash = "sha256:b4c750d546ab6d7e05bdff6ac24db8ae3e8b8253a3569b754e445110a0a12b66"}, | |
1002 | 1023 | ] |
1003 | 1024 | sphinx-rtd-theme = [ |
1004 | 1025 | {file = "sphinx_rtd_theme-0.4.3-py2.py3-none-any.whl", hash = "sha256:00cf895504a7895ee433807c62094cf1e95f065843bf3acd17037c3e9a2becd4"}, |
1005 | 1026 | {file = "sphinx_rtd_theme-0.4.3.tar.gz", hash = "sha256:728607e34d60456d736cc7991fd236afb828b21b82f956c5ea75f94c8414040a"}, |
1006 | 1027 | ] |
1007 | 1028 | sphinxcontrib-applehelp = [ |
1008 | - {file = "sphinxcontrib-applehelp-1.0.1.tar.gz", hash = "sha256:edaa0ab2b2bc74403149cb0209d6775c96de797dfd5b5e2a71981309efab3897"}, | |
1009 | - {file = "sphinxcontrib_applehelp-1.0.1-py2.py3-none-any.whl", hash = "sha256:fb8dee85af95e5c30c91f10e7eb3c8967308518e0f7488a2828ef7bc191d0d5d"}, | |
1029 | + {file = "sphinxcontrib-applehelp-1.0.2.tar.gz", hash = "sha256:a072735ec80e7675e3f432fcae8610ecf509c5f1869d17e2eecff44389cdbc58"}, | |
1030 | + {file = "sphinxcontrib_applehelp-1.0.2-py2.py3-none-any.whl", hash = "sha256:806111e5e962be97c29ec4c1e7fe277bfd19e9652fb1a4392105b43e01af885a"}, | |
1010 | 1031 | ] |
1011 | 1032 | sphinxcontrib-devhelp = [ |
1012 | - {file = "sphinxcontrib-devhelp-1.0.1.tar.gz", hash = "sha256:6c64b077937330a9128a4da74586e8c2130262f014689b4b89e2d08ee7294a34"}, | |
1013 | - {file = "sphinxcontrib_devhelp-1.0.1-py2.py3-none-any.whl", hash = "sha256:9512ecb00a2b0821a146736b39f7aeb90759834b07e81e8cc23a9c70bacb9981"}, | |
1033 | + {file = "sphinxcontrib-devhelp-1.0.2.tar.gz", hash = "sha256:ff7f1afa7b9642e7060379360a67e9c41e8f3121f2ce9164266f61b9f4b338e4"}, | |
1034 | + {file = "sphinxcontrib_devhelp-1.0.2-py2.py3-none-any.whl", hash = "sha256:8165223f9a335cc1af7ffe1ed31d2871f325254c0423bc0c4c7cd1c1e4734a2e"}, | |
1014 | 1035 | ] |
1015 | 1036 | sphinxcontrib-htmlhelp = [ |
1016 | - {file = "sphinxcontrib-htmlhelp-1.0.2.tar.gz", hash = "sha256:4670f99f8951bd78cd4ad2ab962f798f5618b17675c35c5ac3b2132a14ea8422"}, | |
1017 | - {file = "sphinxcontrib_htmlhelp-1.0.2-py2.py3-none-any.whl", hash = "sha256:d4fd39a65a625c9df86d7fa8a2d9f3cd8299a3a4b15db63b50aac9e161d8eff7"}, | |
1037 | + {file = "sphinxcontrib-htmlhelp-1.0.3.tar.gz", hash = "sha256:e8f5bb7e31b2dbb25b9cc435c8ab7a79787ebf7f906155729338f3156d93659b"}, | |
1038 | + {file = "sphinxcontrib_htmlhelp-1.0.3-py2.py3-none-any.whl", hash = "sha256:3c0bc24a2c41e340ac37c85ced6dafc879ab485c095b1d65d2461ac2f7cca86f"}, | |
1018 | 1039 | ] |
1019 | 1040 | sphinxcontrib-jsmath = [ |
1020 | 1041 | {file = "sphinxcontrib-jsmath-1.0.1.tar.gz", hash = "sha256:a9925e4a4587247ed2191a22df5f6970656cb8ca2bd6284309578f2153e0c4b8"}, |
1021 | 1042 | {file = "sphinxcontrib_jsmath-1.0.1-py2.py3-none-any.whl", hash = "sha256:2ec2eaebfb78f3f2078e73666b1415417a116cc848b72e5172e596c871103178"}, |
1022 | 1043 | ] |
1023 | 1044 | sphinxcontrib-qthelp = [ |
1024 | - {file = "sphinxcontrib-qthelp-1.0.2.tar.gz", hash = "sha256:79465ce11ae5694ff165becda529a600c754f4bc459778778c7017374d4d406f"}, | |
1025 | - {file = "sphinxcontrib_qthelp-1.0.2-py2.py3-none-any.whl", hash = "sha256:513049b93031beb1f57d4daea74068a4feb77aa5630f856fcff2e50de14e9a20"}, | |
1045 | + {file = "sphinxcontrib-qthelp-1.0.3.tar.gz", hash = "sha256:4c33767ee058b70dba89a6fc5c1892c0d57a54be67ddd3e7875a18d14cba5a72"}, | |
1046 | + {file = "sphinxcontrib_qthelp-1.0.3-py2.py3-none-any.whl", hash = "sha256:bd9fc24bcb748a8d51fd4ecaade681350aa63009a347a8c14e637895444dfab6"}, | |
1026 | 1047 | ] |
1027 | 1048 | sphinxcontrib-serializinghtml = [ |
1028 | - {file = "sphinxcontrib-serializinghtml-1.1.3.tar.gz", hash = "sha256:c0efb33f8052c04fd7a26c0a07f1678e8512e0faec19f4aa8f2473a8b81d5227"}, | |
1029 | - {file = "sphinxcontrib_serializinghtml-1.1.3-py2.py3-none-any.whl", hash = "sha256:db6615af393650bf1151a6cd39120c29abaf93cc60db8c48eb2dddbfdc3a9768"}, | |
1049 | + {file = "sphinxcontrib-serializinghtml-1.1.4.tar.gz", hash = "sha256:eaa0eccc86e982a9b939b2b82d12cc5d013385ba5eadcc7e4fed23f4405f77bc"}, | |
1050 | + {file = "sphinxcontrib_serializinghtml-1.1.4-py2.py3-none-any.whl", hash = "sha256:f242a81d423f59617a8e5cf16f5d4d74e28ee9a66f9e5b637a18082991db5a9a"}, | |
1030 | 1051 | ] |
1031 | 1052 | testfixtures = [ |
1032 | - {file = "testfixtures-6.10.1-py2.py3-none-any.whl", hash = "sha256:18f5ea13a40a3b3a9184b785d2abfbaabd2a24dace9158962cd6334bf08b7e70"}, | |
1033 | - {file = "testfixtures-6.10.1.tar.gz", hash = "sha256:abbca7ed381d34a77699c6cb68be67919a1e7f5cf8728b57396145417fa34110"}, | |
1053 | + {file = "testfixtures-6.14.0-py2.py3-none-any.whl", hash = "sha256:799144b3cbef7b072452d9c36cbd024fef415ab42924b96aad49dfd9c763de66"}, | |
1054 | + {file = "testfixtures-6.14.0.tar.gz", hash = "sha256:cdfc3d73cb6d3d4dc3c67af84d912e86bf117d30ae25f02fe823382ef99383d2"}, | |
1055 | +] | |
1056 | +toml = [ | |
1057 | + {file = "toml-0.10.0-py2.7.egg", hash = "sha256:f1db651f9657708513243e61e6cc67d101a39bad662eaa9b5546f789338e07a3"}, | |
1058 | + {file = "toml-0.10.0-py2.py3-none-any.whl", hash = "sha256:235682dd292d5899d361a811df37e04a8828a5b1da3115886b73cf81ebc9100e"}, | |
1059 | + {file = "toml-0.10.0.tar.gz", hash = "sha256:229f81c57791a41d65e399fc06bf0848bab550a9dfd5ed66df18ce5f05e73d5c"}, | |
1034 | 1060 | ] |
1035 | 1061 | urllib3 = [ |
1036 | - {file = "urllib3-1.25.6-py2.py3-none-any.whl", hash = "sha256:3de946ffbed6e6746608990594d08faac602528ac7015ac28d33cee6a45b7398"}, | |
1037 | - {file = "urllib3-1.25.6.tar.gz", hash = "sha256:9a107b99a5393caf59c7aa3c1249c16e6879447533d0887f4336dde834c7be86"}, | |
1062 | + {file = "urllib3-1.25.8-py2.py3-none-any.whl", hash = "sha256:2f3db8b19923a873b3e5256dc9c2dedfa883e33d87c690d9c7913e1f40673cdc"}, | |
1063 | + {file = "urllib3-1.25.8.tar.gz", hash = "sha256:87716c2d2a7121198ebcb7ce7cccf6ce5e9ba539041cfbaeecfb641dc0bf6acc"}, | |
1038 | 1064 | ] |
1039 | 1065 | waitress = [ |
1040 | - {file = "waitress-1.3.1-py2.py3-none-any.whl", hash = "sha256:f103e557725b17ae3c62f9e6005cdd85103f8b68fa86cf7c764ba7adc38ca5a2"}, | |
1041 | - {file = "waitress-1.3.1.tar.gz", hash = "sha256:278e09d6849acc1365404bbf7d790d0423b159802e850c726e8cd0a126a2dac7"}, | |
1066 | + {file = "waitress-1.4.3-py2.py3-none-any.whl", hash = "sha256:77ff3f3226931a1d7d8624c5371de07c8e90c7e5d80c5cc660d72659aaf23f38"}, | |
1067 | + {file = "waitress-1.4.3.tar.gz", hash = "sha256:045b3efc3d97c93362173ab1dfc159b52cfa22b46c3334ffc805dbdbf0e4309e"}, | |
1042 | 1068 | ] |
1043 | 1069 | wcwidth = [ |
1044 | - {file = "wcwidth-0.1.7-py2.py3-none-any.whl", hash = "sha256:f4ebe71925af7b40a864553f761ed559b43544f8f71746c2d756c7fe788ade7c"}, | |
1045 | - {file = "wcwidth-0.1.7.tar.gz", hash = "sha256:3df37372226d6e63e1b1e1eda15c594bca98a22d33a23832a90998faa96bc65e"}, | |
1070 | + {file = "wcwidth-0.1.8-py2.py3-none-any.whl", hash = "sha256:8fd29383f539be45b20bd4df0dc29c20ba48654a41e661925e612311e9f3c603"}, | |
1071 | + {file = "wcwidth-0.1.8.tar.gz", hash = "sha256:f28b3e8a6483e5d49e7f8949ac1a78314e740333ae305b4ba5defd3e74fb37a8"}, | |
1046 | 1072 | ] |
1047 | 1073 | webob = [ |
1048 | - {file = "WebOb-1.8.5-py2.py3-none-any.whl", hash = "sha256:36db8203c67023d68c1b00208a7bf55e3b10de2aa317555740add29c619de12b"}, | |
1049 | - {file = "WebOb-1.8.5.tar.gz", hash = "sha256:05aaab7975e0ee8af2026325d656e5ce14a71f1883c52276181821d6d5bf7086"}, | |
1074 | + {file = "WebOb-1.8.6-py2.py3-none-any.whl", hash = "sha256:a3c89a8e9ba0aeb17382836cdb73c516d0ecf6630ec40ec28288f3ed459ce87b"}, | |
1075 | + {file = "WebOb-1.8.6.tar.gz", hash = "sha256:aa3a917ed752ba3e0b242234b2a373f9c4e2a75d35291dcbe977649bd21fd108"}, | |
1050 | 1076 | ] |
1051 | 1077 | webtest = [ |
1052 | - {file = "WebTest-2.0.33-py2.py3-none-any.whl", hash = "sha256:f3a603b8f1dd873b9710cd5a7dd0889cf758d7e1c133b1dae971c04f567e566e"}, | |
1053 | - {file = "WebTest-2.0.33.tar.gz", hash = "sha256:41348efe4323a647a239c31cde84e5e440d726ca4f449859264e538d39037fd0"}, | |
1078 | + {file = "WebTest-2.0.34-py2.py3-none-any.whl", hash = "sha256:da9cf14c103ff51a40dee4cac7657840d1317456eb8f0ca81289b5cbff175f4b"}, | |
1079 | + {file = "WebTest-2.0.34.tar.gz", hash = "sha256:71114cd778a7d7b237ec5c8a5c32084f447d869ae62e48bcd5b73af211133e74"}, | |
1054 | 1080 | ] |
1055 | 1081 | werkzeug = [ |
1056 | - {file = "Werkzeug-0.14.1-py2.py3-none-any.whl", hash = "sha256:d5da73735293558eb1651ee2fddc4d0dedcfa06538b8813a2e20011583c9e49b"}, | |
1057 | - {file = "Werkzeug-0.14.1.tar.gz", hash = "sha256:c3fd7a7d41976d9f44db327260e263132466836cef6f91512889ed60ad26557c"}, | |
1082 | + {file = "Werkzeug-1.0.0-py2.py3-none-any.whl", hash = "sha256:6dc65cf9091cf750012f56f2cad759fa9e879f511b5ff8685e456b4e3bf90d16"}, | |
1083 | + {file = "Werkzeug-1.0.0.tar.gz", hash = "sha256:169ba8a33788476292d04186ab33b01d6add475033dfc07215e6d219cc077096"}, | |
1058 | 1084 | ] |
1059 | 1085 | zipp = [ |
1060 | - {file = "zipp-0.6.0-py2.py3-none-any.whl", hash = "sha256:f06903e9f1f43b12d371004b4ac7b06ab39a44adc747266928ae6debfa7b3335"}, | |
1061 | - {file = "zipp-0.6.0.tar.gz", hash = "sha256:3718b1cbcd963c7d4c5511a8240812904164b7f381b647143a89d3b98f9bcd8e"}, | |
1086 | + {file = "zipp-3.1.0-py3-none-any.whl", hash = "sha256:aa36550ff0c0b7ef7fa639055d797116ee891440eac1a56f378e2d3179e0320b"}, | |
1087 | + {file = "zipp-3.1.0.tar.gz", hash = "sha256:c599e4d75c98f6798c509911d08a22e6c021d074469042177c8c86fb92eefd96"}, | |
1062 | 1088 | ] |
@@ -35,21 +35,21 @@ | ||
35 | 35 | |
36 | 36 | [tool.poetry.dependencies] |
37 | 37 | python = "^3.6" |
38 | -clastic = {git = "https://github.com/mahmoud/clastic.git"} | |
38 | +clastic = "^20.0.0" | |
39 | 39 | chameleon = "^3.6.2" |
40 | 40 | pathstring = "^1.0.0" |
41 | 41 | |
42 | 42 | [tool.poetry.dev-dependencies] |
43 | -pytest = "^5.1.1" | |
44 | -pytest-cov = "^2.7.1" | |
45 | -webtest = "^2.0.33" | |
46 | -lxml = "^4.4.1" | |
47 | -flake8 = "^3.7.8" | |
48 | -flake8-isort = "^2.7.0" | |
49 | -flake8-docstrings = "^1.3.1" | |
50 | -sphinx = "^2.2.0" | |
43 | +pytest = "^5.3.5" | |
44 | +pytest-cov = "^2.8.1" | |
45 | +webtest = "^2.0.34" | |
46 | +lxml = "^4.5.0" | |
47 | +flake8 = "^3.7.9" | |
48 | +flake8-isort = "^2.8.0" | |
49 | +flake8-docstrings = "^1.5.0" | |
50 | +sphinx = "^2.4.4" | |
51 | 51 | sphinx_rtd_theme = "^0.4.3" |
52 | -pygenstub = "^1.4.0" | |
52 | +pygenstub = "^1.4.1" | |
53 | 53 | |
54 | 54 | [tool.black] |
55 | 55 | line-length = 96 |