From 9ee8e98c222b98ef5d813baea9d00ffb346cded2 Mon Sep 17 00:00:00 2001 From: cn Date: Thu, 10 Jun 2021 16:31:22 +0200 Subject: [PATCH] fix --- pyproject.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pyproject.toml b/pyproject.toml index faa43a2..04792f0 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -19,6 +19,8 @@ requests = "~2.25" mypy = "0.901" pylint = "~2.8" rope = "~0.19" +types-PyYAML = "~0.1" +types-requests = "~0.1" yapf = "~0.31" [tool.yapf]