This commit is contained in:
Mr Finchum 2025-02-09 17:52:33 +01:00
parent b7e65f1dce
commit aae39ba436
2 changed files with 21 additions and 1 deletions

View file

@ -11,11 +11,14 @@ readme = "../pip_README.md"
requires-python = ">=3.8"
dependencies = [
"optima35>=1.0.0, <2.0.0",
"PyPiUpdater>=0.6.0, <1.0.0",
"PyPiUpdater>=0.7.0, <1.0.0",
"pyside6",
"PyYAML",
]
classifiers = [
"Development Status :: 4 - Beta",
"Environment :: X11 Applications :: Qt",
"Topic :: Multimedia :: Graphics :: Editors",
"Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",
"Operating System :: OS Independent",