Compare commits

..

No commits in common. "0b595e19e8753d46d4584b7450f6e70ba34507a3" and "37f3ce715f5b31243295b3f86b56d48d35454075" have entirely different histories.

View File

@ -52,9 +52,6 @@ dependencies = [
packages = [ packages = [
{ include = "ria_toolkit_oss", from = "src" } { include = "ria_toolkit_oss", from = "src" }
] ]
include = [
"**/*.so", # Required for Nuitkaification
]
[build-system] [build-system]
requires = ["poetry-core>=1.0.0"] requires = ["poetry-core>=1.0.0"]
@ -73,7 +70,7 @@ sphinx-autobuild = "^2024.2.4"
flake8 = "^7.1.0" flake8 = "^7.1.0"
black = "^24.3.0" black = "^24.3.0"
isort = "^5.13.2" isort = "^5.13.2"
pylint = "^3.2.6" # For pyreverse, to automate the creation of UML diagrams pylint = "^3.2.6" # pyreverse to automate the creation of UML diagrams
[tool.poetry.urls] [tool.poetry.urls]
"Qoherent" = "https://qoherent.ai/" "Qoherent" = "https://qoherent.ai/"