Fix dependencies now that pypuppetdb 0.2.0 is released

This commit is contained in:
Mickaël Canévet
2015-10-25 09:52:42 +01:00
parent 6af356a2fd
commit b539fc9475
2 changed files with 2 additions and 3 deletions

View File

@@ -5,5 +5,5 @@ MarkupSafe==0.19
WTForms==1.0.5
Werkzeug==0.9.4
itsdangerous==0.23
git+https://github.com/raphink/pypuppetdb@v4-api#egg=pypuppetdb-0.1.0
pypuppetdb==0.2.0
requests==2.2.1

View File

@@ -32,8 +32,7 @@ setup(
"Flask >= 0.10.1",
"Flask-WTF >= 0.9.4, <= 0.9.5",
"WTForms < 2.0",
dependency_links=[
"git+https://github.com/raphink/pypuppetdb@v4-api#egg=pypuppetdb",
"pypuppetdb >= 0.2.0, < 0.3.0",
],
keywords="puppet puppetdb puppetboard",
classifiers=[