commit | d326461793a93bde302b3a5fcd51f46a5d965274 | [log] [tgz] |
---|---|---|
author | Jiri Broulik <jbroulik@mirantis.com> | Thu Jun 14 17:06:40 2018 +0200 |
committer | Jiri Broulik <jbroulik@mirantis.com> | Thu Jun 14 17:06:40 2018 +0200 |
tree | c8af268db52182bb49f9ec04c9bd51fa9585134a | |
parent | 30e05a6daec49212c7fcdd8018f3be4a9b2a3b6b [diff] [blame] |
Imported Upstream version 1.5.3
diff --git a/Pipfile b/Pipfile new file mode 100644 index 0000000..525e7cc --- /dev/null +++ b/Pipfile
@@ -0,0 +1,17 @@ +[[source]] +url = "https://pypi.python.org/simple" +verify_ssl = true +name = "pypi" + +[dev-packages] + +[packages] +pyparsing = "*" +PyYAML = "*" +six = "*" +pyyaml = "*" +# FIXME, issues with compile phase +#"pygit2" = "*" + +[requires] +python_version = "2.7"