fix(requirements): install pywin32 only on Windows

This commit is contained in:
InfinityPacer
2024-09-09 18:44:14 +08:00
parent 40ee902457
commit adf78a9e3e
2 changed files with 5 additions and 1 deletions
+4 -1
View File
@@ -197,7 +197,10 @@ pyvirtualdisplay==3.0
# via -r requirements.in
pywebpush==2.0.0
# via -r requirements.in
# via docker
pywin32==306 ; platform_system == "Windows"
# via
# -r requirements.in
# docker
qbittorrent-api==2023.5.48
# via -r requirements.in
regex==2023.6.3