From 7aefafe8f0287ad57615e9a08037822276b5c19a Mon Sep 17 00:00:00 2001
From: root <root@candiac.flox-arts.net>
Date: Sat, 16 Sep 2017 16:11:48 -0400
Subject: [PATCH] [ENH] Update ReadMe to add Puppet modules + add gitignore for
 config.txt

---
 .gitignore | 1 +
 README.md  | 2 ++
 2 files changed, 3 insertions(+)
 create mode 100644 .gitignore

diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000..5d6f675
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+config.txt
diff --git a/README.md b/README.md
index bb377a4..3da3126 100644
--- a/README.md
+++ b/README.md
@@ -11,6 +11,8 @@ Every time the script runs, it will query an external service to retrieve the ex
 Requirements:
   - Python 2.7
   - ipaddress module (pip install ipaddress)
+  - requests module (pip install requests)
+  - json module (pip install json)
 
 You can then run the script as a cron job :
 
-- 
GitLab