mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update project structure
This commit is contained in:
parent
2495836469
commit
293337735d
215 changed files with 292 additions and 53 deletions
|
|
@ -1,6 +1,6 @@
|
|||
[tool.poetry]
|
||||
name = "aiogram"
|
||||
version = "3.0.0-alpha.5"
|
||||
version = "3.0.0-alpha.6"
|
||||
description = "Modern and fully asynchronous framework for Telegram Bot API"
|
||||
authors = ["Alex Root Junior <jroot.junior@gmail.com>"]
|
||||
license = "MIT"
|
||||
|
|
@ -69,6 +69,7 @@ pre-commit = "^2.3.0"
|
|||
packaging = "^20.3"
|
||||
typing-extensions = "^3.7.4"
|
||||
poetry = "^1.0.5"
|
||||
furo = "^2020.11.15-beta.17"
|
||||
|
||||
[tool.poetry.extras]
|
||||
fast = ["uvloop"]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue