Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
setup.py: pin twisted==16.1.1, remove pytrie
* To avoid an incompatible patch that landed in Twisted trunk after the 16.1.1 release, autobahn pinned their requirement on Twisted to be <=16.1.1 . However Twisted reverted the patch before making a release. The new 16.2.0 is fine. Since autobahn has this pin, and since pip doesn't do full dependency resolution, I must add the pin too, so that 'pip install magic-wormhole' can work. I plan to remove this pin as soon as autobahn does the same upstream. crossbario/autobahn-python#680 * A previous version of autobahn had a bug where it tried to import something that wasn't actually depended upon, exposed by having pynacl installed. Installing 'pytrie' manually fixed it. This doesn't seem to be a problem anymore, so I'm removing the manual dependency.
- Loading branch information