Skip to content

Commit

Permalink
Update pyproject.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
0dm committed Jun 15, 2023
1 parent 2e6b487 commit 853fef2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ python = "3.10.x"
atomacos = {git = "https://github.com/abrichr/atomacos.git", markers = "sys_platform == 'darwin'"}
pynput = {git = "https://github.com/abrichr/pynput.git"}
alembic = "^1.8.1"
# pygetwindow = {version = "^0.0.9", markers = "sys_platform == 'win32'"}
# pygetwindow = {version = "^0.0.9", markers = "sys_platform == 'win32'"} # already present in atomacos
pywin32 = {version = "^306", markers = "sys_platform == 'win32'"}
ascii-magic = "^2.3.0"
bokeh = "^3.1.1"
Expand Down

0 comments on commit 853fef2

Please sign in to comment.