Spaces:
Running
Running
Add paramiko to requirements (needed for SSH to RunPod pods)
Browse filesCo-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- requirements.txt +1 -0
requirements.txt
CHANGED
|
@@ -14,3 +14,4 @@ pyyaml>=6.0
|
|
| 14 |
python-multipart>=0.0.6
|
| 15 |
python-dotenv>=1.0.0
|
| 16 |
runpod>=1.6.0
|
|
|
|
|
|
| 14 |
python-multipart>=0.0.6
|
| 15 |
python-dotenv>=1.0.0
|
| 16 |
runpod>=1.6.0
|
| 17 |
+
paramiko>=3.4.0
|