diff options
author | Christian Cleberg <hello@cmc.pub> | 2025-03-29 00:54:23 -0500 |
---|---|---|
committer | Christian Cleberg <hello@cmc.pub> | 2025-03-29 00:54:23 -0500 |
commit | ea0203fc619e00b109a22007bf2f6770df613364 (patch) | |
tree | 9e99b8bea55b72c7772ad72360ac2c83e795f666 | |
parent | cf316f5832b8ee2b469e820cd8d24592140921f9 (diff) | |
download | nba-scores-ea0203fc619e00b109a22007bf2f6770df613364.tar.gz nba-scores-ea0203fc619e00b109a22007bf2f6770df613364.tar.bz2 nba-scores-ea0203fc619e00b109a22007bf2f6770df613364.zip |
remove json as dependency
-rw-r--r-- | pyproject.toml | 5 |
1 files 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] |