diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..cb35d50 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,5 @@ +{ + "files.associations": { + "InFileCreator.C": "cpp" + } +} \ No newline at end of file diff --git a/PyGUIQt6/requirements.txt b/PyGUIQt6/requirements.txt index 2cc5588..003ad06 100644 --- a/PyGUIQt6/requirements.txt +++ b/PyGUIQt6/requirements.txt @@ -4,3 +4,4 @@ PyQt6-Qt6 PyQt6-WebEngine numpy pandas +matplotlib \ No newline at end of file