From e14ac0249cdb3f64465d8b792d7f5f8a5d675995 Mon Sep 17 00:00:00 2001 From: Mike Shoup Date: Thu, 27 Dec 2018 15:28:54 -0700 Subject: [PATCH] Require pybeerxml >= 1.0.6 This release of pybeerxml contains the color function for a recipe. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index ef5bb12..c08fb19 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ from setuptools import find_packages, setup install_requires = [ 'Click', - 'pybeerxml', + 'pybeerxml>=1.0.6', ] setup(