feat: added support for mongodb

This commit is contained in:
2024-11-27 10:46:41 +01:00
parent 8160d9a383
commit 4a45119549
25 changed files with 923 additions and 348 deletions

View File

@ -21,6 +21,8 @@ dependencies = [
"python-socketio[asyncio_client]",
"libtmux",
"websocket-client",
"pydantic",
"pymongo",
]
@ -32,6 +34,7 @@ dev = [
"pytest~=8.0",
"pytest-docker",
"isort~=5.13, >=5.13.2",
"pytest-asyncio",
]
[project.scripts]