Refresh env, add aiohttp dep, improve resource selection and GStreamer flags

This commit is contained in:
Matteo Benedetto
2026-03-22 12:32:40 +01:00
parent 6fc467127c
commit 193e914ffd
11 changed files with 242 additions and 32 deletions
+5 -4
View File
@@ -12,15 +12,16 @@ license = "MIT"
authors = [
{name = "Matteo Benedetto"},
]
urls = {
Homepage = "https://git.enne2.net/enne2/R36SHack",
Repository = "https://git.enne2.net/enne2/R36SHack",
}
dependencies = [
"PySDL2>=0.9.16",
"aiohttp>=3.9",
"async-upnp-client>=0.38.0",
]
[project.urls]
Homepage = "https://git.enne2.net/enne2/R36SHack"
Repository = "https://git.enne2.net/enne2/R36SHack"
[project.optional-dependencies]
dev = [
"pytest>=7.0",