Add more libs to install.py
This commit is contained in:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user