mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02: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',
|
||||
'jsonschema',
|
||||
'psutil; sys.platform == "win32"',
|
||||
'pywin32; sys.platform == "win32"',
|
||||
]
|
||||
)
|
||||
|
|
Loading…
Reference in a new issue