fix: misspelled dependency

This commit is contained in:
Mr Finchum 2025-01-31 16:42:50 +01:00
parent fba31cf3e6
commit 2476dd8b1f
2 changed files with 15 additions and 4 deletions

View file

@ -11,7 +11,7 @@ readme = "pip_README.md"
requires-python = ">=3.8"
dependencies = [
"optima35>=1.0.0, <2.0.0",
"PyPyUpdater>=0.3.0, <1.0.0",
"PyPiUpdater>=0.3.0, <1.0.0",
"pyside6",
"PyYAML",
]