From 539301cf83654eeb93961aff867d45797682a020 Mon Sep 17 00:00:00 2001 From: Changhua Date: Fri, 5 May 2023 13:18:28 +0800 Subject: [PATCH] Add requests --- python/setup.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/setup.py b/python/setup.py index 5383dbd..816fce3 100644 --- a/python/setup.py +++ b/python/setup.py @@ -27,7 +27,8 @@ setup( install_requires=[ "setuptools", "grpcio-tools", - "pynng" + "pynng", + "requests", ], classifiers=[ "Environment :: Win32 (MS Windows)",