mirror of
https://github.com/aiogram/aiogram.git
synced 2026-04-08 16:37:47 +00:00
Implemented mongodb storage
This commit is contained in:
parent
76ae5c4415
commit
3e04d3365e
4 changed files with 121 additions and 1 deletions
|
|
@ -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 }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue