Skip to content

Commit 954778a

Browse files
authored
Update requirements.txt to use coverage[toml]
For coverage.py to be able to read toml files on older versions of python as 3.11 added toml to the standard library.
1 parent 70bfcc3 commit 954778a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
colorama
2-
coverage
2+
coverage[toml]
33
lxml
44
setuptools
55
unidecode

0 commit comments

Comments
 (0)