mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Add Dependencies to migrations guide (#1504)
* Add Dependencies to migrations guide * Added changelog
This commit is contained in:
parent
0335bb14fc
commit
69c359d23a
2 changed files with 52 additions and 43 deletions
1
CHANGES/1504.doc.rst
Normal file
1
CHANGES/1504.doc.rst
Normal file
|
|
@ -0,0 +1 @@
|
||||||
|
Added information about dependency changes to the :code:`2.x --> 3.x` migration guide.
|
||||||
|
|
@ -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