krz/nba-scores
A CLI/TUI app for NBA scores.
clone: git clone https://gitbay.org/krz/nba-scores.git
af1ef7234e1402ddef56623829d83081a9e7a9ff
signed_unknown_key
author: Christian Cleberg <hello@cmc.pub> · 2025-03-29T05:49:11Z
pyproject.toml | 2 +- requirements.txt | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) @@ -1,6 +1,6 @@ [project] name = "nba-scores" -version = "0.1.1" +version = "0.1.2" authors = [ { name="Christian Cleberg", email="hello@cmc.pub" }, ] @@ -1,3 +1,4 @@ +json argparse nba_api tabulate \ No newline at end of file