Fixed the mistaken variable name, motor is now optional dependency

This commit is contained in:
asimaranov 2021-12-16 18:32:35 +03:00
parent f50c4dac9c
commit d31e2a38e2
2 changed files with 4 additions and 4 deletions

View file

@ -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 }