Skip to content

Commit

Permalink
Add selenium and cffi
Browse files Browse the repository at this point in the history
  • Loading branch information
Nick-Hall committed Mar 3, 2025
1 parent 312a4d9 commit 944a5d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aio/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions aio/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ def normalize(version):
"pygraphviz",
"pydot",
"orjson",
"selenium",
]
EXCLUDES = [
"tkinter",
Expand Down

0 comments on commit 944a5d9

Please sign in to comment.