aboutsummaryrefslogtreecommitdiffstats
path: root/python/Pipfile
diff options
context:
space:
mode:
Diffstat (limited to 'python/Pipfile')
-rw-r--r--python/Pipfile28
1 files changed, 28 insertions, 0 deletions
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"