Add files via upload

This commit is contained in:
themixray 2021-11-10 19:26:52 +03:00 committed by GitHub
parent acc18cd6e4
commit c90e4875ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 1523 additions and 5 deletions

13
pyproject.toml Normal file
View file

@ -0,0 +1,13 @@
[build-system]
requires = [
"pydub",
"pygame",
"pywin32",
"requests",
"pyautogui",
"inputs",
"pillow",
"wxPython",
"setuptools >=42"
]
build-backend = "setuptools.build_meta"