mirror of
https://github.com/ankitects/anki.git
synced 2025-09-22 07:52:24 -04:00
document winrt pin reason
This commit is contained in:
parent
198639a095
commit
873a27641f
1 changed files with 2 additions and 0 deletions
|
@ -25,6 +25,8 @@ fluent-syntax
|
||||||
# windows only
|
# windows only
|
||||||
psutil; sys.platform == "win32"
|
psutil; sys.platform == "win32"
|
||||||
pywin32; sys.platform == "win32"
|
pywin32; sys.platform == "win32"
|
||||||
|
# pinned due to https://github.com/microsoft/xlang/issues/717
|
||||||
|
# the latest version apparently works on python3.9
|
||||||
winrt==1.0.20239.1; sys.platform == "win32" and platform_release == "10"
|
winrt==1.0.20239.1; sys.platform == "win32" and platform_release == "10"
|
||||||
|
|
||||||
# transitive windows dependencies
|
# transitive windows dependencies
|
||||||
|
|
Loading…
Reference in a new issue