oleiade / Elevator

Elevator is an open source, on-disk key-value store. Provides high-performance bulk read-write operations over very large datasets while exposing a simple and efficient API.
http://elevator.readthedocs.org
MIT License
71 stars 12 forks source link

Bump PyZMQ version #164

Open k4nar opened 10 years ago

k4nar commented 10 years ago

The setup.py force PyZMQ version 13.0.0. I think we could safely use PyZMQ >= 13.0.0.

oleiade commented 10 years ago

You're right. Will take care of it.