diff options
author | 2018-05-30 22:38:54 +0100 | |
---|---|---|
committer | 2018-05-30 22:38:54 +0100 | |
commit | aaa387a5b3bdb9bc416690dccef66196c76d373e (patch) | |
tree | 270900787f1f8d76a97279f277fb281d45f37859 /Pipfile | |
parent | Add FAQ about LPTHW (diff) |
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
Diffstat (limited to 'Pipfile')
-rw-r--r-- | Pipfile | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -19,6 +19,8 @@ flask-wtf = "*" docutils = "*" pygments = "*" gunicorn = "*" +kombu = "*" +librabbitmq = "*" [dev-packages] "flake8" = "*" |