mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
added "dbm" module to install_requires
This commit is contained in:
parent
c26f44e994
commit
3d291c04cb
1 changed files with 3 additions and 1 deletions
4
setup.py
4
setup.py
|
|
@ -46,7 +46,9 @@ install_requires = [
|
|||
"httplib2",
|
||||
# Harmony implementation
|
||||
"filecmp",
|
||||
"dns"
|
||||
"dns",
|
||||
# Python defaults (cx_Freeze skip them by default)
|
||||
"dbm"
|
||||
]
|
||||
|
||||
includes = []
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue