add poetry files
This commit is contained in:
19
pyproject.toml
Normal file
19
pyproject.toml
Normal file
@@ -0,0 +1,19 @@
|
||||
[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"
|
||||
Reference in New Issue
Block a user