Updated webapp dependancies in setup.py
This commit is contained in:
parent
f666f30873
commit
538bbfb7a8
1 changed files with 6 additions and 3 deletions
9
setup.py
9
setup.py
|
|
@ -6,13 +6,16 @@ setup(
|
|||
long_description_content_type="text/markdown",
|
||||
install_requires=[
|
||||
"dbus-python==1.2.16",
|
||||
"Flask==1.1.2",
|
||||
"Flask-SocketIO==5.0.1",
|
||||
"eventlet==0.31.0",
|
||||
"Flask==2.1.3",
|
||||
"Flask-SocketIO==4.3.1",
|
||||
"eventlet==0.33.3",
|
||||
"blessed==1.17.10",
|
||||
"pynput==1.7.1",
|
||||
"psutil==5.6.6",
|
||||
"cryptography==3.3.2",
|
||||
"jinja2==3.0.3",
|
||||
"itsdangerous==2.0.1",
|
||||
"Werkzeug==2.0.3",
|
||||
],
|
||||
extra_require={
|
||||
"dev": [
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue