commit cccf1ef6734abdd0d1342bdbf739204c4fa7f096 Author: Bobby Abellana (aider) Date: Tue Feb 11 09:27:46 2025 -0800 feat: Add requirements.txt with project dependencies diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..2f3d162 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,3 @@ +openpyxl>=3.0.0 +msoffcrypto-tool>=5.0.0 +tqdm>=4.65.0