mirror of
https://github.com/jtgans/g13gui.git
synced 2025-06-20 00:14:09 -04:00
Remove locking from setup.py as per recommendations.
This commit is contained in:
parent
d755c607f5
commit
50aa9bd115
12
setup.py
12
setup.py
@ -36,12 +36,12 @@ setup(
|
|||||||
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
|
packages=find_packages(exclude=['contrib', 'docs', 'tests']),
|
||||||
python_requires='>=3.8.0',
|
python_requires='>=3.8.0',
|
||||||
install_requires=[
|
install_requires=[
|
||||||
'appdirs>=1.4.3',
|
'appdirs',
|
||||||
'dbus-python>=1.2.16',
|
'dbus-python',
|
||||||
'evdev>=1.4.0',
|
'evdev',
|
||||||
'Pillow==7.0.0',
|
'Pillow',
|
||||||
'PyGObject>=3.40.1',
|
'PyGObject',
|
||||||
'pyusb>=1.0.2',
|
'pyusb',
|
||||||
],
|
],
|
||||||
entry_points={
|
entry_points={
|
||||||
'gui_scripts': [
|
'gui_scripts': [
|
||||||
|
Loading…
Reference in New Issue
Block a user