Add more libs to install.py

This commit is contained in:
DingZQ
2025-02-22 17:42:28 +08:00
parent 998d16bec7
commit c3a51020d9

View File

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