mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-02-25 11:12:42 +00:00
ignore incorrectly packaged autobahn versions
This commit is contained in:
parent
839aaea541
commit
6116b04ff7
4
setup.py
4
setup.py
@ -114,7 +114,9 @@ install_requires = [
|
||||
"attrs >= 18.2.0",
|
||||
|
||||
# WebSocket library for twisted and asyncio
|
||||
"autobahn >= 19.5.2",
|
||||
"autobahn >= 19.5.2, != 22.5.1, != 22.4.2, != 22.4.1"
|
||||
# (the ignored versions above don't have autobahn.twisted.testing
|
||||
# packaged properly)
|
||||
|
||||
# Support for Python 3 transition
|
||||
"future >= 0.18.2",
|
||||
|
Loading…
x
Reference in New Issue
Block a user