mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add Dependencies to migrations guide
This commit is contained in:
parent
0335bb14fc
commit
ea482d53ca
1 changed files with 51 additions and 43 deletions
|
|
@ -21,6 +21,14 @@ On this page, you can read about the changes made in relation to the last stable
|
||||||
|
|
||||||
Feel free to contribute to this page, if you find something that is not mentioned here.
|
Feel free to contribute to this page, if you find something that is not mentioned here.
|
||||||
|
|
||||||
|
Dependencies
|
||||||
|
==========
|
||||||
|
|
||||||
|
- The dependencies required for :code:`i18n` are no longer part of the default package.
|
||||||
|
If your application uses translation functionality, be sure to add an optional dependency:
|
||||||
|
|
||||||
|
:code:`pip install aiogram[i18n]`
|
||||||
|
|
||||||
|
|
||||||
Dispatcher
|
Dispatcher
|
||||||
==========
|
==========
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue