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