cyber_fenneko/pyproject.toml

25 lines
663 B
TOML
Raw Normal View History

2023-10-13 18:04:11 +00:00
[tool.poetry]
name = "cyber-fenneko"
version = "0.1.0"
description = ""
authors = ["Chris W <cawatson1993@gmail.com>"]
readme = "README.md"
[tool.poetry.scripts]
fenneko = "cyber_fenneko.__main__:main"
[tool.poetry.dependencies]
python = "^3.11"
2023-10-31 08:06:06 +00:00
# telethon = "^1.30.3"
2023-10-13 18:04:11 +00:00
python-dotenv = "^1.0.0"
httpx = "^0.25.0"
2023-10-31 08:05:43 +00:00
openai = {version = "^1.0.0b3", allow-prereleases = true}
telemongo = {path = "../telethon-session-mongo", develop=true}
mongoengine = "^0.27.0"
2023-10-31 08:06:06 +00:00
telethon = {git = "https://github.com/LonamiWebs/Telethon", rev = "v2", subdirectory = "client"}
2023-11-08 18:00:11 +00:00
jsonpickle = "^3.0.2"
2023-10-13 18:04:11 +00:00
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"