Add more libs to install.py
This commit is contained in:
@@ -19,6 +19,12 @@ def install():
|
|||||||
'"psycopg[binary]"',
|
'"psycopg[binary]"',
|
||||||
'pytest',
|
'pytest',
|
||||||
'numpy',
|
'numpy',
|
||||||
|
'schedule',
|
||||||
|
'pandas',
|
||||||
|
'openpyxl',
|
||||||
|
'redis',
|
||||||
|
'uvicorn',
|
||||||
|
'chardet',
|
||||||
'Cython']
|
'Cython']
|
||||||
|
|
||||||
if minor == 4:
|
if minor == 4:
|
||||||
@@ -40,4 +46,4 @@ def install():
|
|||||||
os.system(f'pip install {package} -i https://pypi.tuna.tsinghua.edu.cn/simple')
|
os.system(f'pip install {package} -i https://pypi.tuna.tsinghua.edu.cn/simple')
|
||||||
|
|
||||||
if __name__ == '__main__':
|
if __name__ == '__main__':
|
||||||
install()
|
install()
|
||||||
|
|||||||
Reference in New Issue
Block a user