##// END OF EJS Templates
Remove PyReadline as a install requirement on Windows
cgohlke -
Show More
@@ -285,9 +285,7 b' install_requires = []'
285 285 if sys.platform == 'darwin':
286 286 if any(arg.startswith('bdist') for arg in sys.argv) or not setupext.check_for_readline():
287 287 install_requires.append('gnureadline')
288 elif sys.platform.startswith('win'):
289 # Pyreadline has unicode and Python 3 fixes in 2.0
290 install_requires.append('pyreadline>=2.0')
288
291 289
292 290 if 'setuptools' in sys.modules:
293 291 # setup.py develop should check for submodules
General Comments 0
You need to be logged in to leave comments. Login now