File tree Expand file tree Collapse file tree 2 files changed +3
-6
lines changed
Expand file tree Collapse file tree 2 files changed +3
-6
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ typing-extensions; implementation_name == "cpython"
2424cffi; os_name == "nt"
2525attrs >= 19.2.0
2626sortedcontainers
27- async_generator >= 1.9
27+ contextlib2; python_version < '3.10'
2828idna
2929outcome
3030sniffio
Original file line number Diff line number Diff line change @@ -8,8 +8,6 @@ astor==0.8.1
88 # via -r test-requirements.in
99astroid==2.8.4
1010 # via pylint
11- async-generator==1.10
12- # via -r test-requirements.in
1311attrs==21.2.0
1412 # via
1513 # -r test-requirements.in
@@ -23,6 +21,8 @@ cffi==1.15.0
2321 # via cryptography
2422click==8.0.3
2523 # via black
24+ contextlib2==21.6.0 ; python_version < "3.10"
25+ # via -r test-requirements.in
2626coverage[toml]==6.0.2
2727 # via pytest-cov
2828cryptography==36.0.1
@@ -38,8 +38,6 @@ idna==3.3
3838 # via
3939 # -r test-requirements.in
4040 # trustme
41- immutables==0.16
42- # via -r test-requirements.in
4341importlib-metadata==4.2.0
4442 # via
4543 # click
@@ -149,7 +147,6 @@ typing-extensions==3.10.0.2 ; implementation_name == "cpython"
149147 # -r test-requirements.in
150148 # astroid
151149 # black
152- # immutables
153150 # importlib-metadata
154151 # mypy
155152 # pylint
You can’t perform that action at this time.
0 commit comments