From ff09244146775a8cc5e4b8e7b104c077a136a365 Mon Sep 17 00:00:00 2001 From: Milan Kolar Date: Mon, 21 Dec 2020 22:09:22 +0100 Subject: [PATCH] add missing scandir to requirements (uncaught from pathlib2) --- requirements.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/requirements.txt b/requirements.txt index 658405e2fb..6faadba909 100644 --- a/requirements.txt +++ b/requirements.txt @@ -24,6 +24,7 @@ pytest-cov pytest-print pyqt5 Qt.py +scandir speedcopy six Sphinx