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()