77aiohttp==3.5.4
88alabaster==0.7.12 # via sphinx
99ansicolors==1.0.2 # via cuvner
10- appdirs==1.4.3 # via black
10+ anyio==1.0.0 # via asks
11+ appdirs==1.4.3
1112argh==0.26.2 # via watchdog
13+ asks==2.3.3
1214asn1crypto==0.24.0 # via cryptography
1315astroid==2.2.5 # via pylint
16+ async-exit-stack==1.0.1
17+ async-generator==1.10
1418async-timeout==3.0.1 # via aiohttp
1519atomicwrites==1.3.0 # via pytest
16- attrs==19.1.0 # via aiohttp, automat, black, hypothesis, pytest, service-identity, treq, twisted
20+ attrs==19.1.0
1721automat==0.7.0 # via twisted
1822babel==2.6.0 # via sphinx
1923black==19.3b0
@@ -22,17 +26,18 @@ bump2version==0.5.10
2226certifi==2019.3.9 # via requests
2327cffi==1.12.2 # via cryptography
2428chardet==3.0.4 # via aiohttp, requests
25- click==7.0 # via black, cuvner
29+ click==7.0
2630constantly==15.1.0 # via twisted
2731coverage==4.5.3
2832cryptography==2.6.1 # via pyopenssl, service-identity
2933cuvner==18.0.1
3034docshtest==0.0.2
3135docutils==0.14 # via readme-renderer, sphinx
3236filelock==3.0.10 # via tox
37+ h11==0.9.0 # via asks
3338hyperlink==19.0.0 # via twisted
3439hypothesis==4.17.1
35- idna==2.8 # via hyperlink, requests, twisted, yarl
40+ idna==2.8 # via hyperlink, requests, trio, twisted, yarl
3641imagesize==1.1.0 # via sphinx
3742incremental==17.5.0 # via cuvner, treq, twisted
3843isort==4.3.17 # via pylint
@@ -42,9 +47,13 @@ lazy-object-proxy==1.3.1 # via astroid
4247lockfile==0.12.2
4348lxml==4.3.4
4449markupsafe==1.1.1 # via jinja2
50+ marshmallow==3.0.0rc7
4551mccabe==0.6.1 # via pylint
4652more-itertools==7.0.0 # via pytest
4753multidict==4.5.2 # via aiohttp, yarl
54+ mypy-extensions==0.4.1 # via mypy, trio-typing
55+ mypy==0.711 # via trio-typing
56+ outcome==1.0.0 # via trio
4857packaging==19.0 # via pytest-sugar, sphinx
4958parso==0.4.0
5059pathtools==0.1.2 # via watchdog
@@ -59,6 +68,7 @@ pyhamcrest==1.9.0 # via twisted
5968pylint==2.3.1
6069pyopenssl==19.0.0 # via twisted
6170pyparsing==2.4.0 # via packaging
71+ pyrsistent==0.15.2
6272pytest-clarity==0.1.0a1
6373pytest-cov==2.6.1
6474pytest-sugar==0.9.2
@@ -69,8 +79,10 @@ readme-renderer==24.0 # via twine
6979requests-toolbelt==0.8.0 # via twine
7080requests==2.21.0
7181service-identity==18.1.0 # via twisted
72- six==1.12.0 # via astroid, automat, bleach, cryptography, cuvner, packaging, pyhamcrest, pyopenssl, pytest, readme-renderer, tox, treq
82+ six==1.12.0 # via astroid, automat, bleach, cryptography, cuvner, packaging, pyhamcrest, pyopenssl, pyrsistent, pytest, readme-renderer, tox, treq
83+ sniffio==1.1.0 # via anyio, trio
7384snowballstemmer==1.2.1 # via sphinx
85+ sortedcontainers==2.1.0 # via trio
7486sphinx-rtd-theme==0.4.3
7587sphinx==2.0.1
7688sphinxcontrib-applehelp==1.0.1 # via sphinx
@@ -80,13 +92,17 @@ sphinxcontrib-jsmath==1.0.1 # via sphinx
8092sphinxcontrib-qthelp==1.0.2 # via sphinx
8193sphinxcontrib-serializinghtml==1.1.3 # via sphinx
8294termcolor==1.1.0 # via pytest-clarity, pytest-sugar
83- toml==0.10.0 # via black, tox
95+ toml==0.10.0
96+ toolz==0.9.0
8497tox==3.9.0
8598tqdm==4.31.1 # via twine
8699treq==18.6.0
100+ trio-typing==0.2.0
101+ trio==0.11.0
87102twine==1.13.0
88103twisted[tls]==19.2.0
89- typed-ast==1.3.1 # via astroid
104+ typed-ast==1.4.0 # via astroid, mypy
105+ typing-extensions==3.7.4 # via trio-typing
90106unidiff==0.5.5 # via cuvner
91107urllib3==1.24.2
92108virtualenv==16.4.3 # via tox
0 commit comments