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') license=('BSD')
depends=( depends=(
'python>=3.8' 'python>=3.8'
'python-evdev' 'python-appdirs'
'python-pyusb>=1.0.2' 'python-cffi'
'python-dbus' 'python-dbus'
'python-evdev'
'python-gobject' 'python-gobject'
'python-pillow>=10.0.1' 'python-pillow>=10.0.1'
'python-cffi'
'python-psutil' 'python-psutil'
'python-appdirs' 'python-pyusb>=1.0.2'
'python-xlib' 'python-xlib'
'xorg-fonts-misc' 'xorg-fonts-misc'
) )

12
Pipfile
View File

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