mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 00:14:09 -04:00
22 lines
286 B
TOML
22 lines
286 B
TOML
[[source]]
|
|
url = "https://pypi.python.org/simple"
|
|
verify_ssl = true
|
|
name = "pypi"
|
|
|
|
[packages]
|
|
dbus-python = "*"
|
|
xdg = "*"
|
|
PyGObject = "*"
|
|
evdev = "*"
|
|
pyusb = "==1.0.2"
|
|
Pillow = "*"
|
|
pillow = "==7.0.0"
|
|
cffi = "*"
|
|
psutil = "*"
|
|
|
|
[dev-packages]
|
|
xlib = "*"
|
|
|
|
[requires]
|
|
python_version = "3.8"
|