mirror of
https://github.com/liberatedsystems/Sideband_CE.git
synced 2024-09-03 04:13:27 +02:00
Add dependency for macOS
This commit is contained in:
parent
9df412fb4f
commit
723e8f961f
3
setup.py
3
setup.py
@ -82,5 +82,8 @@ setuptools.setup(
|
|||||||
]
|
]
|
||||||
},
|
},
|
||||||
install_requires=['rns>=0.3.12', 'lxmf>=0.1.8', 'kivy==2.1.0', 'plyer', "pillow"],
|
install_requires=['rns>=0.3.12', 'lxmf>=0.1.8', 'kivy==2.1.0', 'plyer', "pillow"],
|
||||||
|
extras_require={
|
||||||
|
"macos": ["pyobjus"],
|
||||||
|
},
|
||||||
python_requires='>=3.6',
|
python_requires='>=3.6',
|
||||||
)
|
)
|
||||||
|
Loading…
Reference in New Issue
Block a user