diff --git a/setup.py b/setup.py index 0532865..657942c 100644 --- a/setup.py +++ b/setup.py @@ -11,8 +11,8 @@ setuptools.setup( install_requires=['flask>=2.0.1', 'requests', 'logzero', 'Flask-SocketIO==4.3.1', 'fire', - 'python-engineio==3.13.2', 'python-socketio==4.6.0', 'Werkzeug==2.0.3', - 'Jinja2==3.0.1','tidevice==0.9.7', 'tqdm', 'xlwt','pyfiglet','psutil', + 'python-engineio==3.13.2', 'python-socketio==4.6.0', 'Werkzeug', + 'Jinja2','tidevice==0.9.7', 'tqdm', 'xlwt','pyfiglet','psutil', 'opencv-python'], version=__version__, long_description=long_description, diff --git a/solox/templates/base.html b/solox/templates/base.html index cc748bf..1874ba3 100644 --- a/solox/templates/base.html +++ b/solox/templates/base.html @@ -130,7 +130,7 @@

  • - {% if lan == 'cn' %} 版本 {% else %} Releases {% endif %} . V2.7.6 + {% if lan == 'cn' %} 版本 {% else %} Releases {% endif %} . V2.7.7