Added pyyaml to dependencies.

This commit is contained in:
Mr Finchum 2025-01-03 17:19:41 +01:00
parent a0e5db356a
commit 04fee19392

View file

@ -9,7 +9,7 @@ authors = [{ name = "Mr. Finchum" }]
description = "User interface for OPTIMA35." description = "User interface for OPTIMA35."
readme = "README.md" readme = "README.md"
requires-python = ">=3.8" requires-python = ">=3.8"
dependencies = ["optima35", "pyside6"] dependencies = ["optima35==0.6.4", "pyside6", "PyYAML"]
classifiers = [ classifiers = [
"Programming Language :: Python :: 3", "Programming Language :: Python :: 3",
"License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",