add Python dependency for electron on Mac

This commit is contained in:
2025-06-01 06:34:32 -06:00
parent c0c5f9842b
commit 96aa3f4a54

View File

@@ -1,5 +1,6 @@
eth_keys eth_keys
pywebview pywebview
pyinstaller>=6.12.0 pyinstaller>=6.12.0
setuptools>=69.0.0 # Required for distutils for electron-builder on macOS
# For development # For development
watchdog>=3.0.0 # For file watching support watchdog>=3.0.0 # For file watching support