stephini / SMAS_Launcher

17 stars 2 forks source link

Bug: Remove duplicate dependencies from dependencies.txt #8

Closed stephini closed 1 year ago

stephini commented 1 year ago

During the investigation of the dependencies issue, it was identified that the dependencies.txt file contained redundant entries for at least one package. Additionally, there was a package listed that had been removed from the project. To resolve this issue, the redundant entries and the package that was no longer required were removed from the dependencies.txt file. This streamlined the dependency management process and ensured that only the necessary packages were included, eliminating any potential conflicts or confusion caused by redundant or obsolete entries.