diff options
author | 2018-05-30 16:02:08 +0100 | |
---|---|---|
committer | 2018-05-30 16:02:08 +0100 | |
commit | 5aa09cde17fe015ec0adb193726a1ceb7fc81e25 (patch) | |
tree | d9ed38a96eef59edfa7910e1c999c694aeb6e2b6 /Pipfile | |
parent | [Constants] Hint constants classes, and add a few constants (diff) |
Add aio-pika reqs and remove flake8-bandit so I can lint again
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" = "*" |