petronetto / flask-redis-realtime-chat

A simple Flask realtime chat using Redis PubSub
BSD 3-Clause "New" or "Revised" License
35 stars 9 forks source link

update Dockerfile and requirements.txt to more modern versions #2

Closed jerrydboonstra closed 6 months ago

jerrydboonstra commented 2 years ago

The requirements.txt and Dockerfile python alpine image are a few years out of date.

Performed the minimal changes for compatibility up to python 3.9 or 3.10.

Please do a quick smoke test before merging.