mirror of
https://github.com/reconurge/flowsint.git
synced 2026-03-09 07:17:07 -05:00
21 lines
653 B
TOML
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"
|