start project, add all command, add get schedule, add set group, add auto update and add auto send notification
This commit is contained in:
@@ -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"
|
||||
Reference in New Issue
Block a user