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,11 @@ 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+ outcome==1.0.0 # via trio
4855packaging==19.0 # via pytest-sugar, sphinx
4956parso==0.4.0
5057pathtools==0.1.2 # via watchdog
@@ -59,6 +66,7 @@ pyhamcrest==1.9.0 # via twisted
5966pylint==2.3.1
6067pyopenssl==19.0.0 # via twisted
6168pyparsing==2.4.0 # via packaging
69+ pyrsistent==0.15.2
6270pytest-clarity==0.1.0a1
6371pytest-cov==2.6.1
6472pytest-sugar==0.9.2
@@ -69,8 +77,10 @@ readme-renderer==24.0 # via twine
6977requests-toolbelt==0.8.0 # via twine
7078requests==2.21.0
7179service-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
80+ six==1.12.0 # via astroid, automat, bleach, cryptography, cuvner, packaging, pyhamcrest, pyopenssl, pyrsistent, pytest, readme-renderer, tox, treq
81+ sniffio==1.1.0 # via anyio, trio
7382snowballstemmer==1.2.1 # via sphinx
83+ sortedcontainers==2.1.0 # via trio
7484sphinx-rtd-theme==0.4.3
7585sphinx==2.0.1
7686sphinxcontrib-applehelp==1.0.1 # via sphinx
@@ -80,10 +90,12 @@ sphinxcontrib-jsmath==1.0.1 # via sphinx
8090sphinxcontrib-qthelp==1.0.2 # via sphinx
8191sphinxcontrib-serializinghtml==1.1.3 # via sphinx
8292termcolor==1.1.0 # via pytest-clarity, pytest-sugar
83- toml==0.10.0 # via black, tox
93+ toml==0.10.0
94+ toolz==0.9.0
8495tox==3.9.0
8596tqdm==4.31.1 # via twine
8697treq==18.6.0
98+ trio==0.11.0
8799twine==1.13.0
88100twisted[tls]==19.2.0
89101typed-ast==1.3.1 # via astroid
0 commit comments