Skip to content

Commit

Permalink
(doc) fix marker for windows. #13
Browse files Browse the repository at this point in the history
  • Loading branch information
SummerFall1819 committed Dec 9, 2024
1 parent 20f91c6 commit d512c6a
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ docx
pyPDF2
pandas
pynput
psutil
openai
pyyaml
gradio
Expand All @@ -18,13 +19,8 @@ watchdog
aw_client
jsonlines
pyperclip
pywinauto
codelinker
docstring_parser
windows-toasts; sys_platform=='windows'
macos_notifications; sys_platform=='darwin'
psutil
pywinauto
windows_toasts



windows-toasts; sys_platform=='win32'
macos_notifications; sys_platform=='darwin'

0 comments on commit d512c6a

Please sign in to comment.