mirror of
https://github.com/ChuckBuilds/LEDMatrix.git
synced 2026-04-10 13:02:59 +00:00
fix error in web v2
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user