Skip to content

Commit bbfbe0b

Browse files
akbakb
authored andcommitted
Rename trio_typing to trio-typing
1 parent c398cb8 commit bbfbe0b

File tree

3 files changed

+13
-26
lines changed

3 files changed

+13
-26
lines changed

dev-requirements.txt

Lines changed: 11 additions & 24 deletions
Original file line numberDiff line numberDiff line change
@@ -2,22 +2,18 @@
22
# This file is autogenerated by pip-compile
33
# To update, run:
44
#
5-
# pip-compile --output-file dev-requirements.txt dev-requirements.in
5+
# pip-compile --output-file=dev-requirements.txt dev-requirements.in
66
#
77
aiohttp==3.5.4
88
alabaster==0.7.12 # via sphinx
99
ansicolors==1.0.2 # via cuvner
10-
anyio==1.0.0 # via asks
11-
appdirs==1.4.3
10+
appdirs==1.4.3 # via black
1211
argh==0.26.2 # via watchdog
13-
asks==2.3.3
1412
asn1crypto==0.24.0 # via cryptography
1513
astroid==2.2.5 # via pylint
16-
async-exit-stack==1.0.1
17-
async-generator==1.10
1814
async-timeout==3.0.1 # via aiohttp
1915
atomicwrites==1.3.0 # via pytest
20-
attrs==19.1.0
16+
attrs==19.1.0 # via aiohttp, automat, black, hypothesis, pytest, service-identity, treq, twisted
2117
automat==0.7.0 # via twisted
2218
babel==2.6.0 # via sphinx
2319
black==19.3b0
@@ -26,18 +22,17 @@ bump2version==0.5.10
2622
certifi==2019.3.9 # via requests
2723
cffi==1.12.2 # via cryptography
2824
chardet==3.0.4 # via aiohttp, requests
29-
click==7.0
25+
click==7.0 # via black, cuvner
3026
constantly==15.1.0 # via twisted
3127
coverage==4.5.3
3228
cryptography==2.6.1 # via pyopenssl, service-identity
3329
cuvner==18.0.1
3430
docshtest==0.0.2
3531
docutils==0.14 # via readme-renderer, sphinx
3632
filelock==3.0.10 # via tox
37-
h11==0.9.0 # via asks
3833
hyperlink==19.0.0 # via twisted
3934
hypothesis==4.17.1
40-
idna==2.8 # via hyperlink, requests, trio, twisted, yarl
35+
idna==2.8 # via hyperlink, requests, twisted, yarl
4136
imagesize==1.1.0 # via sphinx
4237
incremental==17.5.0 # via cuvner, treq, twisted
4338
isort==4.3.17 # via pylint
@@ -47,13 +42,9 @@ lazy-object-proxy==1.3.1 # via astroid
4742
lockfile==0.12.2
4843
lxml==4.3.4
4944
markupsafe==1.1.1 # via jinja2
50-
marshmallow==3.0.0rc7
5145
mccabe==0.6.1 # via pylint
5246
more-itertools==7.0.0 # via pytest
5347
multidict==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
5748
packaging==19.0 # via pytest-sugar, sphinx
5849
parso==0.4.0
5950
pathtools==0.1.2 # via watchdog
@@ -68,7 +59,6 @@ pyhamcrest==1.9.0 # via twisted
6859
pylint==2.3.1
6960
pyopenssl==19.0.0 # via twisted
7061
pyparsing==2.4.0 # via packaging
71-
pyrsistent==0.15.2
7262
pytest-clarity==0.1.0a1
7363
pytest-cov==2.6.1
7464
pytest-sugar==0.9.2
@@ -79,10 +69,8 @@ readme-renderer==24.0 # via twine
7969
requests-toolbelt==0.8.0 # via twine
8070
requests==2.21.0
8171
service-identity==18.1.0 # via twisted
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
72+
six==1.12.0 # via astroid, automat, bleach, cryptography, cuvner, packaging, pyhamcrest, pyopenssl, pytest, readme-renderer, tox, treq
8473
snowballstemmer==1.2.1 # via sphinx
85-
sortedcontainers==2.1.0 # via trio
8674
sphinx-rtd-theme==0.4.3
8775
sphinx==2.0.1
8876
sphinxcontrib-applehelp==1.0.1 # via sphinx
@@ -92,17 +80,13 @@ sphinxcontrib-jsmath==1.0.1 # via sphinx
9280
sphinxcontrib-qthelp==1.0.2 # via sphinx
9381
sphinxcontrib-serializinghtml==1.1.3 # via sphinx
9482
termcolor==1.1.0 # via pytest-clarity, pytest-sugar
95-
toml==0.10.0
96-
toolz==0.9.0
83+
toml==0.10.0 # via black, tox
9784
tox==3.9.0
9885
tqdm==4.31.1 # via twine
9986
treq==18.6.0
100-
trio-typing==0.2.0
101-
trio==0.11.0
10287
twine==1.13.0
10388
twisted[tls]==19.2.0
104-
typed-ast==1.4.0 # via astroid, mypy
105-
typing-extensions==3.7.4 # via trio-typing
89+
typed-ast==1.4.0 # via astroid
10690
unidiff==0.5.5 # via cuvner
10791
urllib3==1.24.2
10892
virtualenv==16.4.3 # via tox
@@ -113,3 +97,6 @@ wrapt==1.11.1 # via astroid
11397
yapf==0.27.0
11498
yarl==1.3.0 # via aiohttp
11599
zope.interface==4.6.0 # via twisted
100+
101+
# The following packages are considered to be unsafe in a requirements file:
102+
# setuptools==41.0.1 # via pyhamcrest, pytest, sphinx, tox, twine, zope.interface

requirements.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ toml
1111
asks
1212
marshmallow>=3.0rc1
1313
pyrsistent
14-
trio_typing
14+
trio-typing

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# This file is autogenerated by pip-compile
33
# To update, run:
44
#
5-
# pip-compile --output-file requirements.txt requirements.in
5+
# pip-compile --output-file=requirements.txt requirements.in
66
#
77
anyio==1.0.0 # via asks
88
appdirs==1.4.3

0 commit comments

Comments
 (0)