mirror of
https://github.com/fcwu/docker-ubuntu-vnc-desktop
synced 2025-12-06 08:22:31 +01:00
chore: upgrade python packages
This commit is contained in:
parent
0c38539444
commit
7ee6c9175f
2 changed files with 17 additions and 17 deletions
|
|
@ -1,20 +1,20 @@
|
||||||
backports.ssl-match-hostname==3.5.0.1
|
backports.ssl-match-hostname==3.7.0.1
|
||||||
certifi==2018.1.18
|
certifi==2019.9.11
|
||||||
chardet==3.0.4
|
chardet==3.0.4
|
||||||
click==6.7
|
Click==7.0
|
||||||
Flask==1.0.2
|
Flask==1.1.1
|
||||||
Flask-Login==0.4.1
|
Flask-Login==0.4.1
|
||||||
gevent==1.2.2
|
gevent==1.4.0
|
||||||
gevent-websocket==0.10.1
|
gevent-websocket==0.10.1
|
||||||
greenlet==0.4.13
|
greenlet==0.4.15
|
||||||
idna==2.6
|
idna==2.8
|
||||||
itsdangerous==0.24
|
itsdangerous==1.1.0
|
||||||
Jinja2==2.10
|
Jinja2==2.10.3
|
||||||
MarkupSafe==1.0
|
MarkupSafe==1.1.1
|
||||||
meld3==1.0.2
|
meld3==2.0.0
|
||||||
requests==2.20.1
|
requests==2.22.0
|
||||||
six==1.11.0
|
six==1.12.0
|
||||||
supervisor==3.2.0
|
supervisor==4.1.0
|
||||||
urllib3==1.23
|
urllib3==1.25.6
|
||||||
websocket-client==0.47.0
|
websocket-client==0.47.0
|
||||||
Werkzeug==0.14.1
|
Werkzeug==0.16.0
|
||||||
|
|
|
||||||
|
|
@ -74,7 +74,7 @@ def main():
|
||||||
|
|
||||||
def run_server():
|
def run_server():
|
||||||
import socket
|
import socket
|
||||||
from gevent.wsgi import WSGIServer
|
from gevent.pywsgi import WSGIServer
|
||||||
from vnc.app import app
|
from vnc.app import app
|
||||||
|
|
||||||
# websocket conflict: WebSocketHandler
|
# websocket conflict: WebSocketHandler
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue