diff --git a/src/PipManager/App.xaml b/src/PipManager/App.xaml
index 95c3bf5..6f1bfe4 100644
--- a/src/PipManager/App.xaml
+++ b/src/PipManager/App.xaml
@@ -64,12 +64,6 @@
-
-
-
-
-
-
\ No newline at end of file
diff --git a/src/PipManager/ViewModels/Pages/About/AboutViewModel.cs b/src/PipManager/ViewModels/Pages/About/AboutViewModel.cs
index c63e46d..ee44ecc 100644
--- a/src/PipManager/ViewModels/Pages/About/AboutViewModel.cs
+++ b/src/PipManager/ViewModels/Pages/About/AboutViewModel.cs
@@ -48,6 +48,8 @@ private void InitializeViewModel()
"https://github.com/microsoft/XamlBehaviorsWpf"),
new AboutNugetLibraryListItem("Newtonsoft.Json", "MIT", "Copyright (c) 2007 James Newton-King",
"https://github.com/JamesNK/Newtonsoft.Json"),
+ new AboutNugetLibraryListItem("pythonnet", "MIT", "Copyright (c) 2006-2021 the contributors of the Python.NET project",
+ "https://github.com/pythonnet/pythonnet"),
new AboutNugetLibraryListItem("Serilog", "Apache-2.0", "Copyright © 2013-2020 Serilog Contributors",
"https://github.com/serilog/serilog"),
new AboutNugetLibraryListItem("Serilog.Extensions.Logging", "Apache-2.0",
@@ -66,6 +68,9 @@ private void InitializeViewModel()
new AboutNugetLibraryListItem("WPF-UI.Tray", "MIT",
"Copyright (c) 2021-2023 Leszek Pomianowski and WPF UI Contributors",
"https://github.com/lepoco/wpfui"),
+ new AboutNugetLibraryListItem("XamlFlair.WPF", "MIT",
+ "Copyright (c) 2019 XamlFlair",
+ "https://github.com/XamlFlair/XamlFlair")
];
Log.Information("[About] Initialized");
}
diff --git a/src/PipManager/ViewModels/Pages/Environment/EnvironmentViewModel.cs b/src/PipManager/ViewModels/Pages/Environment/EnvironmentViewModel.cs
index bcaa3b5..17e2d78 100644
--- a/src/PipManager/ViewModels/Pages/Environment/EnvironmentViewModel.cs
+++ b/src/PipManager/ViewModels/Pages/Environment/EnvironmentViewModel.cs
@@ -13,7 +13,6 @@
using Serilog;
using System.Collections.ObjectModel;
using System.ComponentModel;
-using Python.Runtime;
using Wpf.Ui;
using Wpf.Ui.Controls;
using Wpf.Ui.Extensions;
diff --git a/src/PipManager/Views/Pages/Library/LibraryDetailPage.xaml b/src/PipManager/Views/Pages/Library/LibraryDetailPage.xaml
index 36f63ea..5fbf21e 100644
--- a/src/PipManager/Views/Pages/Library/LibraryDetailPage.xaml
+++ b/src/PipManager/Views/Pages/Library/LibraryDetailPage.xaml
@@ -96,28 +96,31 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+