python-socketio_4: init at 4.6.1

Socket.IO and Engine.IO protocols are not backwards-compatible and major
versions of the client and server need to be coordinated.  It's therefore useful
to have python-socketio 4.x available.
This commit is contained in:
Graham Bennett
2021-02-16 01:04:07 +00:00
parent 50ad4a8c89
commit 32f67cd3e4
2 changed files with 49 additions and 0 deletions

View File

@@ -6449,6 +6449,8 @@ in {
python-socketio = callPackage ../development/python-modules/python-socketio { };
python-socketio_4 = callPackage ../development/python-modules/python-socketio/4.nix { };
python-sql = callPackage ../development/python-modules/python-sql { };
python_statsd = callPackage ../development/python-modules/python_statsd { };