add test tzlocal dependent
This commit is contained in:
parent
99bebacd8e
commit
7f92585b93
|
@ -4,6 +4,12 @@
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@tdengine/websocket": "^3.1.1"
|
"@tdengine/websocket": "^3.1.2"
|
||||||
}
|
},
|
||||||
|
"scripts": {
|
||||||
|
"test": "echo \"Error: no test specified\" && exit 1"
|
||||||
|
},
|
||||||
|
"keywords": [],
|
||||||
|
"author": "",
|
||||||
|
"description": ""
|
||||||
}
|
}
|
||||||
|
|
|
@ -10,3 +10,4 @@ pexpect
|
||||||
faker
|
faker
|
||||||
pyopenssl
|
pyopenssl
|
||||||
hyperloglog
|
hyperloglog
|
||||||
|
tzlocal
|
Loading…
Reference in New Issue