Skip to content

Commit 3dd8a07

Browse files
Fix pywin32 to only install on Windows
1 parent 8198bd5 commit 3dd8a07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ContentProcessorAPI/requirements.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ python-dotenv==1.1.1
134134
# uvicorn
135135
python-multipart==0.0.20
136136
# via fastapi
137-
pywin32==308
137+
pywin32==308 ; sys_platform == 'win32'
138138
# via portalocker
139139
pyyaml==6.0.2
140140
# via uvicorn

0 commit comments

Comments
 (0)