File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -22,13 +22,14 @@ Currently, the following platforms are under development:
2222
2323## State of the project
2424
25- - This project in it's current state depends on flask 1.x, which has known security issues. The websockets library used only supports flask 1.
25+ - This project in it's current state depends on flask 1.x, which has known security issues. So do __ not__ expose the web client to the internet.
26+ - The websockets library used only supports flask 1. So this needs to be replaced with another stack.
2627- The python library used for bluetooth supports only Linux, an platform independent alternative is available with ` bleak ` , but prefers async model.
2728- The whole project should probably move to using async model, but that requires a major rewrite.
2829
2930## Installation instructions
3031
31- The project requires Python 3.7 and later (tested with 3.11). Please use a Python virtual environment to install the dependencies:
32+ The project requires Python 3.8 and later (tested with 3.11). Please use a Python virtual environment to install the dependencies:
3233
3334``` bash
3435git clone https://github.com/domschl/python-mchess
You can’t perform that action at this time.
0 commit comments