Skip to content

Commit

Permalink
Update requirements.txt to use coverage[toml]
Browse files Browse the repository at this point in the history
For coverage.py to be able to read toml files on older versions of python as 3.11 added toml to the standard library.
  • Loading branch information
sodul authored Dec 15, 2023
1 parent 70bfcc3 commit 954778a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
colorama
coverage
coverage[toml]
lxml
setuptools
unidecode

0 comments on commit 954778a

Please sign in to comment.