setup.py

branch
eric7
changeset 8593
1d66b6af60ed
parent 8459
0ae07748dbe8
child 8611
0b1a09e47e98
equal deleted inserted replaced
8592:ab8580937d4b 8593:1d66b6af60ed
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",
347 "chardet", 348 "chardet",
348 "asttokens", 349 "asttokens",
349 "EditorConfig", 350 "EditorConfig",
350 "Send2Trash", 351 "Send2Trash",
351 "Pygments", 352 "Pygments",
353 "parso",
354 "jedi",
352 "pywin32>=1.0;platform_system=='Windows'", 355 "pywin32>=1.0;platform_system=='Windows'",
353 ], 356 ],
354 data_files=getDataFiles(), 357 data_files=getDataFiles(),
355 packages=find_packages(), 358 packages=find_packages(),
356 zip_safe=False, 359 zip_safe=False,
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",

eric ide

mercurial