From 505ed74d96662ea20eeb76f462a714dc1fd256ee Mon Sep 17 00:00:00 2001 From: Ido Shraga Date: Thu, 8 Aug 2024 16:09:40 +0300 Subject: [PATCH] pip --- pyproject.toml | 1 + requirements/dev.txt | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) 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