This commit is contained in:
DingZQ
2025-03-01 20:23:07 +08:00
parent 305c047f20
commit 0c74389874

View File

@@ -18,11 +18,13 @@ def install():
packages = [ packages = [
'"psycopg[binary]"', '"psycopg[binary]"',
'pytest', 'pytest',
'influxdb_client',
'numpy', 'numpy',
'schedule', 'schedule',
'pandas', 'pandas',
'openpyxl', 'openpyxl',
'redis', 'redis',
'requests',
'uvicorn', 'uvicorn',
'chardet', 'chardet',
'Cython'] 'Cython']