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
+1
View File
@@ -52,6 +52,7 @@ click~=8.1.6
requests-cache~=0.5.2
parse~=1.19.0
docker~=6.1.3
pywin32==306; platform_system == "Windows"
cachetools~=5.3.1
fast-bencode~=1.1.3
pystray~=0.19.5