Update dev requirements

Make sure mypy and type stubs are installed in dev environment. They
are already used for linting.
This commit is contained in:
IamTheFij 2022-10-11 12:38:52 -07:00
parent e147fad63c
commit d48daaab10
2 changed files with 3 additions and 2 deletions

View File

@ -1,7 +1,6 @@
from __future__ import annotations
import unittest
from pathlib import Path
from tarfile import TarFile
from typing import Any
from typing import Callable

View File

@ -1,4 +1,6 @@
-e .
pytest
coverage
mypy
pre-commit
types-requests
types-toml