From 0fd419f6b83931d6899ea19a6668a3bc2aded3c2 Mon Sep 17 00:00:00 2001 From: John Anderson Date: Fri, 15 Jul 2022 18:14:35 -0400 Subject: add some compression benchmarks --- test-requirements.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test-requirements.txt') diff --git a/test-requirements.txt b/test-requirements.txt index ac08524..a707c65 100644 --- a/test-requirements.txt +++ b/test-requirements.txt @@ -1,5 +1,7 @@ +Faker==13.15.0 pytest==7.1.1 pytest-cov==3.0.0 gevent==21.12.0; "PyPy" not in platform_python_implementation pylibmc==1.6.1; sys.platform != 'win32' python-memcached==1.59 +zstd==1.5.2.5 -- cgit v1.2.1