[tool.poetry]
name = "ultimate-fansifter-users-helper"
version = "0.1.0"
description = "CLI tool to help deal with Fansifter related users."
authors = ["Oleh Zhovnuvatyi <oleh.zhovnuvatyi.sme@sonymusic-pde.com>"]
readme = "README.md"
packages = [{include = "app"}]

[tool.poetry.dependencies]
python = "^3.11"
neo4j = "^5.18.0"
rich = "^13.7.1"
python-dotenv = "^1.0.1"
paramiko = "^3.4.0"
sshtunnel-requests = "^0.1.3"
bloom-filter2 = "2.0.0"
splitio-client = "^9.6.2"
pytest = ">=8.2.2,<10.0.0"
click = "^8.1.7"
pydantic = "^2.10.6"
langdetect = "^1.0.9"
unidecode = "^1.4.0"


[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"
