mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 08:23:50 -04:00
21 lines
278 B
TOML
21 lines
278 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
Pillow = "==10.0.1"
|
|
PyGObject = "*"
|
|
appdirs = "*"
|
|
cffi = "*"
|
|
dbus-python = "*"
|
|
evdev = "*"
|
|
psutil = "*"
|
|
pyusb = "==1.0.2"
|
|
|
|
[dev-packages]
|
|
xlib = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|