336 install_requires=[ |
336 install_requires=[ |
337 "pip>=19.0", |
337 "pip>=19.0", |
338 "wheel", |
338 "wheel", |
339 "PyQt6>=6.1.1", |
339 "PyQt6>=6.1.1", |
340 "PyQt6-Charts>=6.1.1", |
340 "PyQt6-Charts>=6.1.1", |
|
341 # TODO: enable this line once PyQt 6.2 has been released |
341 #~ "PyQt6-WebEngine>=6.2.0", # __IGNORE_WARNING__ |
342 #~ "PyQt6-WebEngine>=6.2.0", # __IGNORE_WARNING__ |
342 "PyQt6-QScintilla>=2.13.0", |
343 "PyQt6-QScintilla>=2.13.0", |
343 "docutils", |
344 "docutils", |
344 "Markdown", |
345 "Markdown", |
345 "pyyaml", |
346 "pyyaml", |
366 ] |
369 ] |
367 }, |
370 }, |
368 entry_points={ |
371 entry_points={ |
369 "gui_scripts": [ |
372 "gui_scripts": [ |
370 "eric7 = eric7.eric7:main", |
373 "eric7 = eric7.eric7:main", |
|
374 # TODO: enable this line once PyQt 6.2 has been released |
371 #~ "eric7_browser = eric7.eric7_browser:main", # __IGNORE_WARNING__ |
375 #~ "eric7_browser = eric7.eric7_browser:main", # __IGNORE_WARNING__ |
372 "eric7_compare = eric7.eric7_compare:main", |
376 "eric7_compare = eric7.eric7_compare:main", |
373 "eric7_configure = eric7.eric7_configure:main", |
377 "eric7_configure = eric7.eric7_configure:main", |
374 "eric7_diff = eric7.eric7_diff:main", |
378 "eric7_diff = eric7.eric7_diff:main", |
375 "eric7_editor = eric7.eric7_editor:main", |
379 "eric7_editor = eric7.eric7_editor:main", |