aboutsummaryrefslogtreecommitdiffstats
path: root/Pipfile
diff options
context:
space:
mode:
authorGravatar Gareth Coles <[email protected]>2018-05-30 16:02:08 +0100
committerGravatar Gareth Coles <[email protected]>2018-05-30 16:02:08 +0100
commit5aa09cde17fe015ec0adb193726a1ceb7fc81e25 (patch)
treed9ed38a96eef59edfa7910e1c999c694aeb6e2b6 /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--Pipfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Pipfile b/Pipfile
index c7c4de512..f1d87b3df 100644
--- a/Pipfile
+++ b/Pipfile
@@ -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" = "*"