Add Dependencies to migrations guide

This commit is contained in:
Oleg A 2024-06-07 14:43:58 +03:00
parent 0335bb14fc
commit ea482d53ca
No known key found for this signature in database
GPG key ID: 5FE046817A9657C5

View file

@ -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
========== ==========