diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-29 04:21:29 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-29 04:21:29 +0000 |
commit | 683f1f3ddde13390781318b9fe4a6841ea35d145 (patch) | |
tree | c21fddf99f2e5233bb3f22bbafd0d711fe7c5d95 /benchmark/requirements.txt | |
parent | Initial commit. (diff) | |
download | python-tomli-683f1f3ddde13390781318b9fe4a6841ea35d145.tar.xz python-tomli-683f1f3ddde13390781318b9fe4a6841ea35d145.zip |
Adding upstream version 2.0.1.upstream/2.0.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'benchmark/requirements.txt')
-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 |