python-engineio_3: init at 3.14.2

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-engineio 3.x available for use with python-socketio 4.x.
This commit is contained in:
Graham Bennett
2021-02-16 19:19:40 +00:00
parent 32ba4a3f5a
commit 50ad4a8c89
2 changed files with 69 additions and 0 deletions
+2
View File
@@ -6307,6 +6307,8 @@ in {
python-engineio = callPackage ../development/python-modules/python-engineio { };
python-engineio_3 = callPackage ../development/python-modules/python-engineio/3.nix { };
python-etcd = callPackage ../development/python-modules/python-etcd { };
python_fedora = callPackage ../development/python-modules/python_fedora { };