mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-21 14:38:15 +01:00
change requirement
This commit is contained in:
parent
ffacde41aa
commit
fd2a8b2988
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
@ -65,7 +65,7 @@ setup(name='cbpi4',
|
|||
'numpy==1.26.4',
|
||||
'pandas==2.2.2'] + (
|
||||
['rpi-lgpio'] if raspberrypi else [] ) + (
|
||||
['python-systemd'] if localsystem == "Linux" else [] ),
|
||||
['systemd-python'] if localsystem == "Linux" else [] ),
|
||||
|
||||
dependency_links=[
|
||||
'https://testpypi.python.org/pypi',
|
||||
|
|
Loading…
Reference in a new issue