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

remove json as dependency
 pyproject.toml | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/pyproject.toml b/pyproject.toml
index 2c21437..9e2ccce 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -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]