Skip to content

Commit 022fb11

Browse files
Handle user name on Windows
1 parent 1049786 commit 022fb11

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ dependencies = [
2828
"orjson",
2929
"psycopg",
3030
"pydantic",
31-
"pywin32 ; platform_system ~= Windows",
31+
"pywin32;platform_system==Windows",
3232
"requests",
3333
"setuptools",
3434
"sqlalchemy",

0 commit comments

Comments
 (0)