From b539fc9475498e7a5b3a5cf8c33078c5377c8e64 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20Can=C3=A9vet?= Date: Sun, 25 Oct 2015 09:52:42 +0100 Subject: [PATCH] Fix dependencies now that pypuppetdb 0.2.0 is released --- requirements.txt | 2 +- setup.py | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/requirements.txt b/requirements.txt index 7ae3fa7..cc8a991 100644 --- a/requirements.txt +++ b/requirements.txt @@ -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 diff --git a/setup.py b/setup.py index f75874c..bb23be7 100644 --- a/setup.py +++ b/setup.py @@ -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=[