mirror of
https://github.com/usmannasir/cyberpanel.git
synced 2025-11-14 09:16:11 +01:00
add pyotp
This commit is contained in:
@@ -252,7 +252,9 @@ LoadModule mpm_event_module modules/mod_mpm_event.so
|
||||
# Version 5.4
|
||||
|
||||
if ProcessUtilities.decideDistro() == ProcessUtilities.centos or ProcessUtilities.decideDistro() == ProcessUtilities.cent8:
|
||||
|
||||
if ProcessUtilities.alma9check == 1:
|
||||
command = 'yum install -y https://rpms.remirepo.net/enterprise/remi-release-9.rpm'
|
||||
else:
|
||||
command = 'yum install -y https://rpms.remirepo.net/enterprise/remi-release-8.rpm'
|
||||
ApacheController.executioner(command)
|
||||
|
||||
|
||||
@@ -55,8 +55,6 @@ class virtualHostUtilities:
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
@staticmethod
|
||||
def OnBoardingHostName(Domain, tempStatusPath, skipRDNSCheck):
|
||||
import json
|
||||
|
||||
@@ -21,6 +21,7 @@ psutil==5.7.3
|
||||
py3dns==3.2.1
|
||||
pyOpenSSL==19.1.0
|
||||
pysftp
|
||||
pyotp
|
||||
requests==2.26.0
|
||||
s3transfer==0.5.0
|
||||
sqlparse==0.4.2
|
||||
|
||||
@@ -21,6 +21,7 @@ psutil==5.7.3
|
||||
py3dns==4.0.2
|
||||
pyOpenSSL==24.2.1
|
||||
pysftp==0.2.9
|
||||
pyotp
|
||||
PyYAML==6.0.1
|
||||
requests==2.32.3
|
||||
s3transfer==0.10.2
|
||||
|
||||
Reference in New Issue
Block a user