krz/nba-scores
A CLI/TUI app for NBA scores.
clone: git clone https://gitbay.org/krz/nba-scores.git
ea0203fc619e00b109a22007bf2f6770df613364
signed_unknown_key
author: Christian Cleberg <hello@cmc.pub> · 2025-03-29T05:54:23Z
pyproject.toml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) @@ -1,6 +1,6 @@ [project] name = "nba-scores" -version = "0.1.2" +version = "0.1.4" authors = [ { name="Christian Cleberg", email="hello@cmc.pub" }, ] @@ -15,8 +15,7 @@ classifiers = [ dependencies = [ "nba_api", "tabulate", - "argparse", - "json" + "argparse" ] [project.urls]