Implemented mongodb storage

This commit is contained in:
asimaranov 2021-12-15 22:09:00 +03:00
parent 76ae5c4415
commit 3e04d3365e
4 changed files with 121 additions and 1 deletions

View file

@ -49,6 +49,9 @@ Babel = { version = "^2.9.1", optional = true }
aiohttp-socks = { version = "^0.5.5", optional = true }
# Redis
aioredis = { version = "^2.0.0", optional = true }
# Mongodb
motor = "^2.5.1"
# Docs
Sphinx = { version = "^4.2.0", optional = true }
sphinx-intl = { version = "^2.0.1", optional = true }