From e62d1c3219e9702a323cb8468fc83354063e1c98 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rapha=C3=ABl=20Vinot?= Date: Fri, 11 Jun 2021 12:15:27 -0700 Subject: [PATCH] fix: Missing typing dep --- poetry.lock | 13 ++++++++++++- pyproject.toml | 1 + 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/poetry.lock b/poetry.lock index 4c53e0c..52f670d 100644 --- a/poetry.lock +++ b/poetry.lock @@ -1128,6 +1128,14 @@ category = "dev" optional = false python-versions = "*" +[[package]] +name = "types-pkg-resources" +version = "0.1.2" +description = "Typing stubs for pkg_resources" +category = "dev" +optional = false +python-versions = "*" + [[package]] name = "types-redis" version = "3.5.0" @@ -1254,7 +1262,7 @@ misp = ["python-magic", "pydeep"] [metadata] lock-version = "1.1" python-versions = "^3.8" -content-hash = "e1bf704e07b3d70cb89f7ff6b67ca045da7b6c1dc59983f6c116e7812787575d" +content-hash = "993ff285e6d4726ce390cc9e90ec43422e277981f9c00cd5843352852c287b15" [metadata.files] aiohttp = [ @@ -1973,6 +1981,9 @@ types-jinja2 = [ types-markupsafe = [ {file = "types_MarkupSafe-1.1.0-py2.py3-none-any.whl", hash = "sha256:9b7a9142ff5e97af10235fe504b823a4462b71cbd8189d6dde585aacf4cc9331"}, ] +types-pkg-resources = [ + {file = "types_pkg_resources-0.1.2-py2.py3-none-any.whl", hash = "sha256:42d640500de564f1ccc21f918117afadf78039e4fa7f513c647ccf742d609aeb"}, +] types-redis = [ {file = "types_redis-3.5.0-py2.py3-none-any.whl", hash = "sha256:cf29f55ccc3b44c78259cc22e4c0030f77b7a47ec5656211402be0fcf1a98536"}, ] diff --git a/pyproject.toml b/pyproject.toml index 990287a..643810f 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -68,6 +68,7 @@ ipython = "^7.23.1" types-redis = "^3.5.0" types-requests = "^0.1.10" types-Flask = "^1.1.0" +types-pkg-resources = "^0.1.2" [build-system] requires = ["poetry_core>=1.0", "setuptools"]