First commit

This commit is contained in:
Matheus Albino Brunhara
2023-09-23 16:29:05 -03:00
commit a842293ac6
7 changed files with 372 additions and 0 deletions

17
pyproject.toml Normal file
View File

@@ -0,0 +1,17 @@
[tool.poetry]
name = "telegram-messages-manager"
version = "0.1.0"
description = ""
authors = ["Matheus Albino Brunhara <matheusalb3213@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
telethon = "^1.30.3"
cryptg = "^0.4.0"
python-dotenv = "^1.0.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"