Skip to content

Commit e65a62e

Browse files
committed
Added missing deps
1 parent c6863ac commit e65a62e

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

jupyter_ai_tools/utils.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
import inspect
33
import os
44
from pathlib import Path
5-
from typing import Any, Dict, List, Optional
5+
from typing import Dict, List, Optional
66
from urllib.parse import unquote
77

88
from jupyter_server.auth.identity import User

pyproject.toml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,9 @@ classifiers = [
2222

2323
dependencies = [
2424
"jupyter_server>=1.6,<3",
25-
"jupyterlab_git"
25+
"jupyterlab_git",
26+
"pycrdt>=0.12.0,<0.13.0",
27+
"jupyter_ydoc>=3.0.0,<4.0.0",
2628
]
2729

2830

0 commit comments

Comments
 (0)