mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added dataclasses to required python modules
This commit is contained in:
parent
4ffccc8ecf
commit
e5083dded8
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -106,7 +106,8 @@ install_requires = [
|
|||
"dns",
|
||||
# Python defaults (cx_Freeze skip them by default)
|
||||
"dbm",
|
||||
"sqlite3"
|
||||
"sqlite3",
|
||||
"dataclasses"
|
||||
]
|
||||
|
||||
includes = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue