start project, add all command, add get schedule, add set group, add auto update and add auto send notification

This commit is contained in:
2024-06-09 12:54:13 +07:00
commit 8544dda455
10 changed files with 1903 additions and 0 deletions
+18
View File
@@ -0,0 +1,18 @@
[tool.poetry]
name = "aero"
version = "0.0.2"
description = ""
authors = ["Dmitrium12 <belicdima8@gmail.com>"]
readme = "README.md"
[tool.poetry.dependencies]
python = "^3.11"
aiogram = "^3.3.0"
requests = "^2.31.0"
bs4 = "^0.0.2"
pymongo = "^4.6.1"
[build-system]
requires = ["poetry-core"]
build-backend = "poetry.core.masonry.api"