Update routers/deploy.py
Browse files- routers/deploy.py +0 -1
routers/deploy.py
CHANGED
|
@@ -6,7 +6,6 @@ import zipfile # Still imported, but primarily for handling potential old zip lo
|
|
| 6 |
|
| 7 |
# Third-party library imports
|
| 8 |
import docker # For interacting with Docker daemon
|
| 9 |
-
import git # For Git repository operations (requires 'GitPython' package: pip install GitPython)
|
| 10 |
import hmac # For validating GitHub webhook signatures (important for security)
|
| 11 |
import hashlib # For hashing in webhook signature validation
|
| 12 |
from pyngrok import ngrok # For creating public URLs (ensure ngrok is configured)
|
|
|
|
| 6 |
|
| 7 |
# Third-party library imports
|
| 8 |
import docker # For interacting with Docker daemon
|
|
|
|
| 9 |
import hmac # For validating GitHub webhook signatures (important for security)
|
| 10 |
import hashlib # For hashing in webhook signature validation
|
| 11 |
from pyngrok import ngrok # For creating public URLs (ensure ngrok is configured)
|