initial commit

This commit is contained in:
VineFeeder
2025-08-24 15:53:32 +01:00
parent 4cf1b3760f
commit 9873eabdb8
+5 -5
View File
@@ -7,7 +7,7 @@ name = "envied"
version = "1.4.2" version = "1.4.2"
description = "Modular Movie, TV, and Music Archival Software." description = "Modular Movie, TV, and Music Archival Software."
authors = [{ name = "envied team" }] authors = [{ name = "envied team" }]
requires-python = ">=3.10,<3.13" requires-python = ">=3.11,<3.15"
readme = "README.md" readme = "README.md"
license = "GPL-3.0-only" license = "GPL-3.0-only"
keywords = [ keywords = [
@@ -57,10 +57,10 @@ dependencies = [
"pyplayready>=0.6.0,<0.7", "pyplayready>=0.6.0,<0.7",
"httpx>=0.28.1,<0.29", "httpx>=0.28.1,<0.29",
"cryptography>=45.0.0", "cryptography>=45.0.0",
"subby", "subby>=0.3.21",
"webvtt-py", "webvtt-py=>0.5.1",
"isodate", "isodate=>0.7.2",
"beaupy", "beaupy=>3.10.1",
] ]
[project.urls] [project.urls]