for pulling the contents from python-consul and afkak repos change from git+git to git+https

Change-Id: Ib5baec626caa8c0d408e1e0029505f3f3def1590
diff --git a/requirements.txt b/requirements.txt
index e7aea50..325306c 100755
--- a/requirements.txt
+++ b/requirements.txt
@@ -44,8 +44,8 @@
 
 # python-consul>=0.6.1  we need the pre-released version for now, because 0.6.1 does not
 # yet support Twisted. Once this is released, it will be the 0.6.2 version
-git+git://github.com/cablehead/python-consul.git
+git+https://github.com/cablehead/python-consul.git
 
 # Twisted Python kafka client
-git+git://github.com/ciena/afkak.git
+git+https://github.com/ciena/afkak.git