From b35a3444a9cae58a70b4ef9c1471f1ae049099d7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Johan=20Th=C3=B6rnblom?= <johan.thornblom@hotmail.com> Date: Wed, 16 Mar 2022 17:25:10 +0100 Subject: [PATCH] fixed requirement.txt --- .DS_Store | Bin 10244 -> 10244 bytes Lab_3/Twidder/database.db | Bin 16384 -> 16384 bytes Lab_3/Twidder/static/client.html | 4 ++-- requirements.txt | 18 ++++++++++++++---- 4 files changed, 16 insertions(+), 6 deletions(-) diff --git a/.DS_Store b/.DS_Store index 30f3834918176a2c2f81213b84951d66311c943f..f823ab63bd80a46c95d6a39fc9c75862f25da1c3 100644 GIT binary patch delta 41 xcmZn(XbIThF2u;N*+a;NZF0CAAD3}jN^x>hetr(a<~b6(Ss58NN64+=1ON$545t79 delta 41 xcmZn(XbIThF2u;V*+a;NZF0CAAD3}jN^x>hetr()<~b6(Ss58ON64+=1ON$v45|PC diff --git a/Lab_3/Twidder/database.db b/Lab_3/Twidder/database.db index b8863ccbb4f1c57137f8f44aa97d3cac6c1560e4..6632cf3724c98df77710b31b50d2632646ef5f85 100644 GIT binary patch delta 118 zcmZo@U~Fh$oFL5@I#I@%HIzZmL}6pf0)8oOzKaa}FZnO=@8+M#U&<fP@5wL4&%pPJ z@8V`fh0T1D;@lj<g8clF{QPMSX&~U1nwyxDnwGZtm7EkK4>$i(2L6xyFZr+YFWt<i VFqNN!omrSM%^{6@^IH920RX6aAw~cI delta 90 zcmZo@U~Fh$oFL5@GEv5vHH1Mg+-qaX0)7cDzE=$VFZnO=@8+M#U&<fP@5wL4&%pO; wv!cQ_J{JC$3=$I^MK-^ZlVarJ;$O?a|B?SC|MkrR3RC$f25@a&s~;=?0JY>BPyhe` diff --git a/Lab_3/Twidder/static/client.html b/Lab_3/Twidder/static/client.html index 7834b2f..0fde432 100644 --- a/Lab_3/Twidder/static/client.html +++ b/Lab_3/Twidder/static/client.html @@ -5,8 +5,8 @@ <meta charset="utf-8"> <link href="static/client.css" type="text/css" rel="stylesheet"> <script src="static/client.js"></script> - <!-- <script src="static/serverstub.js"></script> --> - <!-- <script src="server.py"></script> --> + <link rel="shortcut icon" href=""> + <link rel="shortcut icon" href="#"> <script type="text/view" id="welcomeview"> <div id="repeat_pass"></div> diff --git a/requirements.txt b/requirements.txt index 5d02793..450ae88 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,18 +1,28 @@ astroid==2.9.3 -distlib==0.3.4 -filelock==3.5.1 +bidict==0.21.4 +click==7.1.2 +Flask==2.0.3 +flask-sock==0.5.1 +Flask-SocketIO==5.1.1 gevent==21.12.0 gevent-websocket==0.10.1 greenlet==1.1.2 +h11==0.13.0 isort==5.10.1 +itsdangerous==2.1.1 +Jinja2==3.0.3 lazy-object-proxy==1.7.1 +MarkupSafe==2.0.1 mccabe==0.6.1 platformdirs==2.5.0 pylint==2.12.2 -six==1.15.0 +python-engineio==4.3.1 +python-socketio==5.5.2 +simple-websocket==0.5.1 toml==0.10.2 typing_extensions==4.1.1 -virtualenv==20.13.1 +Werkzeug==2.0.3 wrapt==1.13.3 +wsproto==1.1.0 zope.event==4.5.0 zope.interface==5.4.0 -- GitLab