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.
This commit is contained in:
Daniele Sluijters
2013-10-29 09:03:55 +01:00
parent 75da9b9209
commit ee2775512d

View File

@@ -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