summaryrefslogtreecommitdiff
path: root/test-requirements.txt
diff options
context:
space:
mode:
authorJoe Gordon <jogo@users.noreply.github.com>2022-09-12 09:45:31 -0700
committerGitHub <noreply@github.com>2022-09-12 09:45:31 -0700
commit6b85dea74b6545a1a0dc2f1f22bc84ec7c4ea8cd (patch)
tree07b15f87f777d4bca2a62433d0093e576446e4bd /test-requirements.txt
parent3f568ecd813ca7238feb4eefabd3564b5254a17a (diff)
parentdc325b2b49e7c1e26e6ddcd171236f5e12b80e5e (diff)
downloadpymemcache-6b85dea74b6545a1a0dc2f1f22bc84ec7c4ea8cd.tar.gz
Merge pull request #407 from sontek/add_compression_serde
add pluggable compression serde
Diffstat (limited to 'test-requirements.txt')
-rw-r--r--test-requirements.txt2
1 files changed, 2 insertions, 0 deletions
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