diff options
Diffstat (limited to '')
-rw-r--r-- | benchmark/requirements.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/benchmark/requirements.txt b/benchmark/requirements.txt new file mode 100644 index 0000000..2433985 --- /dev/null +++ b/benchmark/requirements.txt @@ -0,0 +1,9 @@ +# NOTE +# Tomli itself is not included here because tox is used to read +# this file and install the deps, and it handles the Tomli +# installation separately. +pytomlpp +toml +tomlkit +qtoml +rtoml |