mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added filecmp module to required modules
This commit is contained in:
parent
05f4b77d6b
commit
4600d27c1f
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
|
@ -43,7 +43,9 @@ install_requires = [
|
|||
"Qt",
|
||||
"speedcopy",
|
||||
"googleapiclient",
|
||||
"httplib2"
|
||||
"httplib2",
|
||||
# Harmony implementation
|
||||
"filecmp"
|
||||
]
|
||||
|
||||
includes = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue