Add Dependencies to migrations guide (#1504)

* Add Dependencies to migrations guide

* Added changelog
This commit is contained in:
Oleg A 2024-06-07 18:52:02 +03:00 committed by GitHub
parent 0335bb14fc
commit 69c359d23a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 52 additions and 43 deletions

1
CHANGES/1504.doc.rst Normal file
View file

@ -0,0 +1 @@
Added information about dependency changes to the :code:`2.x --> 3.x` migration guide.

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