noisyboiler / wampy

Websocket RPC and Pub/Sub for Python applications and microservices
Mozilla Public License 2.0
127 stars 24 forks source link

Please, do not use strict dependencies (==) in setup.py, it leads to conflicts with subdependencies of other libraries in the same project #87

Closed dmugtasimov closed 5 years ago

noisyboiler commented 5 years ago

sorted, as best as i can. Crossbar cannot be bumped further and Twisted is tied to that version - see the comment in setup.py.

dmugtasimov commented 5 years ago

thank you!