Skip to content

Commit

Permalink
fix: Update pywin32 dependency to be platform-specific for Windows
Browse files Browse the repository at this point in the history
  • Loading branch information
AhmedNassar7 committed Feb 19, 2025
1 parent d941911 commit 5da25d5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -132,7 +132,7 @@ python-dateutil==2.9.0.post0
python-decouple==3.8
python-dotenv==1.0.1
pytz==2024.2
pywin32==308
pywin32==308; platform_system == "Windows"
pywin32-ctypes==0.2.3
PyYAML==6.0.2
pyzmq==26.2.0
Expand Down

0 comments on commit 5da25d5

Please sign in to comment.