Skip to content

Commit

Permalink
update packages version
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa0128 committed Sep 26, 2023
1 parent c80712b commit dfd0384
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down
2 changes: 1 addition & 1 deletion solox/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ <h2 class="page-title">
</li>
<li class="list-inline-item">
<a href="https://github.com/smart-test-ti/SoloX/releases" target="_blank" class="link-secondary" rel="noopener">
{% if lan == 'cn' %} 版本 {% else %} Releases {% endif %} . V2.7.6
{% if lan == 'cn' %} 版本 {% else %} Releases {% endif %} . V2.7.7
</a>
</li>
</ul>
Expand Down

0 comments on commit dfd0384

Please sign in to comment.