20 lines
402 B
TOML
20 lines
402 B
TOML
[tool.poetry]
|
|
name = "groupmirror"
|
|
version = "0.1.0"
|
|
description = "Many to Many telegram group mirroring"
|
|
authors = ["likewhoa <likewhoa@weboperative.com>"]
|
|
license = "GPL"
|
|
readme = "README.md"
|
|
|
|
[tool.poetry.dependencies]
|
|
python = "^3.10"
|
|
Telethon = "^1.32.1"
|
|
PyYAML = "^6.0.1"
|
|
asyncio = "^3.4.3"
|
|
pillow = "^9.5.0"
|
|
|
|
|
|
[build-system]
|
|
requires = ["poetry-core"]
|
|
build-backend = "poetry.core.masonry.api"
|