Mercurial > piecrust2
diff Pipfile @ 1102:d7363be3a6d8
cm: Add pipenv stuff.
author | Ludovic Chabant <ludovic@chabant.com> |
---|---|
date | Sat, 17 Feb 2018 15:09:04 -0800 |
parents | |
children | 353c58ba596a |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Pipfile Sat Feb 17 15:09:04 2018 -0800 @@ -0,0 +1,40 @@ +[[source]] + +url = "https://pypi.python.org/simple" +verify_ssl = true +name = "pypi" + + +[packages] + +colorama = "*" +compressinja = "*" +flask = "*" +flask-indieauth = "*" +flask-login = "*" +inukshuk = "*" +"jinja2" = "*" +markdown = "*" +markupsafe = "*" +paramiko = "*" +pillow = "*" +pygments = "*" +pystache = "*" +python-dateutil = "*" +pyyaml = "*" +"repoze.lru" = "*" +smartypants = "*" +"strict-rfc3339" = "*" +textile = "*" +unidecode = "*" +watchdog = "*" +werkzeug = "*" + + +[dev-packages] + +invoke = "*" +pytest = "*" +pytest-cov = "*" +pytest-mock = "*" +mock = "*"