mirror of https://github.com/CIRCL/lookyloo
fix: Missing typing dep
parent
7053ca7994
commit
e62d1c3219
|
@ -1128,6 +1128,14 @@ category = "dev"
|
||||||
optional = false
|
optional = false
|
||||||
python-versions = "*"
|
python-versions = "*"
|
||||||
|
|
||||||
|
[[package]]
|
||||||
|
name = "types-pkg-resources"
|
||||||
|
version = "0.1.2"
|
||||||
|
description = "Typing stubs for pkg_resources"
|
||||||
|
category = "dev"
|
||||||
|
optional = false
|
||||||
|
python-versions = "*"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "types-redis"
|
name = "types-redis"
|
||||||
version = "3.5.0"
|
version = "3.5.0"
|
||||||
|
@ -1254,7 +1262,7 @@ misp = ["python-magic", "pydeep"]
|
||||||
[metadata]
|
[metadata]
|
||||||
lock-version = "1.1"
|
lock-version = "1.1"
|
||||||
python-versions = "^3.8"
|
python-versions = "^3.8"
|
||||||
content-hash = "e1bf704e07b3d70cb89f7ff6b67ca045da7b6c1dc59983f6c116e7812787575d"
|
content-hash = "993ff285e6d4726ce390cc9e90ec43422e277981f9c00cd5843352852c287b15"
|
||||||
|
|
||||||
[metadata.files]
|
[metadata.files]
|
||||||
aiohttp = [
|
aiohttp = [
|
||||||
|
@ -1973,6 +1981,9 @@ types-jinja2 = [
|
||||||
types-markupsafe = [
|
types-markupsafe = [
|
||||||
{file = "types_MarkupSafe-1.1.0-py2.py3-none-any.whl", hash = "sha256:9b7a9142ff5e97af10235fe504b823a4462b71cbd8189d6dde585aacf4cc9331"},
|
{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 = [
|
types-redis = [
|
||||||
{file = "types_redis-3.5.0-py2.py3-none-any.whl", hash = "sha256:cf29f55ccc3b44c78259cc22e4c0030f77b7a47ec5656211402be0fcf1a98536"},
|
{file = "types_redis-3.5.0-py2.py3-none-any.whl", hash = "sha256:cf29f55ccc3b44c78259cc22e4c0030f77b7a47ec5656211402be0fcf1a98536"},
|
||||||
]
|
]
|
||||||
|
|
|
@ -68,6 +68,7 @@ ipython = "^7.23.1"
|
||||||
types-redis = "^3.5.0"
|
types-redis = "^3.5.0"
|
||||||
types-requests = "^0.1.10"
|
types-requests = "^0.1.10"
|
||||||
types-Flask = "^1.1.0"
|
types-Flask = "^1.1.0"
|
||||||
|
types-pkg-resources = "^0.1.2"
|
||||||
|
|
||||||
[build-system]
|
[build-system]
|
||||||
requires = ["poetry_core>=1.0", "setuptools"]
|
requires = ["poetry_core>=1.0", "setuptools"]
|
||||||
|
|
Loading…
Reference in New Issue