From a53bfdc20505e9f5360ebaa9fd19e03dab70796b Mon Sep 17 00:00:00 2001 From: Pete Gadomski Date: Fri, 25 Mar 2022 06:24:21 -0600 Subject: [PATCH] deps: add toml to requirements-dev https://github.com/google/yapf/pull/964 needs to be released before we can use `yapf[pyproject]`. --- requirements-dev.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/requirements-dev.txt b/requirements-dev.txt index 6c3eba9e..9837c71a 100644 --- a/requirements-dev.txt +++ b/requirements-dev.txt @@ -15,6 +15,8 @@ sphinx-autobuild sphinx-click sphinxcontrib-fulltoc sphinxcontrib-napoleon +# an explicit toml installation is required until https://github.com/google/yapf/commit/fb0fbb47723612608a7c64cb3835562160ea834c is released +toml types-certifi types-orjson types-python-dateutil