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.
This commit is contained in:
2
setup.py
2
setup.py
@@ -32,7 +32,7 @@ setup(
|
|||||||
"Flask >= 0.10.1",
|
"Flask >= 0.10.1",
|
||||||
"Flask-WTF >= 0.9.4, <= 0.9.5",
|
"Flask-WTF >= 0.9.4, <= 0.9.5",
|
||||||
"WTForms < 2.0",
|
"WTForms < 2.0",
|
||||||
"pypuppetdb < 0.2.0",
|
"pypuppetdb >= 0.1.0, < 0.2.0",
|
||||||
],
|
],
|
||||||
keywords="puppet puppetdb puppetboard",
|
keywords="puppet puppetdb puppetboard",
|
||||||
classifiers=[
|
classifiers=[
|
||||||
|
|||||||
Reference in New Issue
Block a user