mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-09 17:33:44 +00:00
Merge branch 'dev' into dev-1.x
# Conflicts: # aiogram/__init__.py # aiogram/types/message.py
This commit is contained in:
commit
d9ffbb2896
2 changed files with 1 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
|||
# from .bot import Bot
|
||||
from .bot import Bot
|
||||
from .utils.versions import Version, Stage
|
||||
|
||||
VERSION = Version(1, 0, 0, stage=Stage.DEV, build=0)
|
||||
|
|
|
|||
|
|
@ -1,4 +1,3 @@
|
|||
ujson
|
||||
aiohttp>=2.1.0
|
||||
appdirs>=1.4.3
|
||||
async-timeout>=1.2.1
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue