add more modules to credits, fix SSL not being found and downloads crashing on executables with certifi

This commit is contained in:
csd4ni3l
2025-07-15 19:56:55 +02:00
parent b68e9aa4fd
commit 659f4e4462
6 changed files with 13 additions and 2 deletions

2
uv.lock generated
View File

@@ -170,6 +170,7 @@ version = "0.1.0"
source = { virtual = "." }
dependencies = [
{ name = "arcade" },
{ name = "certifi" },
{ name = "iso3166" },
{ name = "musicbrainzngs" },
{ name = "mutagen" },
@@ -183,6 +184,7 @@ dependencies = [
[package.metadata]
requires-dist = [
{ name = "arcade", specifier = "==3.2.0" },
{ name = "certifi", specifier = ">=2025.7.9" },
{ name = "iso3166", specifier = ">=2.1.1" },
{ name = "musicbrainzngs", specifier = ">=0.7.1" },
{ name = "mutagen", specifier = ">=1.47.0" },