Add files via upload
This commit is contained in:
parent
acc18cd6e4
commit
c90e4875ee
26 changed files with 1523 additions and 5 deletions
13
pyproject.toml
Normal file
13
pyproject.toml
Normal file
|
@ -0,0 +1,13 @@
|
|||
[build-system]
|
||||
requires = [
|
||||
"pydub",
|
||||
"pygame",
|
||||
"pywin32",
|
||||
"requests",
|
||||
"pyautogui",
|
||||
"inputs",
|
||||
"pillow",
|
||||
"wxPython",
|
||||
"setuptools >=42"
|
||||
]
|
||||
build-backend = "setuptools.build_meta"
|
Loading…
Add table
Add a link
Reference in a new issue