mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Forced cx_freeze to include sqlite3 into build because of pytest requirements
This commit is contained in:
parent
8f461d795d
commit
beeea44cb9
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -48,7 +48,8 @@ install_requires = [
|
|||
"filecmp",
|
||||
"dns",
|
||||
# Python defaults (cx_Freeze skip them by default)
|
||||
"dbm"
|
||||
"dbm",
|
||||
"sqlite3"
|
||||
]
|
||||
|
||||
includes = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue