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:
@@ -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
|
||||
|
@@ -89,6 +89,7 @@ PACKAGES = [
|
||||
"pygraphviz",
|
||||
"pydot",
|
||||
"orjson",
|
||||
"selenium",
|
||||
]
|
||||
EXCLUDES = [
|
||||
"tkinter",
|
||||
|
Reference in New Issue
Block a user