Skip to content

Commit 46915d3

Browse files
committed
Include toml dependency to prevent pipeline from failing on python 3.10.
1 parent 5cd71a6 commit 46915d3

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Pipfile

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ mypy = "*"
99
pytest = "*"
1010
pytest-cov = "*"
1111
yapf = "*"
12+
toml = "*" # see https://github.com/google/yapf/issues/936
1213

1314
[packages]
1415
nkeys = "*"

0 commit comments

Comments
 (0)