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:
@@ -5,5 +5,5 @@ MarkupSafe==0.18
|
|||||||
WTForms==1.0.4
|
WTForms==1.0.4
|
||||||
Werkzeug==0.9.3
|
Werkzeug==0.9.3
|
||||||
itsdangerous==0.22
|
itsdangerous==0.22
|
||||||
git+https://github.com/nedap/pypuppetdb#egg=pypuppetdb
|
git+git://github.com/nedap/pypuppetdb.git#egg=pypuppetdb
|
||||||
requests==1.2.3
|
requests==1.2.3
|
||||||
|
|||||||
Reference in New Issue
Block a user