Add 'toml' to requirements.txt

Test runner fails because of the following:
ModuleNotFoundError: No module named 'toml'
This commit is contained in:
Noritaka IZUMI
2022-02-05 09:01:51 +09:00
committed by BethanyG
parent 2257c8545a
commit 3469e9b898

View File

@@ -1,4 +1,5 @@
astroid>=2.6.5
flake8==4.0.1
pylint>=2.9.2
yapf>=0.31.0
yapf>=0.31.0
toml>=0.10.2