From 6829aae110bda73960e9d975118fcf0c6ccd259c Mon Sep 17 00:00:00 2001 From: FloMPS Date: Tue, 10 Oct 2023 12:37:32 +0200 Subject: [PATCH] test crash --- requirements.txt | 3 ++- src/test_pkg/test_mod.py | 1 + 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 07084c4..87c3737 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,2 +1,3 @@ sphinx -sphinx-rtd-theme \ No newline at end of file +sphinx-rtd-theme +pyside6 \ No newline at end of file diff --git a/src/test_pkg/test_mod.py b/src/test_pkg/test_mod.py index 4334995..9786fee 100644 --- a/src/test_pkg/test_mod.py +++ b/src/test_pkg/test_mod.py @@ -1,5 +1,6 @@ # -*- coding: utf-8 -*- +from PySide6 import QtCore, QtGui, QtUiTools, QtWidgets def hello(): """Prints a hello message