mirror of
https://github.com/shouptech/synthale.git
synced 2026-02-03 15:39:45 +00:00
Require pybeerxml >= 1.0.6
This release of pybeerxml contains the color function for a recipe.
This commit is contained in:
parent
4c5677846f
commit
e14ac0249c
1 changed files with 1 additions and 1 deletions
2
setup.py
2
setup.py
|
|
@ -2,7 +2,7 @@ from setuptools import find_packages, setup
|
||||||
|
|
||||||
install_requires = [
|
install_requires = [
|
||||||
'Click',
|
'Click',
|
||||||
'pybeerxml',
|
'pybeerxml>=1.0.6',
|
||||||
]
|
]
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue