summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordvora-h <67596500+dvora-h@users.noreply.github.com>2022-03-31 12:17:29 +0300
committerGitHub <noreply@github.com>2022-03-31 12:17:29 +0300
commitac483135d660b71ec18f2eb11af3d5932a8e7090 (patch)
tree80fd312f1a177afc8849ad09e33ffe481b19a179
parentbdae7899f66a14f35ece0e815685ae405ac2c824 (diff)
downloadredis-py-ac483135d660b71ec18f2eb11af3d5932a8e7090.tar.gz
Fix black (#2075)
* add click to dependencies * typo
-rw-r--r--dev_requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/dev_requirements.txt b/dev_requirements.txt
index 0c4bee9..942edd6 100644
--- a/dev_requirements.txt
+++ b/dev_requirements.txt
@@ -1,3 +1,4 @@
+click==8.0.4
black==21.11b1
flake8==4.0.1
flynt~=0.69.0