setup.py

branch
eric7
changeset 8721
f10b3f345463
parent 8660
1848e8e4b380
child 8776
07b8c13b0607
equal deleted inserted replaced
8720:336f594ff5dd 8721:f10b3f345463
328 "Programming Language :: Python", 328 "Programming Language :: Python",
329 "Programming Language :: Python :: 3.6", 329 "Programming Language :: Python :: 3.6",
330 "Programming Language :: Python :: 3.7", 330 "Programming Language :: Python :: 3.7",
331 "Programming Language :: Python :: 3.8", 331 "Programming Language :: Python :: 3.8",
332 "Programming Language :: Python :: 3.9", 332 "Programming Language :: Python :: 3.9",
333 "Programming Language :: Python :: 3.10",
333 "Topic :: Software Development", 334 "Topic :: Software Development",
334 "Topic :: Text Editors :: Integrated Development Environments (IDE)" 335 "Topic :: Text Editors :: Integrated Development Environments (IDE)"
335 ], 336 ],
336 keywords="Development PyQt6 IDE Python3", 337 keywords="Development PyQt6 IDE Python3",
337 python_requires=">=3.6", 338 python_requires=">=3.6",
338 install_requires=[ 339 install_requires=[
339 "pip>=19.0", 340 "pip>=19.0",
340 "wheel", 341 "wheel",
341 "PyQt6>=6.1.1", 342 "PyQt6>=6.2.0",
342 "PyQt6-Charts>=6.1.1", 343 "PyQt6-Charts>=6.2.0",
343 "PyQt6-WebEngine>=6.2.0", # __IGNORE_WARNING__ 344 "PyQt6-WebEngine>=6.2.0",
344 "PyQt6-QScintilla>=2.13.0", 345 "PyQt6-QScintilla>=2.13.0",
345 "docutils", 346 "docutils",
346 "Markdown", 347 "Markdown",
347 "pyyaml", 348 "pyyaml",
348 "toml", 349 "toml",

eric ide

mercurial