setup.py

changeset 7640
f9bb7c8c60d8
parent 7628
f904d0eef264
child 7657
428836188b88
equal deleted inserted replaced
7639:422fd05e9c91 7640:f9bb7c8c60d8
304 "Topic :: Text Editors :: Integrated Development Environments (IDE)" 304 "Topic :: Text Editors :: Integrated Development Environments (IDE)"
305 ], 305 ],
306 keywords="Development PyQt5 IDE Python3", 306 keywords="Development PyQt5 IDE Python3",
307 python_requires=">=3.5", 307 python_requires=">=3.5",
308 install_requires=[ 308 install_requires=[
309 "pip>=19.0",
310 "wheel",
309 "PyQt5>=5.12.1", 311 "PyQt5>=5.12.1",
310 "PyQtChart>=5.12.1", 312 "PyQtChart>=5.12.1",
311 "PyQtWebEngine>=5.12.1", 313 "PyQtWebEngine>=5.12.1",
312 "QScintilla>=2.11.1", 314 "QScintilla>=2.11.1",
313 "pip>=19.0",
314 "docutils", 315 "docutils",
315 "Markdown", 316 "Markdown",
316 "wheel",
317 "pywin32>=1.0;platform_system=='Windows'", 317 "pywin32>=1.0;platform_system=='Windows'",
318 ], 318 ],
319 data_files=getDataFiles(), 319 data_files=getDataFiles(),
320 packages=find_packages(), 320 packages=find_packages(),
321 zip_safe=False, 321 zip_safe=False,

eric ide

mercurial