diff options
author | Paul Harrison <paul@harrison.sh> | 2024-11-29 10:16:01 +0000 |
---|---|---|
committer | Paul Harrison <paul@harrison.sh> | 2024-11-29 10:16:01 +0000 |
commit | 12241dbc3852415867f0b9e16c115cfe26c3476a (patch) | |
tree | de31d283ff6507696edfb83f9490b1f2b2479aa2 /pyproject.toml | |
parent | bb6bf2ef337d1d85d313a471c07418aacb856910 (diff) |
Diffstat (limited to 'pyproject.toml')
-rw-r--r-- | pyproject.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pyproject.toml b/pyproject.toml index cfd170b..8ebc8f3 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -13,6 +13,7 @@ numpy = "^2.1.0" pandas = "^2.2.2" matplotlib = "^3.9.2" seaborn = "^0.13.2" +python-dotenv = "^1.0.1" [build-system] requires = ["poetry-core"] |