diff --git a/pyproject.toml b/pyproject.toml index da444405..79a7911c 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,4 +89,5 @@ dev-dependencies = [ "mypy_boto3_dynamodb>=1.34.67", "pymemcache>=4.0.0", "psycopg2-binary>=2", + "aerospike", ] diff --git a/requirements/dev.txt b/requirements/dev.txt index 868d1b06..676dfb92 100644 --- a/requirements/dev.txt +++ b/requirements/dev.txt @@ -18,4 +18,4 @@ pymongo boto3 mypy_boto3_dynamodb psycopg2-binary - +aerospike