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 --- Pipfile | 28 ---------------------------- 1 file changed, 28 deletions(-) delete mode 100644 Pipfile (limited to 'Pipfile') diff --git a/Pipfile b/Pipfile deleted file mode 100644 index d60bf48f..00000000 --- a/Pipfile +++ /dev/null @@ -1,28 +0,0 @@ -[[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