Some checks failed
Gitea Actions Official-website / deploy-dev (push) Failing after 3s
9 lines
206 B
Plaintext
9 lines
206 B
Plaintext
# Requirements for image migration script
|
|
paramiko>=2.12.0
|
|
|
|
# Optional: for better performance with large files
|
|
# Optional: for progress bars
|
|
# tqdm>=4.66.0
|
|
|
|
# Install with: pip install -r requirements.txt
|