mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
add missing pywin32
This commit is contained in:
parent
88e83ddae5
commit
eecf4d4445
1 changed files with 1 additions and 0 deletions
|
@ -32,5 +32,6 @@ setuptools.setup(
|
||||||
'markdown',
|
'markdown',
|
||||||
'jsonschema',
|
'jsonschema',
|
||||||
'psutil; sys.platform == "win32"',
|
'psutil; sys.platform == "win32"',
|
||||||
|
'pywin32; sys.platform == "win32"',
|
||||||
]
|
]
|
||||||
)
|
)
|
||||||
|
|
Loading…
Reference in a new issue