Skip to content

Commit

Permalink
pywin32 is only needed on windows
Browse files Browse the repository at this point in the history
  • Loading branch information
jenshnielsen committed Sep 18, 2020
1 parent abaadf2 commit 0e44a03
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 @@ -62,7 +62,7 @@ pyrsistent~=0.17.3
python-dateutil~=2.8.1
pytz~=2020.1
PyVISA~=1.10.1
pywin32==228
pywin32==228; sys_platform == 'win32'
pywinpty~=0.5.7
pyzmq~=19.0.2
requests~=2.24.0
Expand Down

0 comments on commit 0e44a03

Please sign in to comment.