chore: 將虛擬環境移出版本控制

This commit is contained in:
swpa 2026-05-09 16:29:01 +08:00
parent b6989ca443
commit 4c5f1e410d
2 changed files with 39 additions and 0 deletions

1
.gitignore vendored
View File

@ -1,2 +1,3 @@
__pycache__/ __pycache__/
*.pyc *.pyc
cmts_api_env/

38
requirements.txt Normal file
View File

@ -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