Cleanup of build files.

This commit is contained in:
June Tate-Gans 2024-03-28 19:19:39 -05:00
parent 64835729ef
commit 10b41e739d
2 changed files with 10 additions and 10 deletions

View File

@ -10,14 +10,14 @@ url="https://github.com/jtgans/g13gui"
license=('BSD')
depends=(
'python>=3.8'
'python-evdev'
'python-pyusb>=1.0.2'
'python-appdirs'
'python-cffi'
'python-dbus'
'python-evdev'
'python-gobject'
'python-pillow>=10.0.1'
'python-cffi'
'python-psutil'
'python-appdirs'
'python-pyusb>=1.0.2'
'python-xlib'
'xorg-fonts-misc'
)

12
Pipfile
View File

@ -4,14 +4,14 @@ verify_ssl = true
name = "pypi"
[packages]
dbus-python = "*"
PyGObject = "*"
evdev = "*"
pyusb = "==1.0.2"
Pillow = "==10.0.1"
cffi = "*"
psutil = "*"
PyGObject = "*"
appdirs = "*"
cffi = "*"
dbus-python = "*"
evdev = "*"
psutil = "*"
pyusb = "==1.0.2"
[dev-packages]
xlib = "*"