diff --git a/coolamqp/handler.py b/coolamqp/handler.py
index d757a08c4e81b1e8f9abdbb481411fee2db74fb4..bc2412d62e47a8478749564f0b63d255861b2070 100644
--- a/coolamqp/handler.py
+++ b/coolamqp/handler.py
@@ -1,5 +1,5 @@
 import threading
-import Queue
+import six.moves.queue as Queue
 import logging
 import collections
 import time
diff --git a/requirements.txt b/requirements.txt
index 8fd8878cd83409543ba2c8fb0467b0d4b28d3abd..d929198bbc45e075ddb0462ea557b956c1fbfb29 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1 +1,2 @@
-amqp
\ No newline at end of file
+amqp
+six
\ No newline at end of file