setup.py

branch
eric7
changeset 8634
2bbfaad44cbd
parent 8611
0b1a09e47e98
child 8660
1848e8e4b380
equal deleted inserted replaced
8633:9c3342ed0efd 8634:2bbfaad44cbd
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__
343 "PyQt6-QScintilla>=2.13.0", 342 "PyQt6-QScintilla>=2.13.0",
344 "docutils", 343 "docutils",
345 "Markdown", 344 "Markdown",
346 "pyyaml", 345 "pyyaml",
347 "toml", 346 "toml",
369 ] 368 ]
370 }, 369 },
371 entry_points={ 370 entry_points={
372 "gui_scripts": [ 371 "gui_scripts": [
373 "eric7 = eric7.eric7:main", 372 "eric7 = eric7.eric7:main",
374 # TODO: enable this line once PyQt 6.2 has been released 373 "eric7_browser = eric7.eric7_browser:main",
375 #~ "eric7_browser = eric7.eric7_browser:main", # __IGNORE_WARNING__
376 "eric7_compare = eric7.eric7_compare:main", 374 "eric7_compare = eric7.eric7_compare:main",
377 "eric7_configure = eric7.eric7_configure:main", 375 "eric7_configure = eric7.eric7_configure:main",
378 "eric7_diff = eric7.eric7_diff:main", 376 "eric7_diff = eric7.eric7_diff:main",
379 "eric7_editor = eric7.eric7_editor:main", 377 "eric7_editor = eric7.eric7_editor:main",
380 "eric7_hexeditor = eric7.eric7_hexeditor:main", 378 "eric7_hexeditor = eric7.eric7_hexeditor:main",

eric ide

mercurial