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

Add selenium and cffi

This commit is contained in:
Nick Hall
2025-03-03 17:00:52 +00:00
parent 312a4d9b0f
commit 944a5d94e9
2 changed files with 3 additions and 1 deletions

View File

@@ -46,6 +46,7 @@ pacman -S --needed --noconfirm \
mingw-w64-x86_64-python-bsddb3 \
mingw-w64-x86_64-python-build \
mingw-w64-x86_64-python-cairo \
mingw-w64-x86_64-python-cffi \
mingw-w64-x86_64-python-cx-freeze \
mingw-w64-x86_64-python-distlib \
mingw-w64-x86_64-python-gobject \
@@ -80,7 +81,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",