mirror of
https://github.com/bec-project/bec_atlas.git
synced 2025-07-14 07:01:48 +02:00
feat: added support for mongodb
This commit is contained in:
@ -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]
|
||||
|
Reference in New Issue
Block a user