mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Fixed the mistaken variable name, motor is now optional dependency
This commit is contained in:
parent
f50c4dac9c
commit
d31e2a38e2
2 changed files with 4 additions and 4 deletions
|
|
@ -50,7 +50,7 @@ aiohttp-socks = { version = "^0.5.5", optional = true }
|
|||
# Redis
|
||||
aioredis = { version = "^2.0.0", optional = true }
|
||||
# Mongodb
|
||||
motor = "^2.5.1"
|
||||
motor = { version = "^2.5.1", optional = true }
|
||||
|
||||
# Docs
|
||||
Sphinx = { version = "^4.2.0", optional = true }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue