parent
62485034d8
commit
0021c442a0
3 changed files with 81 additions and 0 deletions
@ -0,0 +1,14 @@ |
|||||||
|
{ |
||||||
|
"sqltools.connections": [ |
||||||
|
{ |
||||||
|
"previewLimit": 50, |
||||||
|
"server": "localhost", |
||||||
|
"port": 5432, |
||||||
|
"driver": "PostgreSQL", |
||||||
|
"name": "dd", |
||||||
|
"username": "hsienchen", |
||||||
|
"password": "postgredb", |
||||||
|
"database": "tpm" |
||||||
|
} |
||||||
|
] |
||||||
|
} |
@ -0,0 +1,67 @@ |
|||||||
|
appdirs==1.4.4 |
||||||
|
appnope==0.1.3 |
||||||
|
asttokens==2.2.1 |
||||||
|
attrs==22.2.0 |
||||||
|
backcall==0.2.0 |
||||||
|
beautifulsoup4==4.11.2 |
||||||
|
certifi==2022.12.7 |
||||||
|
cffi==1.15.1 |
||||||
|
charset-normalizer==3.0.1 |
||||||
|
click==8.1.3 |
||||||
|
comm==0.1.2 |
||||||
|
contourpy==1.0.7 |
||||||
|
cryptography==39.0.1 |
||||||
|
cycler==0.11.0 |
||||||
|
debugpy==1.6.6 |
||||||
|
decorator==5.1.1 |
||||||
|
executing==1.2.0 |
||||||
|
fastjsonschema==2.16.3 |
||||||
|
Flask==2.2.2 |
||||||
|
Flask-Login==0.6.2 |
||||||
|
Flask-SQLAlchemy==3.0.3 |
||||||
|
fonttools==4.38.0 |
||||||
|
frozendict==2.3.5 |
||||||
|
html5lib==1.1 |
||||||
|
idna==3.4 |
||||||
|
ipykernel==6.21.2 |
||||||
|
ipython==8.10.0 |
||||||
|
itsdangerous==2.1.2 |
||||||
|
jedi==0.18.2 |
||||||
|
Jinja2==3.1.2 |
||||||
|
jsonschema==4.17.3 |
||||||
|
jupyter_client==8.0.3 |
||||||
|
jupyter_core==5.2.0 |
||||||
|
kiwisolver==1.4.4 |
||||||
|
lxml==4.9.2 |
||||||
|
MarkupSafe==2.1.2 |
||||||
|
matplotlib==3.6.3 |
||||||
|
matplotlib-inline==0.1.6 |
||||||
|
multitasking==0.0.11 |
||||||
|
nbformat==5.7.3 |
||||||
|
nest-asyncio==1.5.6 |
||||||
|
numpy==1.24.2 |
||||||
|
packaging==23.0 |
||||||
|
pandas==1.5.3 |
||||||
|
parso==0.8.3 |
||||||
|
pexpect==4.8.0 |
||||||
|
pickleshare==0.7.5 |
||||||
|
Pillow==9.4.0 |
||||||
|
platformdirs==3.0.0 |
||||||
|
plotly==5.13.1 |
||||||
|
prompt-toolkit==3.0.37 |
||||||
|
psutil==5.9.4 |
||||||
|
psycopg2==2.9.5 |
||||||
|
ptyprocess==0.7.0 |
||||||
|
pure-eval==0.2.2 |
||||||
|
pycparser==2.21 |
||||||
|
Pygments==2.14.0 |
||||||
|
pyparsing==3.0.9 |
||||||
|
pyrsistent==0.19.3 |
||||||
|
python-dateutil==2.8.2 |
||||||
|
pytz==2022.7.1 |
||||||
|
pyzmq==25.0.0 |
||||||
|
requests==2.28.2 |
||||||
|
scipy==1.10.0 |
||||||
|
six==1.16.0 |
||||||
|
soupsieve==2.4 |
||||||
|
SQLAlchemy==2.0.4 |
Loading…
Reference in new issue