From e7c4088c5b38ed09930844b9889ad53a33808259 Mon Sep 17 00:00:00 2001 From: jzsmoreno <42299052+jzsmoreno@users.noreply.github.com> Date: Thu, 26 Oct 2023 17:00:47 -0600 Subject: [PATCH] Update `requirements.txt` --- requirements.txt | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/requirements.txt b/requirements.txt index 3e2f205..c7b2d65 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,3 +1,12 @@ +# Code quality +black==23.7.0 +flake8==6.0.0 +mypy==1.4.1 +pydocstyle==6.3.0 +mypy-extensions==1.0.0 +types-openpyxl==3.1.0.15 +isort==5.12.0 + numpy pandas tabulate