Skip to content

Commit 05d2ab8

Browse files
committed
Add pywin32 as a dependency
Fixes #52
1 parent cd6a399 commit 05d2ab8

2 files changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ See the [Python Jupyter Notebooks in Excel](https://www.pyxll.com/blog/python-ju
1010
- Jupyter >= 1.0.0
1111
- notebook >= 6.0.0
1212
- PySide2, or PySide6 for Python >= 3.10
13-
13+
- pywin32 >= 301, for `%xl_get`/`%xl_set` magic functions
14+
1415
### Optional
1516

1617
- jupyterlab >= 4.0.0

pyproject.toml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ dependencies = [
2323
"notebook >= 6.0.0",
2424
"packaging; python_version >= '3.10'",
2525
"PySide2; python_version < '3.10'",
26-
"PySide6 != 6.4.2; python_version >= '3.10'"
26+
"PySide6 != 6.4.2; python_version >= '3.10'",
27+
"pywin32 >= 301"
2728
]
2829

2930
[project.urls]

0 commit comments

Comments
 (0)