diff --git a/.github/workflows/test-package.yml b/.github/workflows/test-package.yml index c66601b..df50003 100644 --- a/.github/workflows/test-package.yml +++ b/.github/workflows/test-package.yml @@ -64,7 +64,7 @@ jobs: env: DATABASE_URL: "sqlite:///testsuite" run: bash scripts/test.sh - - run: mypy --config-file mypy.ini --install-types ormar tests + - run: mypy --config-file mypy.ini ormar tests - name: Upload coverage uses: codecov/codecov-action@v1 - name: Test & publish code coverage diff --git a/Makefile b/Makefile index 6f0ec91..47cba5e 100644 --- a/Makefile +++ b/Makefile @@ -28,4 +28,4 @@ black: black ormar tests mypy: - mypy --config-file mypy.ini --install-types ormar tests \ No newline at end of file + mypy --config-file mypy.ini ormar tests \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 92b231d..abdd726 100644 --- a/requirements.txt +++ b/requirements.txt @@ -44,6 +44,10 @@ types-ipaddress types-enum34 types-cryptography types-orjson +types-aiofiles +types-pkg_resources +types-requests +types-toml # Documantation mkdocs