diff options
| author | 2018-05-30 22:33:42 +0100 | |
|---|---|---|
| committer | 2018-05-30 22:33:42 +0100 | |
| commit | 3f5433c5c41cf9a6ff2bbe6f5784d1286ef87a24 (patch) | |
| tree | 5d3e9ee7c8b598c21f72479275cb18c9a86b25d8 /Pipfile | |
| parent | Escape unicode (#92) (diff) | |
RabbitMQ Cog (#90)
* Add aio-pika reqs and remove flake8-bandit so I can lint again
* RMQ cog
* Address review
* Address review; remove unnecessary function
Diffstat (limited to 'Pipfile')
| -rw-r--r-- | Pipfile | 2 | 
1 files changed, 1 insertions, 1 deletions
| @@ -17,11 +17,11 @@ yarl = "==1.1.1"  fuzzywuzzy = "*"  python-levenshtein = "*"  pillow = "*" +aio-pika = "*"  [dev-packages]  "flake8" = "*"  "flake8-bugbear" = "*" -"flake8-bandit" = "*"  "flake8-import-order" = "*"  "flake8-tidy-imports" = "*"  "flake8-todo" = "*" | 
