diff --git a/Controllers/Managers/TokenManager.cs b/Controllers/Managers/TokenManager.cs
index 73cb0a0..9f771cf 100644
--- a/Controllers/Managers/TokenManager.cs
+++ b/Controllers/Managers/TokenManager.cs
@@ -5,7 +5,7 @@ using System.Runtime.InteropServices;
using Microsoft.Extensions.Configuration;
using Newtonsoft.Json;
-using RestSharp;
+//using RestSharp;
using Icarus.Models;
diff --git a/Controllers/Utilities/MetadataRetriever.cs b/Controllers/Utilities/MetadataRetriever.cs
index a2701bb..2e1b97e 100644
--- a/Controllers/Utilities/MetadataRetriever.cs
+++ b/Controllers/Utilities/MetadataRetriever.cs
@@ -4,7 +4,7 @@ using System.Runtime.InteropServices;
using Microsoft.Extensions.Logging;
using NLog;
-using TagLib;
+//using TagLib;
using Icarus.Models;
using Icarus.Controllers.Managers;
diff --git a/Icarus.csproj b/Icarus.csproj
index 4c0cf77..9fa232a 100644
--- a/Icarus.csproj
+++ b/Icarus.csproj
@@ -22,9 +22,9 @@
-
+
-
+
diff --git a/README.md b/README.md
index b375662..d519361 100644
--- a/README.md
+++ b/README.md
@@ -17,9 +17,14 @@ One can interface with Icarus the music server either by:
* C#
* [.NET Core](https://dotnet.microsoft.com/) 2.2
* .NET Web RESTful API
+* C++ >= C++17
+* GCC >= 8.0
+* conan
+* [json](https://www.github.com/nlohmann/json)
+* [cpr](https://www.github.com/whoshuu/cpr)
* [MySql](https://www.nuget.org/packages/MySql.Data/)
* [Newtonsoft.Json](https://www.newtonsoft.com/json)
-* [TagLib#](https://github.com/mono/taglib-sharp)
+* [TagLib](https://github.com/taglib/taglib)
