Files
flowsint/flowsint-enrichers/pyproject.toml
2026-01-25 20:45:22 +01:00

56 lines
1.4 KiB
TOML

[tool.poetry]
name = "flowsint-enrichers"
version = "1.0.0"
license = "Apache-2.0"
description = "Enricher modules for flowsint"
authors = ["dextmorgn <contact@flowsint.io>"]
packages = [{ include = "flowsint_enrichers", from = "src" }]
[tool.poetry.dependencies]
python = ">=3.12,<4.0"
flowsint-types = { path = "../flowsint-types", develop = true }
flowsint-core = { path = "../flowsint-core", develop = true }
holehe = "^1.61"
sherlock-project = "^0.15.0"
requests = "^2.31"
python-whois = "^0.9.5"
httpx = "^0.28.0"
pydig = "^0.4"
ignorant = "^1.2"
hibpwned = "^1.3.9"
phonenumbers = "^9.0.8"
pydantic = "^2.11.7"
requests-random-user-agent = "^2023.10.25"
maigret = { git = "https://github.com/soxoj/maigret", python = ">=3.12,<4.0" }
recontrack = { git = "https://github.com/reconurge/recontrack.git" }
reconcrawl = { git = "https://github.com/reconurge/reconcrawl.git" }
reconspread = { git = "https://github.com/reconurge/reconspread.git" }
dnspython = "^2.4"
[tool.poetry.group.dev.dependencies]
pytest = "^8.4.2"
pytest-asyncio = "^0.21"
black = "^25.0"
isort = "^6.0"
flake8 = "^7.0"
mypy = "^1.17"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
[tool.black]
line-length = 88
target-version = ['py311']
[tool.isort]
profile = "black"
multi_line_output = 3
[tool.mypy]
python_version = "3.11"
warn_return_any = true
warn_unused_configs = true
disallow_untyped_defs = true