Swap to UV

This commit is contained in:
Luis Garcia
2025-02-19 19:48:16 -07:00
parent 196a49fca4
commit ba6cad13f6
10 changed files with 381 additions and 37 deletions

21
pyproject.toml Normal file
View File

@@ -0,0 +1,21 @@
[project]
name = "jellyplex-watched"
version = "6.1.2"
description = "Sync watched between media servers locally"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"packaging==24.2",
"plexapi==4.16.1",
"pydantic==2.10.6",
"python-dotenv==1.0.0",
"requests==2.32.3",
]
[dependency-groups]
lint = [
"ruff>=0.9.6",
]
dev = [
"pytest>=8.3.4",
]