Skip to content

Commit

Permalink
recover commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rafa0128 committed Sep 26, 2023
1 parent dfd0384 commit 66ede2f
Showing 1 changed file with 2 additions and 2 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',
'Jinja2','tidevice==0.9.7', 'tqdm', 'xlwt','pyfiglet','psutil',
'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',
'opencv-python'],
version=__version__,
long_description=long_description,
Expand Down

0 comments on commit 66ede2f

Please sign in to comment.