From 04fee193920d2a967d98cea68b0109a004fa3e59 Mon Sep 17 00:00:00 2001 From: CodeByMrFinchum Date: Fri, 3 Jan 2025 17:19:41 +0100 Subject: [PATCH] Added pyyaml to dependencies. --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index afc1b33..5f83abc 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -9,7 +9,7 @@ authors = [{ name = "Mr. Finchum" }] description = "User interface for OPTIMA35." readme = "README.md" requires-python = ">=3.8" -dependencies = ["optima35", "pyside6"] +dependencies = ["optima35==0.6.4", "pyside6", "PyYAML"] classifiers = [ "Programming Language :: Python :: 3", "License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)",