diff --git a/.github/workflows/mypy.yml b/.github/workflows/mypy.yml index ea26503..dda9780 100644 --- a/.github/workflows/mypy.yml +++ b/.github/workflows/mypy.yml @@ -18,7 +18,6 @@ jobs: - name: Install dependencies run: | python -m pip install --upgrade pip - pip install mypy types-requests types-setuptools pip install -r requirements_dev.txt - name: Run MyPy diff --git a/requirements_dev.txt b/requirements_dev.txt index a34cc3b..420ea68 100644 --- a/requirements_dev.txt +++ b/requirements_dev.txt @@ -2,3 +2,6 @@ requests~=2.32.3 python-dotenv~=1.0.1 pytest~=8.3.5 pytest-cov +mypy +types-requests +types-setuptools