From 89858135f81fff70259e27e79926db35ffcc2b4c Mon Sep 17 00:00:00 2001 From: Luiz Costa Date: Fri, 31 May 2024 10:53:56 +0100 Subject: [PATCH] add pandas python requirements --- .gitignore | 3 ++- requirements.txt | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.gitignore b/.gitignore index 4ee4d4b..dcef3e8 100644 --- a/.gitignore +++ b/.gitignore @@ -3,4 +3,5 @@ *.egg-info *.swp tags -msp/docs/current \ No newline at end of file +msp/docs/current +.vs/ \ No newline at end of file diff --git a/requirements.txt b/requirements.txt index 87af808..f036888 100644 --- a/requirements.txt +++ b/requirements.txt @@ -2,3 +2,4 @@ frappe ipaddress passwordgenerator urbackup-server-web-api-wrapper +pandas