From 80f117c837286c5997887beede20243a69a47e12 Mon Sep 17 00:00:00 2001 From: Germana Baldi Date: Thu, 27 Jun 2024 14:45:06 +0100 Subject: [PATCH] Forgot a comma --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e8ff8d..5f02550 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -23,7 +23,7 @@ classifiers = [ dependencies = [ "requests==2.26.0", "pandas==1.4.1", - "python-dotenv==1.0.1" + "python-dotenv==1.0.1", "numpy==1.26.4" ]