wow
This commit is contained in:
parent
7e3435009d
commit
b678e844f6
10 changed files with 732 additions and 1 deletions
13
pyproject.toml
Normal file
13
pyproject.toml
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[project]
|
||||
name = "assaultcube-esp"
|
||||
version = "0.1.0"
|
||||
description = "Cool Hack"
|
||||
readme = "README.md"
|
||||
requires-python = ">=3.12"
|
||||
dependencies = [
|
||||
"pymeow",
|
||||
"pynput>=1.8.2",
|
||||
]
|
||||
|
||||
[tool.uv.sources]
|
||||
pymeow = { path = "packages/pyMeow-1.73.42.zip" }
|
||||
Loading…
Add table
Add a link
Reference in a new issue