miguelgrinberg / Flask-SocketIO-Chat

A simple chat application that demonstrates how to structure a Flask-SocketIO application.
http://blog.miguelgrinberg.com/post/easy-websockets-with-flask-and-gevent
MIT License
676 stars 242 forks source link

python version #40

Closed ice-ux closed 1 year ago

ice-ux commented 1 year ago

which version of python been needed?

miguelgrinberg commented 1 year ago

3.7 or newer should all work.

ice-ux commented 1 year ago

3.7 or newer should all work.

think you