From 16b919c83c70f6706ed42a117ce955a408083a98 Mon Sep 17 00:00:00 2001 From: devdra9 Date: Thu, 23 Jan 2025 17:44:56 +0900 Subject: [PATCH] =?UTF-8?q?requirements.txt=20=EC=B6=94=EA=B0=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- requirements.txt | 48 ++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 requirements.txt diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..a5fe822 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,48 @@ +asttokens==3.0.0 +black==24.10.0 +cffi==1.17.1 +click==8.1.8 +colorama==0.4.6 +comm==0.2.2 +cryptography==44.0.0 +debugpy==1.8.12 +decorator==5.1.1 +elementpath==4.7.0 +et_xmlfile==2.0.0 +executing==2.1.0 +fastcore==1.7.26 +hwpapi==0.0.2.1 +ipykernel==6.29.5 +ipython==8.31.0 +jedi==0.19.2 +jupyter_client==8.6.3 +jupyter_core==5.7.2 +lxml==5.3.0 +matplotlib-inline==0.1.7 +mypy-extensions==1.0.0 +nest-asyncio==1.6.0 +numpy==2.2.0 +olefile==0.47 +openpyxl==3.1.5 +packaging==24.2 +pandas==2.2.3 +parso==0.8.4 +pathspec==0.12.1 +pillow==11.1.0 +platformdirs==4.3.6 +prompt_toolkit==3.0.50 +psutil==6.1.1 +pure_eval==0.2.3 +pycparser==2.22 +Pygments==2.19.1 +pyperclip==1.9.0 +python-dateutil==2.9.0.post0 +pytz==2024.2 +pywin32==308 +pyzmq==26.2.0 +six==1.17.0 +stack-data==0.6.3 +tornado==6.4.2 +traitlets==5.14.3 +tzdata==2024.2 +wcwidth==0.2.13