From 4cf667c283d54f769e73d76bb23bbb68b4329cf8 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 16 May 2018 18:34:19 -0700 Subject: move python code to subdirectory --- python/Pipfile | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) create mode 100644 python/Pipfile (limited to 'python/Pipfile') diff --git a/python/Pipfile b/python/Pipfile new file mode 100644 index 00000000..d60bf48f --- /dev/null +++ b/python/Pipfile @@ -0,0 +1,28 @@ +[[source]] +url = "https://pypi.python.org/simple" +verify_ssl = true +name = "pypi" + +[dev-packages] +pytest = "*" +pytest-pythonpath = "*" +ipython = "*" +responses = "*" +pytest-cov = "*" +pylint = "*" +pg-view = "*" +flask-debugtoolbar = "*" + +[packages] +Flask = "*" +SQLAlchemy = "*" +requests = "*" +Flask-SQLAlchemy = "*" +raven = "*" +flask-sqlalchemy = "*" +marshmallow-sqlalchemy = "*" +flask-marshmallow = "*" +"psycopg2" = "*" + +[requires] +python_version = "3.5" -- cgit v1.2.3