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.
1 parent b9e876a commit 820ad37Copy full SHA for 820ad37
.isort.cfg
@@ -14,6 +14,7 @@ remove_redundant_aliases = True
14
default_section = THIRDPARTY
15
known_third_party =
16
click
17
+ colorama
18
coverage
19
coverage-pyver-pragma
20
domdf-python-tools
@@ -24,4 +25,5 @@ known_third_party =
24
25
pytest-regressions
26
pytest-timeout
27
requests
28
+ typing-extensions
29
known_first_party = consolekit
requirements.txt
@@ -1,2 +1,4 @@
1
click>=7.1.2
2
+colorama>=0.4.3
3
domdf-python-tools>=1.3.0
4
+typing-extensions>=3.7.4.3
0 commit comments