pystorm / streamparse

Run Python in Apache Storm topologies. Pythonic API, CLI tooling, and a topology DSL.
http://streamparse.readthedocs.io/
Apache License 2.0
1.5k stars 218 forks source link

Require pip 9.x when setting up virtualenv so we can use upgrade-strategy #327

Closed dan-blanchard closed 7 years ago

dan-blanchard commented 7 years ago

This lets us always use --upgrade when setting up virtualenvs without the horrible side effect of upgrading every nested dependency.