From f8920f46b46282670229bdb7cf12052d167c26e8 Mon Sep 17 00:00:00 2001 From: Bryan Newbold Date: Wed, 11 Apr 2018 15:02:51 -0700 Subject: dev infra --- Pipfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile index adb2bbc2..e687ad00 100644 --- a/Pipfile +++ b/Pipfile @@ -1,22 +1,22 @@ [[source]] - url = "https://pypi.python.org/simple" verify_ssl = true name = "pypi" - [dev-packages] - - +pytest = "*" +pytest-pythonpath = "*" +ipython = "*" +responses = "*" +pytest-cov = "*" +pylint = "*" [packages] - Flask = "*" SQLAlchemy = "*" requests = "*" Flask-SQLAlchemy = "*" - +raven = "*" [requires] - python_version = "3.5" -- cgit v1.2.3