From d24c56f5fdedbdbb5bee8601cbce3d995e7f5e2e Mon Sep 17 00:00:00 2001 From: Randy Dev Date: Sun, 15 Sep 2024 22:32:41 +0700 Subject: [PATCH] _ --- setup.py | 1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 58c3af2..c345a81 100644 --- a/setup.py +++ b/setup.py @@ -58,6 +58,7 @@ def read(fname, version=False): "uvicorn[standard]", "fastapi[all]", "authlib", + "numpy", ], classifiers=[ "Programming Language :: Python :: 3",