diff --git a/poetry.lock b/poetry.lock index ca642ea5..1d33d831 100644 --- a/poetry.lock +++ b/poetry.lock @@ -2081,6 +2081,17 @@ files = [ {file = "types_Markdown-3.5.0.20240129-py3-none-any.whl", hash = "sha256:d6861d9d68e8268a5346d8a43d14727e6c636ebc6d49f2b8fc034c25996d35dd"}, ] +[[package]] +name = "types-pillow" +version = "10.2.0.20240213" +description = "Typing stubs for Pillow" +optional = false +python-versions = ">=3.8" +files = [ + {file = "types-Pillow-10.2.0.20240213.tar.gz", hash = "sha256:4800b61bf7eabdae2f1b17ade0d080709ed33e9f26a2e900e470e8b56ebe2387"}, + {file = "types_Pillow-10.2.0.20240213-py3-none-any.whl", hash = "sha256:062c5a0f20301a30f2df4db583f15b3c2a1283a12518d1f9d81396154e12c1af"}, +] + [[package]] name = "types-python-dateutil" version = "2.8.19.20240106" @@ -2277,4 +2288,4 @@ files = [ [metadata] lock-version = "2.0" python-versions = ">=3.11" -content-hash = "e42187eb27346d4568b0eb989706eaa793105c7c8b4945e8d7cd74586cf9b269" +content-hash = "ed38c07ca69be1121a66b269b5c73ff758e38c9ba7a120c7096b18609e04637c" diff --git a/pyproject.toml b/pyproject.toml index c72019a2..cd7d5cce 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -72,6 +72,7 @@ django-stubs = "*" flake8 = "*" flake8-import-order = "<2" mypy = { version = ">=1.7,<1.8", extras = ["mypyc"] } +types-Pillow = "*" types-markdown = "*" types-python-dateutil = "*" types-requests = "*"