add poetry, count_lines.py, .gitignore, README.md, LICENSE and TERMS.md
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user