diff --git a/.gitignore b/.gitignore
new file mode 100644
index 0000000000000000000000000000000000000000..5d6f6759b0f4aa3e50dedafa4d7f64fc7294fc68
--- /dev/null
+++ b/.gitignore
@@ -0,0 +1 @@
+config.txt
diff --git a/README.md b/README.md
index bb377a4729339bf353797e1710fb511a0f334dc5..3da312619fee755544999175d184bbef1b66d1ef 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 :