From c3a51020d958078f66d29ef44b34572b59722cc5 Mon Sep 17 00:00:00 2001 From: DingZQ Date: Sat, 22 Feb 2025 17:42:28 +0800 Subject: [PATCH] Add more libs to install.py --- install.py | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/install.py b/install.py index f657d33..1534b48 100644 --- a/install.py +++ b/install.py @@ -19,6 +19,12 @@ def install(): '"psycopg[binary]"', 'pytest', 'numpy', + 'schedule', + 'pandas', + 'openpyxl', + 'redis', + 'uvicorn', + 'chardet', 'Cython'] if minor == 4: @@ -40,4 +46,4 @@ def install(): os.system(f'pip install {package} -i https://pypi.tuna.tsinghua.edu.cn/simple') if __name__ == '__main__': - install() \ No newline at end of file + install()