From ee2775512dbc8c04490000fd015a21e1f2536925 Mon Sep 17 00:00:00 2001 From: Daniele Sluijters Date: Tue, 29 Oct 2013 09:03:55 +0100 Subject: [PATCH] requirements: Change the URL to use git+git. Some versions of Pip, depending on the platform and Python version have issues with git+https URL's. --- requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.txt b/requirements.txt index 1b3318c..d35fb20 100644 --- a/requirements.txt +++ b/requirements.txt @@ -5,5 +5,5 @@ MarkupSafe==0.18 WTForms==1.0.4 Werkzeug==0.9.3 itsdangerous==0.22 -git+https://github.com/nedap/pypuppetdb#egg=pypuppetdb +git+git://github.com/nedap/pypuppetdb.git#egg=pypuppetdb requests==1.2.3