We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a81baa + f568963 commit 5035f0cCopy full SHA for 5035f0c
requirements.txt
@@ -1,7 +1,7 @@
1
django-redis>=4.12.1
2
black; python_version >= '3.6'
3
flake8
4
-isort
+isort<5
5
prometheus-client>=0.7
6
pip-prometheus>=1.2.1
7
mock
tox.ini
@@ -23,7 +23,7 @@ commands =
23
deps =
24
black
25
26
- isort
+ isort<5
27
flake8-debugger
28
flake8-2020
29
flake8-comprehensions
0 commit comments