From e582fb30fa7f29e9ff78580354c177f4846715a3 Mon Sep 17 00:00:00 2001 From: Ahmad Alobaid Date: Wed, 15 Jun 2022 20:39:31 +0200 Subject: [PATCH] update setup --- setup.py | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/setup.py b/setup.py index 6352342..9b24042 100644 --- a/setup.py +++ b/setup.py @@ -35,4 +35,8 @@ "Topic :: Scientific/Engineering :: Artificial Intelligence", "Topic :: Software Development :: Libraries", ), -) \ No newline at end of file + install_requires=[ + 'numpy', 'six', 'bokeh' + ], + +)