Refactor dependencies in pyproject.toml and requirements.txt for consistency and clarity
This commit is contained in:
@@ -39,8 +39,6 @@ package-mode = false
|
||||
pre-commit = "^4.2.0"
|
||||
pyinstaller = "^6.14.2"
|
||||
|
||||
|
||||
|
||||
[tool.poetry.dependencies]
|
||||
contourpy = "==1.3.2"
|
||||
cycler = "==0.12.1"
|
||||
@@ -65,3 +63,6 @@ pyinstaller = "*"
|
||||
[build-system]
|
||||
requires = ["poetry-core>=2.0.0,<3.0.0"]
|
||||
build-backend = "poetry.core.masonry.api"
|
||||
|
||||
[tool.poetry.requires-plugins]
|
||||
poetry-plugin-export = ">=1.8"
|
||||
|
||||
Reference in New Issue
Block a user