mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Added support of Telegram BOt API 6.0
This commit is contained in:
parent
51d3ad7d94
commit
0e2beb24c2
23 changed files with 969 additions and 574 deletions
2
Makefile
2
Makefile
|
|
@ -1,4 +1,4 @@
|
|||
VENV_NAME := venv
|
||||
VENV_NAME := .venv
|
||||
PYTHON := $(VENV_NAME)/bin/python
|
||||
AIOGRAM_VERSION := $(shell $(PYTHON) -c "import aiogram;print(aiogram.__version__)")
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue