21 lines
438 B
TOML
21 lines
438 B
TOML
[tool.poetry]
|
|
name = "telegram group mirror"
|
|
version = "0.1.0"
|
|
description = "Many to Many telegram group mirroring"
|
|
authors = ["likewhoa <likewhoa@weboperative.com>"]
|
|
license = "AGPL"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
Telethon = "^1.33.1"
|
|
PyYAML = "^6.0.1"
|
|
asyncio = "^3.4.3"
|
|
pillow = "^10.1.0"
|
|
apscheduler = "^3.10.4"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|