Skip to content

Commit

Permalink
Fix Requirement
Browse files Browse the repository at this point in the history
  • Loading branch information
Vinyzu committed Apr 6, 2024
1 parent 39d1cbf commit 8f4a6c2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion cdp_patches/input/async_input.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,9 @@
import asyncio
import random
import re
import sys
import time
import warnings
import sys
from typing import Any, Generator, Literal, Optional, Union

if sys.version_info.minor >= 10:
Expand Down
2 changes: 1 addition & 1 deletion cdp_patches/input/sync_input.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
import random
import re
import sys
import time
import warnings
import sys
from typing import Literal, Optional, Union

if sys.version_info.minor >= 10:
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ install_requires =
numpy
pywinauto; platform_system=='Windows'
python-libxdo; platform_system=='Linux'
python-python-xlib; platform_system=='Linux'
python-xlib; platform_system=='Linux'


[options.package_data]
Expand Down

0 comments on commit 8f4a6c2

Please sign in to comment.