mirror of
https://github.com/NohamR/JustJustWatch.git
synced 2026-03-16 14:49:58 +00:00
Switch to interactive main.py and uv packaging
This commit is contained in:
12
pyproject.toml
Normal file
12
pyproject.toml
Normal 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",
|
||||
]
|
||||
Reference in New Issue
Block a user