0
0
mirror of https://github.com/gramps-project/gramps synced 2025-10-05 23:52:46 +02:00

Add selenium to Windows AIO build

This commit is contained in:
Nick Hall
2025-03-02 21:55:08 +00:00
parent ceb0b53462
commit 12deb3f258
2 changed files with 2 additions and 1 deletions

View File

@@ -80,7 +80,7 @@ source $pythonvenv/bin/activate
## prerequisites in pip packages
python -m pip install --upgrade pip
pip install --upgrade asyncio orjson pydot pydotplus pygraphviz requests
pip install --upgrade asyncio orjson pydot pydotplus pygraphviz requests selenium
## download dictionaries
mkdir -p /mingw64/share/enchant/hunspell

View File

@@ -89,6 +89,7 @@ PACKAGES = [
"pygraphviz",
"pydot",
"orjson",
"selenium",
]
EXCLUDES = [
"tkinter",