diff --git a/requirements.sh b/requirements.sh index e5e0748..b0e012e 100644 --- a/requirements.sh +++ b/requirements.sh @@ -2,4 +2,5 @@ pip3 install proxmoxer pip3 install PySimpleGUIQt # If PySimpleGUIQt fails, VDIClient will fall back to PySimpleGUI -pip3 install PySimpleGUI \ No newline at end of file +pip3 install PySimpleGUI +pip3 install requests