334 "Programming Language :: Python :: 3.10", |
334 "Programming Language :: Python :: 3.10", |
335 "Topic :: Software Development", |
335 "Topic :: Software Development", |
336 "Topic :: Text Editors :: Integrated Development Environments (IDE)" |
336 "Topic :: Text Editors :: Integrated Development Environments (IDE)" |
337 ], |
337 ], |
338 keywords="Development PyQt6 IDE Python3", |
338 keywords="Development PyQt6 IDE Python3", |
339 python_requires=">=3.6", |
339 python_requires=">=3.7", |
340 install_requires=[ |
340 install_requires=[ |
341 "pip>=19.0", |
341 "pip>=19.0", |
342 "wheel", |
342 "wheel", |
343 "PyQt6>=6.2.0", |
343 "PyQt6>=6.2.0", |
344 "PyQt6-Charts>=6.2.0", |
344 "PyQt6-Charts>=6.2.0", |