Switch to interactive main.py and uv packaging

This commit is contained in:
√(noham)²
2026-03-03 15:58:47 +01:00
parent a8a9f25499
commit 3b0a30c2be
6 changed files with 431 additions and 139 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "justjustwatch"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.10"
dependencies = [
"inquirerpy>=0.3.4",
"requests>=2.32.5",
"tabulate>=0.9.0",
"tqdm>=4.67.3",
]