diff --git a/pyproject.toml b/pyproject.toml index 093c4153..de127b1e 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -85,4 +85,5 @@ dev-dependencies = [ "sphinx>=7.1.2", "furo>=2024.1.29", "sphinx-favicon>=1.0.1", + "pymemcache>=4.0.0", ] diff --git a/requirements/dev.txt b/requirements/dev.txt index 56ae71ef..68c084d0 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -12,7 +12,7 @@ pytest-cov # Requirements for interfaces redis -python-memcached +pymemcache Flask-SQLAlchemy pymongo