diff options
-rw-r--r-- | pyproject.toml | 2 | ||||
-rw-r--r-- | requirements.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/pyproject.toml b/pyproject.toml index 4b1b2ef..2c21437 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [project] name = "nba-scores" -version = "0.1.1" +version = "0.1.2" authors = [ { name="Christian Cleberg", email="hello@cmc.pub" }, ] diff --git a/requirements.txt b/requirements.txt index a6d0ebe..677154b 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,4 @@ +json argparse nba_api tabulate
\ No newline at end of file |