Add requests

This commit is contained in:
Changhua 2023-05-05 13:18:28 +08:00
parent 8ae7c09077
commit 539301cf83

View File

@ -27,7 +27,8 @@ setup(
install_requires=[
"setuptools",
"grpcio-tools",
"pynng"
"pynng",
"requests",
],
classifiers=[
"Environment :: Win32 (MS Windows)",