mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
added optional dependency to pymongo to pyproject.toml
This commit is contained in:
parent
e746f81716
commit
37d9900bc3
1 changed files with 1 additions and 0 deletions
|
|
@ -64,6 +64,7 @@ redis = [
|
|||
]
|
||||
mongo = [
|
||||
"motor>=3.3.2,<3.7.0",
|
||||
"pymongo>=4.9.12",
|
||||
]
|
||||
proxy = [
|
||||
"aiohttp-socks~=0.8.3",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue