pygwin2/pyproject.toml
themixray 30719ab6d8 3
2021-12-27 20:49:54 +03:00

13 lines
224 B
TOML

[build-system]
requires = [
"pydub",
"pygame",
"requests",
"pyautogui",
"inputs",
"pillow",
"wxPython",
"randstr",
"setuptools >=42"
]
build-backend = "setuptools.build_meta"