1
0
Fork 0
mirror of https://github.com/shouptech/synthale.git synced 2026-02-03 07:29:42 +00:00

Require pybeerxml >= 1.0.6

This release of pybeerxml contains the color function for a recipe.
This commit is contained in:
Emma 2018-12-27 15:28:54 -07:00
parent 4c5677846f
commit e14ac0249c

View file

@ -2,7 +2,7 @@ from setuptools import find_packages, setup
install_requires = [
'Click',
'pybeerxml',
'pybeerxml>=1.0.6',
]
setup(