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", |