Skip to content

Commit f7736dd

Browse files
committed
work-a-round for #5
1 parent c65a872 commit f7736dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ def run(self):
126126
url = "https://ssl.drqueue.org/redmine/projects/drqueueipython",
127127
packages = ['DrQueue'],
128128
scripts = allscripts,
129-
install_requires = ['ipython>=0.13', 'pyzmq>=2.1.4'],
129+
install_requires = ['ipython<3', 'pyzmq>=2.1.4'],
130130
long_description = read('README.md'),
131131
classifiers = [
132132
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)