mirror of https://github.com/Aidaho12/haproxy-wi
parent
c7570ec4bd
commit
715187b075
|
@ -47,6 +47,7 @@ def update_settings():
|
|||
|
||||
|
||||
@bp.route('/settings/load')
|
||||
@get_user_params()
|
||||
def load_checker():
|
||||
return checker_mod.load_checker()
|
||||
|
||||
|
|
|
@ -1,4 +1,5 @@
|
|||
import json
|
||||
|
||||
from flask import render_template, request, jsonify, g
|
||||
from flask_login import login_required
|
||||
from datetime import datetime
|
||||
|
|
|
@ -16,4 +16,5 @@ python3-nmap<=1.5.1
|
|||
aio-pika>=7.1.0
|
||||
pika>=1.2.0
|
||||
websockets>=9.0
|
||||
ansible-core>=2.11.12
|
||||
ansible-runner==2.3.2
|
||||
|
|
|
@ -17,4 +17,5 @@ python3-nmap<=1.5.1
|
|||
aio-pika>=7.1.0
|
||||
pika>=1.2.0
|
||||
websockets>=9.0
|
||||
ansible-core>=2.11.12
|
||||
ansible-runner==2.3.1
|
||||
|
|
|
@ -18,4 +18,5 @@ python3-nmap<=1.5.1
|
|||
aio-pika>=7.1.0
|
||||
pika>=1.2.0
|
||||
websockets>=9.0
|
||||
ansible-core>=2.11.12
|
||||
ansible-runner==2.3.1
|
||||
|
|
|
@ -18,4 +18,5 @@ aio-pika>=7.1.0
|
|||
pika>=1.2.0
|
||||
websockets>=9.0
|
||||
tzlocal==2.0.0
|
||||
ansible-core>=2.11.12
|
||||
ansible-runner==2.3.1
|
||||
|
|
|
@ -21,4 +21,5 @@ Flask==2.2.5
|
|||
Flask-Login==0.6.2
|
||||
Flask-APScheduler==1.13.0
|
||||
Flask-Caching==2.1.0
|
||||
ansible-core>=2.11.12
|
||||
ansible-runner==2.3.1
|
||||
|
|
Loading…
Reference in New Issue