Skip to content

Commit

Permalink
[Py] Update dependencies for python for transitive deps.
Browse files Browse the repository at this point in the history
  • Loading branch information
AutomatedTester committed Oct 5, 2020
1 parent abe3e50 commit 8d867f7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions py/BUILD.bazel
Original file line number Diff line number Diff line change
Expand Up @@ -196,6 +196,7 @@ py_test_suite(
requirement("attrs"),
requirement("idna"),
requirement("iniconfig"),
requirement("importlib_metadata"),
requirement("h11"),
requirement("more_itertools"),
requirement("multidict"),
Expand All @@ -209,6 +210,7 @@ py_test_suite(
requirement("sniffio"),
requirement("trio"),
requirement("trio_websocket"),
requirement("zipp"),
],
)

Expand Down
2 changes: 2 additions & 0 deletions py/requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ attrs
dataclasses
h11
idna
importlib_metadata
inflection
iniconfig
more_itertools
Expand All @@ -17,3 +18,4 @@ sortedcontainers
sniffio
trio
trio_websocket
zipp

0 comments on commit 8d867f7

Please sign in to comment.