Added pyyaml to dependencies.
This commit is contained in:
parent
a0e5db356a
commit
04fee19392
1 changed files with 1 additions and 1 deletions
|
@ -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+)",
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue