diff options
Diffstat (limited to 'pyproject.toml')
-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] |