Skip to content

Commit f8b734d

Browse files
committed
Merge pull request #6 from jedie/patch-1
work-a-round for #5
2 parents 8fe3d89 + f7736dd commit f8b734d

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
@@ -122,7 +122,7 @@ def run(self):
122122
url = "https://ssl.drqueue.org/redmine/projects/drqueueipython",
123123
packages = ['DrQueue'],
124124
scripts = allscripts,
125-
install_requires = ['ipython>=0.13', 'pyzmq>=2.1.4'],
125+
install_requires = ['ipython<3', 'pyzmq>=2.1.4'],
126126
long_description = read('README.md'),
127127
classifiers = [
128128
"Development Status :: 3 - Alpha",

0 commit comments

Comments
 (0)