Refine
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
|
||||
# influxdb数据库连接信息
|
||||
url = "http://localhost:8086" # 替换为你的InfluxDB实例地址
|
||||
token = "cpuAmRnJqSMd7F34q1VjG6JgwZfO0S0w0vK2ZmAvA6zvf6m-6UAobUKSW3xhGr_nxZI5HsFlpfZHT1i8sI3LyQ==" # 替换为你的InfluxDB Token
|
||||
token = "Vq8F5tzxqmjH6JYPBP5xqwo6nJbzRqCnahlcoMVyZGMPm3H92swD08VX-5lTH1laN_JG1x7EZ80WOQoycanmBw==" # 替换为你的InfluxDB Token
|
||||
# _ENCODED_TOKEN = "eEdETTVSWnFSSkF1ekFHUy1vdFhVZEMyTkZkWTc1cUpBalJMcUFCNHA1V2NJSUFsSVVwT3BUOF95QTE2QU9IbUpXZXJ3UV8wOGd3Yjg0c3k0MmpuWlE9PQ=="
|
||||
# token = base64.b64decode(_ENCODED_TOKEN).decode("utf-8")
|
||||
org = "TJWATERORG" # 替换为你的Organization名称
|
||||
|
||||
40290
inp/bb_temp.inp
Normal file
40290
inp/bb_temp.inp
Normal file
File diff suppressed because it is too large
Load Diff
@@ -20,13 +20,17 @@ def install():
|
||||
'pytest',
|
||||
'influxdb_client',
|
||||
'numpy',
|
||||
'fastapi',
|
||||
'schedule',
|
||||
'pandas',
|
||||
'openpyxl',
|
||||
'redis',
|
||||
'pydantic',
|
||||
'starlette',
|
||||
'requests',
|
||||
'uvicorn',
|
||||
'chardet',
|
||||
'python-multipart',
|
||||
'Cython']
|
||||
|
||||
if minor == 4:
|
||||
|
||||
Reference in New Issue
Block a user