add poetry, count_lines.py, .gitignore, README.md, LICENSE and TERMS.md

This commit is contained in:
2024-12-09 10:38:50 +07:00
commit 4a6ab7b36c
7 changed files with 1615 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
[tool.poetry]
name = "telegram-bot"
version = "0.1.0"
description = ""
authors = ["Dmitrium12 <belicdima8@gmail.com>"]
license = "LICENSE"
readme = "README.md"
[tool.poetry.dependencies]
python = "=3.12.7"
ruff = "^0.8.2"
radon = "^6.0.1"
requests = "^2.32.3"
python-dotenv = "^1.0.1"
loguru = "^0.7.3"
pymongo = "^4.10.1"
aiogram = "^3.15.0"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"