We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c65a872 commit f7736ddCopy full SHA for f7736dd
setup.py
@@ -126,7 +126,7 @@ def run(self):
126
url = "https://ssl.drqueue.org/redmine/projects/drqueueipython",
127
packages = ['DrQueue'],
128
scripts = allscripts,
129
- install_requires = ['ipython>=0.13', 'pyzmq>=2.1.4'],
+ install_requires = ['ipython<3', 'pyzmq>=2.1.4'],
130
long_description = read('README.md'),
131
classifiers = [
132
"Development Status :: 3 - Alpha",
0 commit comments