From 4c5f1e410d2822dc8ea26f8335d2740fdff0fbc9 Mon Sep 17 00:00:00 2001 From: swpa Date: Sat, 9 May 2026 16:29:01 +0800 Subject: [PATCH] =?UTF-8?q?chore:=20=E5=B0=87=E8=99=9B=E6=93=AC=E7=92=B0?= =?UTF-8?q?=E5=A2=83=E7=A7=BB=E5=87=BA=E7=89=88=E6=9C=AC=E6=8E=A7=E5=88=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .gitignore | 1 + requirements.txt | 38 ++++++++++++++++++++++++++++++++++++++ 2 files changed, 39 insertions(+) create mode 100644 requirements.txt diff --git a/.gitignore b/.gitignore index 7a60b85..1cca535 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ __pycache__/ *.pyc +cmts_api_env/ diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..cb81df0 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,38 @@ +annotated-doc==0.0.4 +annotated-types==0.7.0 +anyio==4.13.0 +asyncssh==2.22.0 +bcrypt==5.0.0 +cffi==2.0.0 +click==8.3.3 +cryptography==46.0.7 +fastapi==0.136.0 +h11==0.16.0 +httptools==0.7.1 +idna==3.13 +invoke==3.0.3 +markdown-it-py==4.0.0 +mdurl==0.1.2 +netmiko==4.6.0 +ntc_templates==9.1.0 +paramiko==4.0.0 +psycopg2-binary==2.9.12 +pycparser==3.0 +pydantic==2.13.3 +pydantic_core==2.46.3 +Pygments==2.20.0 +PyNaCl==1.6.2 +pyserial==3.5 +python-dotenv==1.2.2 +PyYAML==6.0.3 +rich==15.0.0 +ruamel.yaml==0.19.1 +scp==0.15.0 +starlette==1.0.0 +textfsm==2.1.0 +typing-inspection==0.4.2 +typing_extensions==4.15.0 +uvicorn==0.46.0 +uvloop==0.22.1 +watchfiles==1.1.1 +websockets==16.0