added filecmp module to required modules

This commit is contained in:
iLLiCiTiT 2021-03-17 16:44:01 +01:00
parent 05f4b77d6b
commit 4600d27c1f

View file

@ -43,7 +43,9 @@ install_requires = [
"Qt",
"speedcopy",
"googleapiclient",
"httplib2"
"httplib2",
# Harmony implementation
"filecmp"
]
includes = []