mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-15 09:46:11 +01:00
bug fix: issues with python packages
This commit is contained in:
@@ -1389,9 +1389,7 @@ Automatic backup failed for %s on %s.
|
|||||||
|
|
||||||
@staticmethod
|
@staticmethod
|
||||||
def SendTORemote(FileName, RemoteBackupID):
|
def SendTORemote(FileName, RemoteBackupID):
|
||||||
import pysftp
|
|
||||||
import json
|
import json
|
||||||
import pysftp as sftp
|
|
||||||
from websiteFunctions.models import RemoteBackupConfig
|
from websiteFunctions.models import RemoteBackupConfig
|
||||||
|
|
||||||
try:
|
try:
|
||||||
|
|||||||
@@ -3015,8 +3015,8 @@ class ApplicationInstaller(multi.Thread):
|
|||||||
from managePHP.phpManager import PHPManager
|
from managePHP.phpManager import PHPManager
|
||||||
from websiteFunctions.website import WebsiteManager
|
from websiteFunctions.website import WebsiteManager
|
||||||
from packages.models import Package
|
from packages.models import Package
|
||||||
import pysftp
|
#import pysftp
|
||||||
import pysftp as sftp
|
#import pysftp as sftp
|
||||||
import boto3
|
import boto3
|
||||||
|
|
||||||
if os.path.exists(ProcessUtilities.debugPath):
|
if os.path.exists(ProcessUtilities.debugPath):
|
||||||
|
|||||||
@@ -4,7 +4,7 @@ boto3==1.34.153
|
|||||||
botocore==1.34.153
|
botocore==1.34.153
|
||||||
cloudflare==2.8.13
|
cloudflare==2.8.13
|
||||||
cryptography==43.0.0
|
cryptography==43.0.0
|
||||||
cffi==1.14.3
|
cffi
|
||||||
Django==4.2.14
|
Django==4.2.14
|
||||||
docker==7.1.0
|
docker==7.1.0
|
||||||
google-api-core==2.19.1
|
google-api-core==2.19.1
|
||||||
@@ -14,14 +14,13 @@ google-auth-httplib2==0.2.0
|
|||||||
google-auth-oauthlib==1.2.1
|
google-auth-oauthlib==1.2.1
|
||||||
googleapis-common-protos==1.63.2
|
googleapis-common-protos==1.63.2
|
||||||
ipaddress==1.0.23
|
ipaddress==1.0.23
|
||||||
mysqlclient==2.0.1
|
mysqlclient
|
||||||
oauthlib==3.2.2
|
oauthlib==3.2.2
|
||||||
paramiko==3.4.1
|
paramiko==3.4.1
|
||||||
pexpect==4.9.0
|
pexpect==4.9.0
|
||||||
psutil==5.7.3
|
psutil
|
||||||
py3dns==4.0.2
|
py3dns==4.0.2
|
||||||
pyOpenSSL==24.2.1
|
pyOpenSSL==24.2.1
|
||||||
pysftp==0.2.9
|
|
||||||
pyotp
|
pyotp
|
||||||
PyYAML==6.0.1
|
PyYAML==6.0.1
|
||||||
requests==2.32.3
|
requests==2.32.3
|
||||||
|
|||||||
Reference in New Issue
Block a user