Files
flowsint/pyproject.toml
2025-11-27 17:34:57 +01:00

21 lines
653 B
TOML

[tool.poetry]
name = "flowsint"
version = "2.0.0"
description = "Flowsint multi-module project"
authors = ["dextmorgn <contact@flowsint.io>"]
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"