Changeset 6116b04 in trunk


Ignore:
Timestamp:
2022-06-10T20:08:53Z (3 years ago)
Author:
meejah <meejah@…>
Branches:
master
Children:
537ab5c
Parents:
839aaea
Message:

ignore incorrectly packaged autobahn versions

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified setup.py

    r839aaea r6116b04  
    115115
    116116    # WebSocket library for twisted and asyncio
    117     "autobahn >= 19.5.2",
     117    "autobahn >= 19.5.2, != 22.5.1, != 22.4.2, != 22.4.1"
     118    # (the ignored versions above don't have autobahn.twisted.testing
     119    # packaged properly)
    118120
    119121    # Support for Python 3 transition
Note: See TracChangeset for help on using the changeset viewer.