spam-detector/pyproject.toml

34 lines
643 B
TOML
Raw Normal View History

2024-10-29 00:17:54 +03:00
[tool.poetry]
name = "spam-detector"
2024-10-29 00:17:54 +03:00
version = "0.1.0"
description = ""
authors = ["bvn13 <from.github@bvn13.me>"]
readme = "README.md"
packages = [
{ include = "src" }
]
2024-10-29 00:17:54 +03:00
[tool.poetry.dependencies]
python = "^3.10"
2024-10-29 00:17:54 +03:00
scikit-learn = "^1.5.2"
numpy = "^2.1.2"
spam-detector-ai = "^2.1.18"
nltk = "^3.9.1"
joblib = "^1.4.2"
xgboost = "^2.1.2"
imblearn = "^0.0"
requests = "^2.32.3"
googletrans = "^4.0.0rc1"
tqdm = "^4.66.5"
tornado = "^6.4.1"
asyncio = "^3.4.3"
exceptiongroup = "^1.0.0rc8"
scheduler = "^0.8.7"
2024-10-29 00:17:54 +03:00
[tool.poetry.scripts]
app = "src.app:start"
2024-10-29 00:17:54 +03:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"