Skip to content
Draft
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 0 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ To understand how to use AutoSplit and how it works in-depth, please read the [t
(If you don't have a GitHub account, you can try [nightly.link](https://nightly.link/Toufool/AutoSplit/workflows/lint-and-build/main))
- Linux users must ensure they are in the `tty` and `input` groups and have write access to `/dev/uinput`. You can run the following commands to do so:

<!-- https://github.com/boppreh/keyboard/issues/312#issuecomment-1189734564 -->
<!-- Keep in sync with scripts/install.ps1 and src/error_messages.py -->
```shell
sudo usermod -a -G tty,input $USER
Expand Down Expand Up @@ -126,12 +125,6 @@ Not a developer? You can still help through the following methods:
- <https://github.com/python/mypy/issues/15146>
- <https://github.com/python/mypy/issues/4409>
- <https://github.com/python/mypy/issues/10149>
- <https://github.com/boppreh/keyboard/issues/171>
- <https://github.com/boppreh/keyboard/issues/516>
- <https://github.com/boppreh/keyboard/issues/216>
- <https://github.com/boppreh/keyboard/issues/161>
- <https://github.com/asweigart/pyautogui/issues/663>
- <https://github.com/asweigart/pyautogui/pull/911>
- <https://github.com/astral-sh/ruff/issues?q=is%3Aissue+is%3Aopen+involves%3AAvasam+sort%3Areactions-%2B1-asc+>

## Credits
Expand Down
12 changes: 2 additions & 10 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@ version = "2.3.2"
requires-python = ">=3.14"
dependencies = [
"Levenshtein >=0.25",
"PyAutoGUI >=0.9.52",
"PyWinCtl >=0.0.42", # py.typed
"keyboard @ git+https://github.com/boppreh/keyboard.git", # Fix install on macos and linux-ci https://github.com/boppreh/keyboard/pull/568
"pynput >=1.8.1",
"numpy >=2.3.2", # Python 3.14 support
"opencv-contrib-python-headless >=4.10", # NumPy 2 support
"packaging >=20.0", # py.typed
Expand Down Expand Up @@ -58,8 +57,6 @@ dev = [
{ include-group = "ruff" },
#
# Types
"types-PyAutoGUI",
"types-keyboard",
"types-pyinstaller",
"types-python-xlib; sys_platform == 'linux'",
"types-pywin32 >=306.0.0.20240130; sys_platform == 'win32'",
Expand All @@ -70,12 +67,7 @@ environments = [
"sys_platform == 'linux'",
"sys_platform == 'win32'",
]
dependency-metadata = [
# PyAutoGUI installs extra libraries we don't want. We only use it for hotkeys
# PyScreeze -> pyscreenshot -> mss deps calls SetProcessDpiAwareness on Windows
{ name = "PyAutoGUI", requires-dist = [] },
{ name = "types-PyAutoGUI", requires-dist = [] },
]
dependency-metadata = []
Comment thread
Avasam marked this conversation as resolved.
Outdated

[tool.uv.sources] # Development channels
beslogic-ruff-config = { git = "https://github.com/Beslogic/Beslogic-Ruff-Config" }
Expand Down
Loading
Loading