From 0021c442a056ffd1d17554c8ff35919d7a61c9bc Mon Sep 17 00:00:00 2001 From: SeanChenTaipei Date: Thu, 2 Mar 2023 15:51:58 +0800 Subject: [PATCH] requirements --- .vscode/settings.json | 14 +++++++++ dd.session.sql | 0 requirements.txt | 67 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 81 insertions(+) create mode 100644 .vscode/settings.json create mode 100644 dd.session.sql create mode 100644 requirements.txt diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 0000000..58be3b9 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,14 @@ +{ + "sqltools.connections": [ + { + "previewLimit": 50, + "server": "localhost", + "port": 5432, + "driver": "PostgreSQL", + "name": "dd", + "username": "hsienchen", + "password": "postgredb", + "database": "tpm" + } + ] +} \ No newline at end of file diff --git a/dd.session.sql b/dd.session.sql new file mode 100644 index 0000000..e69de29 diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..5475691 --- /dev/null +++ b/requirements.txt @@ -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 \ No newline at end of file