From c387f90cdcaaa341df093056b1a13d56c5ffdde3 Mon Sep 17 00:00:00 2001 From: user <_@furion.me> Date: Wed, 26 Apr 2017 05:18:51 +0200 Subject: [PATCH] add pipenv --- Pipfile | 34 ++++++++++++++++++++++++++++++++++ 1 file changed, 34 insertions(+) create mode 100644 Pipfile diff --git a/Pipfile b/Pipfile new file mode 100644 index 000000000..07ddee31a --- /dev/null +++ b/Pipfile @@ -0,0 +1,34 @@ +[[source]] +url = "https://pypi.python.org/simple" +verify_ssl = true + +[packages] +steem = "0.18.2" +bottle = "*" +bottle-sqlalchemy = "*" +bottle_errorsrest = "*" +SQLAlchemy = "*" +mysqlclient = "*" +click = "*" +click-spinner = "*" +funcy = "*" +toolz = "*" +maya = "*" +ujson = "*" + +[requires] +python_version = "3.5" + +[dev-packages] +ipython = "*" +pep8 = "*" +pytest = "*" +pytest-console-scripts = "*" +pytest-docker = "*" +pytest-pylint = "*" +recommonmark = "*" +sphinxcontrib-programoutput = "*" +sphinxcontrib-restbuilder = "*" +yapf = "*" +Sphinx = "*" +autopep8 = "*" -- GitLab