Compare commits

..

No commits in common. "98b5b70fe5ca2af31dad0f04ad8362d5ef1d088a" and "7288c3cfcdd83409bc1ca09ad4688adc38918323" have entirely different histories.

View File

@ -51,9 +51,6 @@ dependencies = [
packages = [
{ include = "ria_toolkit_oss", from = "src" }
]
include = [
"**/*.so", # Required for Nuitkaification
]
[build-system]
requires = ["poetry-core>=1.0.0"]
@ -72,7 +69,7 @@ sphinx-autobuild = "^2024.2.4"
flake8 = "^7.1.0"
black = "^24.3.0"
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]
"Qoherent" = "https://qoherent.ai/"