heroku-python / flask-sockets

[DEPRECATED] Alternative: https://github.com/miguelgrinberg/flask-sock
MIT License
1.74k stars 167 forks source link

Update flask_sockets.py to include semantic version #68

Open Tythos opened 5 years ago

Tythos commented 5 years ago

There are more elegant ways to do this procedurally--looking up Git tags during the build process, etc. But this is the obviously simple approach and better than not including version information at all (current state). Useful for procedural requirements.txt generators in packages that use this one.