Skip to content

Commit 1b97781

Browse files
akbakb
authored andcommitted
Update requirements
1 parent a5c2c9a commit 1b97781

File tree

3 files changed

+11
-1
lines changed

3 files changed

+11
-1
lines changed

dev-requirements.txt

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,8 @@ marshmallow==3.0.0rc7
5151
mccabe==0.6.1 # via pylint
5252
more-itertools==7.0.0 # via pytest
5353
multidict==4.5.2 # via aiohttp, yarl
54+
mypy-extensions==0.4.1 # via mypy, trio-typing
55+
mypy==0.711 # via trio-typing
5456
outcome==1.0.0 # via trio
5557
packaging==19.0 # via pytest-sugar, sphinx
5658
parso==0.4.0
@@ -95,10 +97,12 @@ toolz==0.9.0
9597
tox==3.9.0
9698
tqdm==4.31.1 # via twine
9799
treq==18.6.0
100+
trio-typing==0.2.0
98101
trio==0.11.0
99102
twine==1.13.0
100103
twisted[tls]==19.2.0
101-
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
102106
unidiff==0.5.5 # via cuvner
103107
urllib3==1.24.2
104108
virtualenv==16.4.3 # via tox

requirements.in

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

requirements.txt

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ click==7.0
1515
h11==0.9.0 # via asks
1616
idna==2.8 # via trio
1717
marshmallow==3.0.0rc7
18+
mypy-extensions==0.4.1 # via mypy, trio-typing
19+
mypy==0.711 # via trio-typing
1820
outcome==1.0.0 # via trio
1921
parso==0.4.0
2022
pyrsistent==0.15.2
@@ -23,4 +25,7 @@ sniffio==1.1.0 # via anyio, trio
2325
sortedcontainers==2.1.0 # via trio
2426
toml==0.10.0
2527
toolz==0.9.0
28+
trio-typing==0.2.0
2629
trio==0.11.0
30+
typed-ast==1.4.0 # via mypy
31+
typing-extensions==3.7.4 # via trio-typing

0 commit comments

Comments
 (0)