mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +01:00
cbpi-ui dependencie set to github
This commit is contained in:
parent
0a3e272f85
commit
3f6b9788d9
1 changed files with 3 additions and 2 deletions
5
setup.py
5
setup.py
|
@ -31,10 +31,11 @@ setup(name='cbpi',
|
|||
'click==7.1.2',
|
||||
'shortuuid==1.0.1',
|
||||
'tabulate==0.8.7',
|
||||
'cbpi4-ui',
|
||||
'cbpi4-ui @ git+https://github.com/Manuel83/craftbeerpi4-ui.git',
|
||||
],
|
||||
dependency_links=[
|
||||
'https://testpypi.python.org/pypi'
|
||||
'https://testpypi.python.org/pypi',
|
||||
|
||||
],
|
||||
entry_points = {
|
||||
"console_scripts": [
|
||||
|
|
Loading…
Reference in a new issue