mirror of https://github.com/MISP/misp-modules
Merge pull request #696 from MISP/fix-poetry
add fix as reported here https://github.com/MISP/misp-docker/issues/167pull/700/head v2.4.198
commit
7e2297aa71
File diff suppressed because it is too large
Load Diff
|
@ -4,7 +4,7 @@ build-backend = "poetry.core.masonry.api"
|
||||||
|
|
||||||
[tool.poetry]
|
[tool.poetry]
|
||||||
name = "misp-modules"
|
name = "misp-modules"
|
||||||
version = "2.4.197"
|
version = "2.4.198"
|
||||||
description = "MISP modules are autonomous modules that can be used for expansion and other services in MISP"
|
description = "MISP modules are autonomous modules that can be used for expansion and other services in MISP"
|
||||||
authors = ["Alexandre Dulaunoy <alexandre.dulaunoy@circl.lu>"]
|
authors = ["Alexandre Dulaunoy <alexandre.dulaunoy@circl.lu>"]
|
||||||
license = "AGPL-3.0-only"
|
license = "AGPL-3.0-only"
|
||||||
|
@ -36,6 +36,7 @@ psutil = "*"
|
||||||
pyparsing = "*"
|
pyparsing = "*"
|
||||||
redis = "*"
|
redis = "*"
|
||||||
tornado = "*"
|
tornado = "*"
|
||||||
|
urllib3 = ">=1.26,<2"
|
||||||
## module dependencies (if a dependency fails loading with '*', pin it here)
|
## module dependencies (if a dependency fails loading with '*', pin it here)
|
||||||
censys = "2.0.9"
|
censys = "2.0.9"
|
||||||
socialscan = "<2.0.0"
|
socialscan = "<2.0.0"
|
||||||
|
|
Loading…
Reference in New Issue