35 lines
659 B
TOML
35 lines
659 B
TOML
[tool.poetry]
|
|
name = "spam-detector"
|
|
version = "0.1.0"
|
|
description = ""
|
|
authors = ["bvn13 <from.github@bvn13.me>"]
|
|
readme = "README.md"
|
|
packages = [
|
|
{ include = "src" }
|
|
]
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
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"
|
|
pika = "^1.3.2"
|
|
|
|
[tool.poetry.scripts]
|
|
app = "src.app:start"
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|