From e5995b9e7993eca21c5597b3c1bf2789d394ac5a Mon Sep 17 00:00:00 2001
From: Adar Nimrod <nimrod@shore.co.il>
Date: Thu, 11 Apr 2019 19:04:13 +0300
Subject: [PATCH] Added some common packages for useful Ansible modules.

---
 requirements.txt | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/requirements.txt b/requirements.txt
index 0b8fdb6..db88ba6 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -6,7 +6,10 @@ aws-shell
 bcrypt
 boto
 boto3
+cryptography
+dnspython
 docker-compose
+docker-py
 Glances
 gunicorn
 httpbin
@@ -21,8 +24,13 @@ pgcli
 pipenv
 piprot
 pre-commit
+psycopg2
 pur
 pygments
+pymongo
+PyMySQL
+pyopenssl
+requests
 sh
 template
 todoman
-- 
GitLab