removed zmq from requirements files.

This commit is contained in:
fawce
2012-09-08 23:24:53 -04:00
parent 81718011df
commit 96e5801cf8
3 changed files with 1 additions and 10 deletions
-7
View File
@@ -2,13 +2,6 @@ msgpack-python==0.1.12
humanhash==0.0.1
iso8601==0.1.4
# ZeroMQ
pyzmq==2.1.11
gevent-zeromq==0.2.2
# Unix
setproctitle==1.1.6
# Logging
Logbook==0.3
-2
View File
@@ -16,5 +16,3 @@ patsy==0.1.0
statsmodels>=0.5.0
scikit-learn==0.11
# ZeroMQ
pyzmq==2.1.11
+1 -1
View File
@@ -5,7 +5,7 @@ from collections import MutableMapping
def Enum(*options):
"""
Fast enums are very important when we want really tight zmq
Fast enums are very important when we want really tight
loops. These are probably going to evolve into pure C structs
anyways so might as well get going on that.
"""