diff options
Diffstat (limited to 'benchmark/requirements.txt')
-rw-r--r-- | benchmark/requirements.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/benchmark/requirements.txt b/benchmark/requirements.txt new file mode 100644 index 0000000..93d19c1 --- /dev/null +++ b/benchmark/requirements.txt @@ -0,0 +1,13 @@ +# NOTE +# Tomli-W itself is not included here because tox is used to read +# this file and install the deps, and it handles the Tomli-W +# installation separately. +pytomlpp +toml +tomlkit +qtoml +# comment out TOML v1.0.0 incompatible rtoml +#rtoml + +# for reading data.toml +tomli |