forked from CameronJGrant/telegram-scam-baiter
23 lines
521 B
TOML
23 lines
521 B
TOML
[project]
|
||
name = "telebot"
|
||
version = "0.1.0"
|
||
description = "Telethon + OpenAI bot that engages unsolicited DMs with safe, time‑wasting small talk."
|
||
|
||
authors = [
|
||
{name = "Cameron Grant",email = "cameron.grant@outlook.com"}
|
||
]
|
||
license = {text = "MIT"}
|
||
readme = "README.md"
|
||
requires-python = ">=3.13"
|
||
dependencies = [
|
||
"telethon (>=1.41.2,<2.0.0)",
|
||
"openai (>=2.1.0,<3.0.0)"
|
||
]
|
||
|
||
[tool.poetry]
|
||
package-mode = false
|
||
|
||
[build-system]
|
||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||
build-backend = "poetry.core.masonry.api"
|