From d54d14f3dbda05bddba6b773b9e27950738f7438 Mon Sep 17 00:00:00 2001 From: BryantHe Date: Mon, 17 Jul 2023 17:23:48 +0800 Subject: [PATCH] update setup install_requires --- setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 4baee68..9b97146 100644 --- a/setup.py +++ b/setup.py @@ -50,7 +50,8 @@ setup( 'cachetools==5.3.0', 'circuitbreaker==2.0.0', 'shortuuid==1.0.11', - 'cryptography' + 'cryptography', + 'pytest' ], extras_require={ 'nameko': ['nameko==3.0.0rc11',