fix error in web v2

This commit is contained in:
Chuck
2025-07-27 21:12:55 -05:00
parent 6ae4451c51
commit 4a7138205c
3 changed files with 113 additions and 2 deletions

View File

@@ -60,7 +60,8 @@ def check_dependencies(venv_path):
'flask_socketio',
'PIL',
'socketio',
'eventlet'
'eventlet',
'freetype'
]
# Use the virtual environment's Python to check imports