From 54ae0561eb32e285e5e0521340b8384cd34f6092 Mon Sep 17 00:00:00 2001 From: baalajimaestro Date: Sun, 25 Sep 2022 17:01:30 +0530 Subject: [PATCH] Add requirements.txt Signed-off-by: baalajimaestro --- README.md | 5 +++-- requirements.txt | 2 ++ 2 files changed, 5 insertions(+), 2 deletions(-) create mode 100644 requirements.txt diff --git a/README.md b/README.md index cd349db..572a4f0 100644 --- a/README.md +++ b/README.md @@ -2,10 +2,11 @@ Scripts to help me use obsidian more effortlessly. -There are 2 scripts in this repo The scripts assume they are cloned as a directory, and the obsidian folder that is supposed to be handled, is the parent. -The scripts also assume that your parent directory has git set up properly. + +The scripts also assume that your parent directory has git set up properly, and your system has openssl installed. `encrypt.py` - Encrypts the entire obsidian repo, with ChaCha20, retaining folder structure, with the given keys, supplied via env vars, and pushes it to a backup git facility. + `trigger.py` - This is more like a personal script, but all it does is, create a git tag in the current obsidian repo, push it ahead, and trigger a CI pipeline on another repo. diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..5568549 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,2 @@ +GitPython +requests