strangest-quark/stackbox-tutorials

Update version info for requirements

Closed this issue · 1 comments

Flask app does not specify version of required packages. Because of this, the app no longer works as newer Socket.IO releases have invalidated the current code.

2 solutions:

  1. Update the code to use the latest version of Socket.IO and keep it aligned with the latest release (undesirable because it will need to constantly be updated)
  2. Add version to packages to lock at the version this code was intended for (becomes outdated but will still work)

@halvnok I've freezed the requirements. This should fix the issue.