From 0e0c46d17c1d1423a663dedad5a71c047e06fe8e Mon Sep 17 00:00:00 2001 From: Corey Hammerton Date: Thu, 15 Oct 2015 20:42:44 -0400 Subject: [PATCH] setup.py: Requiring pypuppetdb >= 0.1.0 In addition to requiring pypuppet in versions less than 0.2.0 we also need versions greater than or equal to 0.1.0 because they support the Query API v3. --- setup.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index fbd9aef..c7cf0ee 100644 --- a/setup.py +++ b/setup.py @@ -32,7 +32,7 @@ setup( "Flask >= 0.10.1", "Flask-WTF >= 0.9.4, <= 0.9.5", "WTForms < 2.0", - "pypuppetdb < 0.2.0", + "pypuppetdb >= 0.1.0, < 0.2.0", ], keywords="puppet puppetdb puppetboard", classifiers=[