From 7cfa8fa5eaa654db183e2e0b2b1d3f39f25e4e08 Mon Sep 17 00:00:00 2001 From: JP Flouret Date: Sun, 8 Aug 2021 20:56:13 -0700 Subject: [PATCH] Add missing packages to github checks --- .github/workflows/checks.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/checks.yml b/.github/workflows/checks.yml index 3601366..459fb50 100644 --- a/.github/workflows/checks.yml +++ b/.github/workflows/checks.yml @@ -12,7 +12,7 @@ jobs: python-version: 3.x - run: | pip install --upgrade pip - pip install black==21.7b0 flake8==3.9.2 mypy==v0.910 + pip install black==21.7b0 flake8==3.9.2 mypy==v0.910 types-pytz types-requests typing-extensions black --diff --check iqtrade tests examples flake8 iqtrade tests examples mypy iqtrade tests examples