[tool.poetry] name = "flowsint" version = "2.0.0" description = "Flowsint multi-module project" authors = ["dextmorgn "] package-mode = false [tool.poetry.dependencies] python = ">=3.12,<4.0" flowsint-core = { path = "./flowsint-core", develop = true } flowsint-types = { path = "./flowsint-types", develop = true } flowsint-enrichers = { path = "./flowsint-enrichers", develop = true } flowsint-api = { path = "./flowsint-api", develop = true } pydantic = {extras = ["email"], version = "^2.11.7"} python-multipart = "^0.0.20" docker = "^7.1.0" [build-system] requires = ["poetry-core"] build-backend = "poetry.core.masonry.api"