將虛擬環境移出版本控制
This commit is contained in:
parent
5f41cf6827
commit
ad22331776
|
|
@ -1,2 +1,3 @@
|
||||||
__pycache__/
|
__pycache__/
|
||||||
*.pyc
|
*.pyc
|
||||||
|
cmts_api_env/
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
Loading…
Reference in New Issue