mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Update dependencies (mongo)
Signed-off-by: selfkilla666 <selfkilla666@yahoo.com>
This commit is contained in:
parent
6f8b716044
commit
21a1906dba
1 changed files with 6 additions and 0 deletions
|
|
@ -61,6 +61,9 @@ fast = [
|
|||
redis = [
|
||||
"redis[hiredis]~=5.0.1",
|
||||
]
|
||||
mongo = [
|
||||
"motor>=3.3.2"
|
||||
]
|
||||
proxy = [
|
||||
"aiohttp-socks~=0.8.3",
|
||||
]
|
||||
|
|
@ -117,6 +120,7 @@ features = [
|
|||
"dev",
|
||||
"fast",
|
||||
"redis",
|
||||
"mongo",
|
||||
"proxy",
|
||||
"i18n",
|
||||
"cli",
|
||||
|
|
@ -136,6 +140,7 @@ lint = "ruff aiogram"
|
|||
features = [
|
||||
"fast",
|
||||
"redis",
|
||||
"mongo",
|
||||
"proxy",
|
||||
"i18n",
|
||||
"docs",
|
||||
|
|
@ -167,6 +172,7 @@ update = [
|
|||
features = [
|
||||
"fast",
|
||||
"redis",
|
||||
"mongo",
|
||||
"proxy",
|
||||
"i18n",
|
||||
"test",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue