Skip to content

Commit

Permalink
fix: Update requirements.txt to conditionally install pywin32 for Win…
Browse files Browse the repository at this point in the history
…dows platform
  • Loading branch information
AhmedNassar7 committed Feb 23, 2025
1 parent 09ce556 commit c915b13
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 @@ -137,7 +137,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 c915b13

Please sign in to comment.