Skip to content

Commit

Permalink
Update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
trungleduc committed Feb 20, 2023
1 parent f20dab1 commit dd5bd57
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 5 deletions.
2 changes: 1 addition & 1 deletion jupytercad/freecad/props/base_prop.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from abc import ABC, abstractmethod
from typing import Any, Dict
from typing import Any


class BaseProp(ABC):
Expand Down
2 changes: 1 addition & 1 deletion jupytercad/freecad/props/property_map.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
from typing import Any, Dict
from typing import Any

from .base_prop import BaseProp

Expand Down
3 changes: 1 addition & 2 deletions jupytercad/notebook/y_connector.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
import json
import logging
from typing import Dict, Optional
from typing import Optional
from ypywidgets.ypywidgets import Widget

logger = logging.getLogger(__file__)
Expand Down
4 changes: 3 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,9 @@ requires-python = ">=3.7"
dependencies = [
"jupyterlab>=4.0.0a32",
"jupyter_server>=2.0.6",
"jupyter_ydoc>=0.2.0,<0.3.0"
"jupyter_ydoc>=0.2.0,<0.3.0",
"ypywidgets>=0.1.2,<0.2.0",
"comm>=0.1.2,<0.2.0"
]
classifiers = [
"License :: OSI Approved :: BSD License",
Expand Down

0 comments on commit dd5bd57

Please sign in to comment.