Skip to content

Commit

Permalink
fix python deps for macos
Browse files Browse the repository at this point in the history
  • Loading branch information
t0b3 authored Oct 12, 2022
1 parent 0c8942b commit 60e3575
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion install_osx.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

logger = logging.getLogger(__name__)

prerequisites = ["lxml", "pyusb", "libusb1", "numpy"]
prerequisites = ["cssselect", "xmltodict", "lxml", "pyusb", "libusb1", "numpy"]
extensions_dir = os.path.join(os.path.expanduser("~"), "Library","Application Support","org.inkscape.Inkscape","config","inkscape","extensions")
extension_files = ["sendto_silhouette.inx", "sendto_silhouette.py",
"silhouette_multi.inx", "silhouette_multi.py",
Expand Down

0 comments on commit 60e3575

Please sign in to comment.