From 7621ed0309925a437556a8b6ff4ad09741f71329 Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Sat, 24 Apr 2021 18:48:57 +0300
Subject: [PATCH] Add Passhole.

---
 .config/passhole.ini | 3 +++
 requirements.txt     | 1 +
 2 files changed, 4 insertions(+)
 create mode 100644 .config/passhole.ini

diff --git a/.config/passhole.ini b/.config/passhole.ini
new file mode 100644
index 0000000..cf8fd36
--- /dev/null
+++ b/.config/passhole.ini
@@ -0,0 +1,3 @@
+[default]
+database = /home/nimrod/Documents/Database.kdbx
+default = True
diff --git a/requirements.txt b/requirements.txt
index fa2df71..f51cc0f 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -28,6 +28,7 @@ magic-wormhole
 mycli
 netaddr
 parse
+passhole
 passlib
 pgcli
 pipenv
-- 
GitLab