diff --git a/meta.yaml b/meta.yaml index acf58d7..d2a2c8d 100644 --- a/meta.yaml +++ b/meta.yaml @@ -17,6 +17,7 @@ requirements: - poetry - python - pip + - qt - setuptools - blinker ==1.5 - matplotlib >=3.6.0 @@ -29,6 +30,7 @@ requirements: - poetry - python - pip + - qt - setuptools - blinker ==1.5 - matplotlib >=3.6.0 diff --git a/pyproject.toml b/pyproject.toml index e8dffc7..f505d73 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -4,7 +4,7 @@ version = "2022.1.20" description = "Decide exchange model" authors = ["Jelmer Draaijer "] readme = "README.md" -packages = [{include = "decide"}] +packages = [{ include = "decide" }] [tool.poetry.dependencies] python = "^3.9"