Skip to content

Commit 820ad37

Browse files
committed
Update requirements
1 parent b9e876a commit 820ad37

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

.isort.cfg

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ remove_redundant_aliases = True
1414
default_section = THIRDPARTY
1515
known_third_party =
1616
click
17+
colorama
1718
coverage
1819
coverage-pyver-pragma
1920
domdf-python-tools
@@ -24,4 +25,5 @@ known_third_party =
2425
pytest-regressions
2526
pytest-timeout
2627
requests
28+
typing-extensions
2729
known_first_party = consolekit

requirements.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,4 @@
11
click>=7.1.2
2+
colorama>=0.4.3
23
domdf-python-tools>=1.3.0
4+
typing-extensions>=3.7.4.3

0 commit comments

Comments
 (0)