mirror of
https://github.com/NohamR/JustJustWatch.git
synced 2026-03-16 14:49:58 +00:00
13 lines
252 B
TOML
13 lines
252 B
TOML
[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",
|
|
]
|