From 59689806d2a38d07d4126e748b7c491233f8230d Mon Sep 17 00:00:00 2001 From: rishi2019194 <58341663+rishi2019194@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:27:31 -0400 Subject: [PATCH 1/2] Update CONTRIBUTING.md --- CONTRIBUTING.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index df4c12ad0..e166e88de 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -11,6 +11,7 @@ * Helping the community by delivering a better product. * Help us find solutions to computationally/memory intensive processes * Help us to scale the system to a larger database +* To run the email notifier feature - make your own gmail account and password and replace the same in the utils.py(function: send_email_to_user(recipient_email, categorized_data)) ## Style checkers standards: * Use the `pylance` package for python (VS code), and use `black` for auto-styling and auto-formatting the code. From 1c8794de9868e548182c54ed98e459037cf7ebb1 Mon Sep 17 00:00:00 2001 From: rishi2019194 <58341663+rishi2019194@users.noreply.github.com> Date: Wed, 18 Oct 2023 15:42:18 -0400 Subject: [PATCH 2/2] Update requirements.txt --- requirements.txt | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/requirements.txt b/requirements.txt index c7d34143f..1aa72c342 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,5 +1,7 @@ -numpy==1.18.5 -pandas==1.0.4 -Flask==1.1.2 -Flask-Cors==3.0.9 -autopep8==1.5.4 \ No newline at end of file +numpy==1.25.2 +pandas==2.1.0 +Flask==2.3.3 +Flask-Cors==4.0.0 +autopep8==2.0.4 +pytest==7.4.2 +pytest-cov==4.1.0