Skip to content

Commit da543a2

Browse files
committed
Min Python 3.8, sec warning
1 parent 96e0ee7 commit da543a2

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff 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
3435
git clone https://github.com/domschl/python-mchess

0 commit comments

Comments
 (0)