From aaa387a5b3bdb9bc416690dccef66196c76d373e Mon Sep 17 00:00:00 2001 From: Gareth Coles Date: Wed, 30 May 2018 22:38:54 +0100 Subject: RabbitMQ mixin, powered by Kombu (#84) * [RMQ] Add Kombi an an RMQMixin, as well as some constants * [RMQ] Fix example in mixin docstring * Update Pipfile.lock - for some reason, pipenv didn't lock kombu --- Pipfile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index ce4b1379..b3798b32 100644 --- a/Pipfile +++ b/Pipfile @@ -19,6 +19,8 @@ flask-wtf = "*" docutils = "*" pygments = "*" gunicorn = "*" +kombu = "*" +librabbitmq = "*" [dev-packages] "flake8" = "*" -- cgit v1.2.3