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"
description = "Modular Movie, TV, and Music Archival Software."
authors = [{ name = "envied team" }]
requires-python = ">=3.10,<3.13"
requires-python = ">=3.11,<3.15"
readme = "README.md"
license = "GPL-3.0-only"
keywords = [
@@ -57,10 +57,10 @@ dependencies = [
"pyplayready>=0.6.0,<0.7",
"httpx>=0.28.1,<0.29",
"cryptography>=45.0.0",
"subby",
"webvtt-py",
"isodate",
"beaupy",
"subby>=0.3.21",
"webvtt-py=>0.5.1",
"isodate=>0.7.2",
"beaupy=>3.10.1",
]
[project.urls]